Hi all,
I'm happy to announce the release of pywin32 build 223.
The only significant change in this release is to help pywin32 when
being installed as a wheel (ie, via pypi) - the pywin32_system32
directory is now added to PATH. Thanks to @xoviat via
https://github.com/mhammond/pywin32/pull/1153
This should help when installing pywin32 via pypi. While I still
consider wheel support to be experimental, I encourage everyone to try
it out and report any issues via https://github.com/mhammond/pywin32/issues.
Downloads are available at:
https://github.com/mhammond/pywin32/releases/tag/b223
and via pypi.
For initial support (eg, to ask questions about the release etc), please
contact this mailing-list (python-win32@python.org). If you want to
report a bug, please do so at https://github.com/mhammond/pywin32/issues
As always, thanks to everyone who contributed to this release, both in
terms of code and reporting bugs.
Cheers,
Mark.
Changes:
* pywin32.pth now arranges for the pywin32_system32 directory to be on
PATH to help with pypi installations (thanks to @xovian via #1153)
_______________________________________________
python-win32 mailing list
python-win32@python.org
https://mail.python.org/mailman/listinfo/python-win32