-
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
Cygwin Python #1378
Comments
As a workaround, looks like you can get the file from here: https://pypi.org/simple/pywin32 then rename similar to this:
then install:
looks like you need to do this too:
|
I am working on porting pywin32 to MinGW (inside MSYS2). The changes should improve compatibility with Cygwin too. But it's still going to need some additional work. Some of the progress can be seen in msys2/MINGW-packages#5615. I'm trying to get as much as possible merged back into pywin32. |
@ghost interesting workaround, but i can't get it to work,
|
I am getting this result with Cygwin:
Another issue said
However I do not wish to do that. Can Cygwin Python work with PyWin32 somehow?
The text was updated successfully, but these errors were encountered: