[IPython-dev] egg doesn't install scripts on windows

Ville Vainio vivainio at gmail.com
Sun Jan 22 06:58:19 EST 2006


Egg fails to install scripts properly on windows. In windows they
should have the .py suffix or they won't work.

Solution: rename scripts/ipython -> scripts/ipython.py
same for pycolor

And change setup.py to install all files in scripts as, well, scripts.

It should work in posix too, doesn't distutils strip the .py suffix
for scripts there?

running win32_manual_postinstall should be redundant if
python24\scripts is in system path...

Patch attached.

--
Ville Vainio - http://tinyurl.com/2prnb
http://vainio.blogspot.com
-------------- next part --------------
A non-text attachment was scrubbed...
Name: install_scripts_properly.diff
Type: application/octet-stream
Size: 2137 bytes
Desc: not available
URL: <http://mail.python.org/pipermail/ipython-dev/attachments/20060122/2f19ff81/attachment.obj>


More information about the IPython-dev mailing list