-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ModuleNotFoundError #7
Comments
Did you maybe specify the path with backslashes? Then try it with double backslashes or set an r in front of the string, such as |
I wrote pythonPath = r"C:\Users\emilz\AppData\Local\Programs\Python\Python310\pythonw.exe"... |
At the moment I cannot try to reproduce this error. So far, I did not use Python 3.10 with it. The problem is that the error occurs Inside the subprocess and is not shown. When you click inside the output window and press the undo command can you see some more information, such as the Python 3.10 version information? |
WDYM undo command? ctrl + z? |
Ok, I reinstalled, now it's
|
Now it seems that your are not using the bundled version. Is this correct? You have to use the plugins/config folder, as you did above. |
Yes, this undo Ctrl + z |
Should I use this version? |
It should work in any folder. |
Hmmm, It's doesn't work and undo do nothing... |
Hi, I use Python 3.10, but cannot set it to work with PyPadPlusPlus :
When I try to use pyPadExecute or pyPadExecuteFix it's give me this error:
IDK why it's showing that, I set the pythonPath correct.
so why?
The text was updated successfully, but these errors were encountered: