Re: [python-win32] Using relative python path in exe files generated by `ScriptMaker`

2024-12-09 Thread Glyph
> On Dec 9, 2024, at 11:15 PM, Jacob Kruger wrote: > > Might not be relevant, if am misunderstanding something, but I generally just > use pip freeze > requirements.txt, shift that text file over to new > location/machine, create new virtual environment, and run pip install -r > requirements

Re: [python-win32] Using relative python path in exe files generated by `ScriptMaker`

2024-12-09 Thread Glyph
Hi Ilya, The main solution here is "don't do that". You can build binary wheels and share them between machines, but venvs are not meant to be shared. I just posted about this the other day: <https://mastodon.social/@glyph/113608175894598083>. Wny are you trying to

Re: [python-win32] PyParallel - an experimental "multicore" fork of Python 3 for Windows

2015-08-02 Thread Glyph
rge.org/pipermail/libdispatch-dev/2011-April/000485.html> -glyph ___ python-win32 mailing list python-win32@python.org https://mail.python.org/mailman/listinfo/python-win32