#๐Ÿ”’ How to fix kde theming issues with pyside6?

30 messages ยท Page 1 of 1 (latest)

forest thorn
heavy emberBOT
#

@forest thorn

Python help channel opened

Remember to:

  • Ask your Python question, not if you can ask or if there's an expert who can help.
  • Show a code sample as text (rather than a screenshot) and the error message, if you've got one.
  • Explain what you expect to happen and what actually happens.

:warning: Do not pip install anything that isn't related to your question, especially if asked to over DMs.

forest thorn
#

I don't understand

#

I installed pyside6 through apt but pycharm doesn't reconize it

#

also google says it's bad to use the global interpreter

#

is there no way to get it to be native on kde?

hazy locust
#

I have no distro to test out the apt part but

#

by default PyCharm prompts you to create virtual environment when creating a project

#

you can go into file > Settings...
and then Python > Interpreter

#

and at the Python Interpreter, do Add Interpreter and browse to your global python executable

#

more recommended way tho, is to keep the virtual environment and click on the plus sigh + in that same interface

#

search for pyside6 and install it there.

forest thorn
#

ok

#

just a sec

#

I don't even know how to add the global interpreter

hazy locust
#

look up your distro's default python location

#

or do which python in your terminal

forest thorn
#
which: no python in (/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games)
#

idk why it says no python in x location if there is no python there

#

there is alot of places where python isn't not just those places

#
sudo apt install python3
python3 is already the newest version (3.13.5-1).
python3 set to manually installed.
hazy locust
#

try which py

#

or py3

forest thorn
#

ok

#
which py3
which: no py3 in (/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games)

#
which py
which: no py in (/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games)

#

@hazy locust nothing

heavy emberBOT
#
Python help channel closed for inactivity

This help channel has been closed. Feel free to create a new post in #1035199133436354600. To maximize your chances of getting a response, check out this guide on asking good questions.