Win32 Drive List Redux
Tim Daneliuk
tundra at tundraware.com
Fri Jan 3 11:30:10 EST 2003
More information about the Python-list mailing list
Fri Jan 3 11:30:10 EST 2003
- Previous message (by thread): Win32 Drive List Redux
- Next message (by thread): Win32 Drive List Redux
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
R.Marquez wrote: > Why not use Py2Exe to convert your app into a stand alone exe. It > creates a subfolder containing a PythonXX.dll and all the other files > needed for your app to run. Then you could create a nice litle self > installer with something like Inno Setup > (http://www.jrsoftware.org/isinfo.htm), and distribute it to your > heart's content. :) > > -Ruben The thought crossed my mind, and I may yet end up going that route, but that is gonna make one big distribution file. It sort of bugs me that I have to distribute 100s of K or even Megs of files to run a 55K script ... ;) -- ------------------------------------------------------------------------------ Tim Daneliuk tundra at tundraware.com
- Previous message (by thread): Win32 Drive List Redux
- Next message (by thread): Win32 Drive List Redux
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list