-
Notifications
You must be signed in to change notification settings - Fork 799
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
still can't get my hands on win32ui #1432
Comments
Have you run |
I opened a command prompt using the run as administrator option. Got this error: C:\Python38\Scripts>..\python pywin32_postinstall.py -install |
@bgailer looks wierd... should have copied some dll to sys folder. it should successfully copied the DLL files in windows system folder... in my case when i run... it copied python*38.dll files. im using 64bit. yours in 32bit... check folder permission ? Copied pythoncom38.dll to C:\WINDOWS\SysWOW64\pythoncom38.dll |
This directory is now added to the start of PATH for version 3.7 and earlier, and passed to os.add_dll_directory() on 3.8 and later. This will hopefully work around problems loading pywintypes.dll in various situations. Fixes mhammond#1432, fixes mhammond#1431
This is fixed in 300. |
Expected behavior
pywin application window
actual behavior.
error "still can't get my hands on win32ui"
Steps to reproduce the problem.
download and run pywin32-225.win32-py3.8.exe
installation completes with no apparant problem
open Pythonwin.exe
Version of Python = 3.8.0
pywin32 = 225
The text was updated successfully, but these errors were encountered: