Skip to content
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

problems installing pywin32-216.win32-py3.1.exe #556

Closed
ghost opened this issue Jun 19, 2011 · 1 comment
Closed

problems installing pywin32-216.win32-py3.1.exe #556

ghost opened this issue Jun 19, 2011 · 1 comment

Comments

@ghost
Copy link

ghost commented Jun 19, 2011

Hi, regarding issue 3290176, same problem occurs with installation file pywin32-216.win32-py3.1.exe.
Is it possible to generate a new installation file with the fixed postinstall script?
Thanks!!

Reported by: antoniobotelho

Original Ticket: pywin32/bugs/556

@ghost ghost assigned ghost and unassigned ghost Oct 24, 2017
@Avasam
Copy link
Collaborator

Avasam commented Mar 26, 2024

Since 71afa71, the PATH is now prepended, rather than appended. For Python >= 3.8, the PATH environment variable isn't even used. This is included in pywin32==226.

Python 3.7 has also reached EOL (meaning no security fixes/support) and I'd recommend migrating over to 3.8+ (see #2207)

.exe installers are now deprecated #1939, so you should install from PyPI (ie: pip install pywin32>=226)

Given the sheer amount of installation issue duplication and old history, I'd like to consolidate the current state of these issues. So I'll close and reference back any issue that only has comments showing the issue:

  • from before November 10th, 2019 (pywin32<226)
  • using .exe installers
  • using Python < 3.8

Please also try https://github.com/mhammond/pywin32#troubleshooting before opening a new issue, or let us, and others, know if it did resolve your issue.

@Avasam Avasam closed this as completed Mar 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant