Henrik Roseno
- Total activity 53
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 13
-
Created Bug? "Indent expected" in 8th indentation 'level'
AnsweredHi 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 ... -
Created Conditional compilation in PyCharm? (pypreprocessor?)
AnsweredHi! 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 = ... -
Created 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... -
Created 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?: -
Edited cairo/device.c:30:10: fatal error: Python.h: No such file or directory [SOLVED]
AnsweredWhen 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... -
Edited Kivy: "Unable to find any valuable Window provider" [SOLVED]
CompletedI 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... -
Edited "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... -
Edited Why does PyCharm say "Typo in word"? [SOLVED]
Why does PyCharm say " typo in word 'txtfile' " in the statement that defines the variable 'txtfile'? -
Edited Creating a new project is confusing and complicated [SOLVED]
CompletedI 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... -
Created 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...