-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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: No module named 'win32gui'
on the Windows installer
#22112
Comments
Note: Maybe related with mhammond/pywin32#1730 (comment) |
Ok, and what happens with our Spyder 6 beta2 installer? I don't know if |
ModuleNotFoundError: No module named 'win32gui'
on the Windows installer
Ok, that's great! @GeolChao, given that the error is fixed in our new installers, I'm going to close this issue as solved for Spyder 6. That version will be released in three weeks or so, so you won't need to wait too long to get it. |
Issue Report Checklist
conda update spyder
(orpip
, if not using Anaconda)jupyter qtconsole
(if console-related)spyder --reset
Problem Description
Sorry for potentially asking a stupid question: I installed spyder(5.5.4) via standalone Windows installer which has come with the pywin32 package. But when I run
import win32gui
, I get:ModuleNotFoundError: No module named 'win32gui'
What steps reproduce the problem?
What is the expected output? What do you see instead?
I expect to see import win32gui smoothly.
Paste Traceback/Error Below (if applicable)
Versions
Dependencies
The text was updated successfully, but these errors were encountered: