Hi all,
I'm happy to announce the release of pywin32 build 304. There are a
number of changes in this release with the significant ones listed below.
Note:
* There are no .exe installers for 32-bit 3.10+ due to Python dropping
support for bdist_wininst.
* arm64 wheels for 3.10 and 3.11 64b
Thanks for the new version!
Considering I've been on build 227 forever, I tried upgrading my webserver's
pywin32 build to 304 with a base of Activestate Python 3.8 (64-bit), and now
I'm getting errors in my ASP pages ("500" Server Error), and in ipython (below).
Ive done all the normal things l
On 3/05/2022 5:31 am, Steven Manross wrote:
Thanks for the new version!
Considering I've been on build 227 forever, I tried upgrading my webserver's pywin32
build to 304 with a base of Activestate Python 3.8 (64-bit), and now I'm getting errors
in my ASP pages ("500" Server Error), and in ipyt
Solved. Huge thanks for pointing me to what I should have read to begin with.
😊 ☹
Thank you very much!
In case anyone finds this thread...
Solution was to run:
# cd \python38 (where my python was installed):
# python Scripts/pywin32_postinstall.py -install
... per the link Mark provided (p