Fixing a few bugs to get the win32 installer working again.

This commit is contained in:
Brian Granger 2009-07-02 15:59:26 -07:00
parent 7b495ced75
commit f50040feec

View File

@ -256,7 +256,7 @@ def find_scripts():
if len(sys.argv) > 2 and ('sdist' in sys.argv or 'bdist_rpm' in sys.argv):
print >> sys.stderr,"ERROR: bdist_wininst must be run alone. Exiting."
sys.exit(1)
scripts.append(pjoin(main_scripts,'ipython_win_post_install.py'))
scripts.append(pjoin('scripts','ipython_win_post_install.py'))
return scripts