Win32 installer / "standalone" packager
Gordon McMillan
gmcm at hypernet.com
Sat Jul 10 14:34:12 EDT 1999
More information about the Python-list mailing list
Sat Jul 10 14:34:12 EDT 1999
- Previous message (by thread): Win32 installer / "standalone" packager
- Next message (by thread): _tkinter problem
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Karl Putland writes: > Installer install breaks ;-) > > The traceback goes away too fast, but I think it says... > > Traceback... yada-yada-yada > File "launch.py", line 12, in ? > support = os.path.join(installdir, "support") > NameError: installdir If you have this problem, change the "idif" at line 10 of install.py to "installdir", then run "install.py". It should create a good installation. Meanwhile, I will beg python.org's ftpmad^Hster to expedite getting the fix in (as long as the bribe is free, I'll pay it). - Gordon
- Previous message (by thread): Win32 installer / "standalone" packager
- Next message (by thread): _tkinter problem
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list