Henrik Roseno
- 活动总数 51
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 1
- 订阅数 12
-
-
Henrik Roseno 创建了一个帖子, "Failed to create interpreter": No attribute "CPython2macOsFramework"
Hi!I tried to create a new project (in a new window), and with it's own venv, based on the Python 3.8 that PyCharm found on my Ubuntu Linux, but I got the error “Failed to create interpreter”:Execu... -
-
Henrik Roseno 创建了一个帖子, 已回答Bug? "Indent expected" in 8th indentation 'level'
Hi PyCharm is a great tool, but sometimes something a bit strange happens. This time PyCharm suddenly doesn't seem to be able to handle a new indentation 'level'. I have included a screenshot that ... -
-
-
Henrik Roseno 创建了一个帖子, 已回答Conditional compilation in PyCharm? (pypreprocessor?)
Hi! I am developing a Python/Kivy app which will have code that only run on a specific OS, like the following code, that only runs on Android: from android import mActivity, autoclass, cast File = ... -
-
-
Henrik Roseno 创建了一个帖子, Refactor -> Rename - creates complete mess!
Hi! When I chose to use Refactor -> Rename - to change the name of a Python class across the whole project, PyCharm decided that this includes all my backups in another folder... But the big prob...