#๐ Why Is There Not a "play" Code Button On the Right Like am i used to? (beginner installing PyQt)
20 messages ยท Page 1 of 1 (latest)
@night jolt
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.
VSCode thinks that is a cmake file (look in the bottom right). Either change the language mode to python using ctrl+shift+p -> change language mode, or change the file extension to .py
You can also change language mode by clicking on the "cmake"
Also notice how there is an M next to the file name (the cmake icon), not the python icon
that was successful, how can i check to make sure pyqt is fully and properly installing for making desktop applications?
If your trying to code in python add the Python extension .py
So it should be CMakeLists.py
i have the python extension installed,
were on here should i see that?
On the top it's a .txt it should be a .py
And after you change that, it will give you your run button
Vscode thinks it's C (I think, idk what M is) you have to force it to know what you want it to know
What do you think on this?
Making it CMakeLists.py made the play button apear
Is that what you needed?
Is your problem fixed?
yes ig thx
Cool
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.