Henrik Roseno
- 活动总数 53
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 1
- 订阅数 13
-
创建于 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 ... -
创建于 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 = ... -
创建于 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... -
创建于 Why are error-messages truncated in status-line (bottom of screen)?
As you can see on the screen shot below, PyCharm truncates messages in the status bar at the bottom of the screen, making them quite meaningless... Why?: -
已编辑于 cairo/device.c:30:10: fatal error: Python.h: No such file or directory [SOLVED]
已回答When trying to upgrade all my packages in PyCharm some of them failed. One of them was pygobject. Here are the most important details: Executed command: pip install -U pygobject==3.34.0 (Small part... -
已编辑于 Kivy: "Unable to find any valuable Window provider" [SOLVED]
已完成I have installed Kivy. I followed the instructions for Python3 "Using software packages (PPA etc.)" here: https://kivy.org/doc/stable/installation/installation-linux.html#using-software-packages-pp... -
已编辑于 "unused import statement (math)" and "unresolved reference 'sin'"... [SOLVED]
I just wrote the following "import-test.py" file: import mathtest = sin(3) But the import-statement is grey: "unused import statement" And 'sin' is marked: "unresolved reference 'sin'"... How do I... -
已编辑于 Why does PyCharm say "Typo in word"? [SOLVED]
Why does PyCharm say " typo in word 'txtfile' " in the statement that defines the variable 'txtfile'? -
已编辑于 Creating a new project is confusing and complicated [SOLVED]
已完成I have written a few small Python programs, and I find many aspects of PyCharm to be absolutely brilliant! But I find creation of new projects to be confusing and difficult: Environments - interpr... -
创建于 Triple quotation marks has 2 functions?
Hi! I have experienced 2 types of strangeness in the PyCharm editor today: 1. First, when I used triple quotation marks (""") it resulted in a multi-line comment. Then, when I tried again, it resul...