Steve Dower
Steve Dower
Just wondering if you could upload wheels of MySQL-python to PyPI for Windows. The installer is nice, but doesn't help when using virtual environments. Should just be as simple as...
Just as an FYI, I submitted the patch for distutils/setuptools that will make this hack in your setup.py redundant: https://github.com/mhammond/pywin32/blob/e1c0237a6897dbc4adbfda6470711fade43228b7/setup.py#L530 The PR is at https://github.com/pypa/distutils/pull/153 (and should go into `setuptools`...
Also moves some asserts around to ensure we assert before using the things we're asserting * Issue: gh-99377
These APIs were added in Windows 8, so we can safely backport.
We already have events for interpreter creation and free, but not threads. * PR: gh-99378
* Issue: gh-87604
I'm trying to add Playwright to my conda environment installed from Anaconda's repository, but it produces conflicts and/or tries to replace the entire environment. It seems the packages published to...
These will create additional aliases alongside the launcher for a particular Python install. * Issue: gh-114881 ---- 📚 Documentation preview 📚: https://cpython-previews--115969.org.readthedocs.build/
https://github.com/indygreg/python-build-standalone/blob/b292b16d25c61ac7dd962a4a4b52cd34724b33f6/cpython-windows/build.py#L235-L236 If you also pass the `-utf8` option to vswhere, you can be guaranteed that it will write out a UTF-8 formatted path.