Henrik Roseno

- Total activity 53
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 13
-
Created "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... -
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 = ... -
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'? -
Created PyCharm feedback: Sub-optimal screen usage (empty bars)
Hi!I am generally a quite happy user of PyCharm. I just have a comment on the way PyCharm 2024.2.4 uses the screen:I have inserted a narrow horizontal screen shot below. My comment is that there is... -
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 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...