> I couldn't really tell which list to post this to. This
> looked closest. Let
> me know if it should go elsewhere.
It should be added as a feature request in the main Python bug collector
(ie, at sourceforge). There would be far far more chance of it getting done
if you also provide a patch to
> I'd like a feature to be added to Python's windows installer. I want it to
> set up two environment variables for me. It should:
> 1. Append %PythonInstallDir%\Scripts to the system PATH.
> 2. Append .PY to the system PATHEXT.
As an interim solution, have you looked at Innosetup?
Alan
__
I couldn't really tell which list to post this to. This looked closest. Let
me know if it should go elsewhere.
I'd like a feature to be added to Python's windows installer. I want it to
set up two environment variables for me. It should:
1. Append %PythonInstallDir%\Scripts to the system PATH.
2.