BRAINLab-Aachen / MazeMaster

1 stars 2 forks source link

ModuleNotFoundError: No module named 'win32gui' #2

Open razinvyacheslav opened 8 months ago

razinvyacheslav commented 8 months ago

Hello! The problem is in file ".\modules\GUI\GUI.py" on line 185 in function MoveBlender in row "import win32gui". In builded project we dont get win32gui. How can this problem be resolved?

image

When blender window opens we get this error: "Exception in Tkinter callback Traceback (most recent call last): File "tkinterinit.py", line 1705, in call File ".\modules\GUI\GUI.py", line 185, in MoveBlender import win32gui ModuleNotFoundError: No module named 'win32gui'"

With 64 bit pywin32 (that include win32gui) dont work with this application we get this error: "ImportError: DLL load failed: %1 is not a valid Win32 application."

With 32 bit versions 301-306 for Python 3.7 we get this error: "ImportError: DLL load failed while importing win32gui: The specified procedure could not be found."

With 32 bit other versions 300- for Python 3.7 we dont get any errors, it just doesnt work (nobody happens).

Thanks a lot for any help!

Gronemeyer commented 3 weeks ago

We are also getting these errors on Windows 11 23H2 22631.4037; 64-bit operating system, x64-based processor.

@razinvyacheslav Have you been able to fix this issue?