Henrik Roseno

- Total activity 53
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 13
-
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 "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 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 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 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 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...