Distributing Python apps on CD

Michael Baumann michael at maz-sound.de
Thu Sep 14 20:53:13 EDT 2000


Hi,

I am currently considering Python for a project where I need to distribute 
the application on a CD and the users should be able to start the program 
directly from CD without installing/copying anything.
I want to use QT 2 with PyQT for it and it should run under Win32 and Linux 
(it doesnt have to be the same script, I could also create 2 slightly 
different versions for both systems).

I know, its a bit much but is this possible ? If yes, then how, is it 
possible to copy the whole Python-stuff on CD (maybe with an OS-specific 
startup-script) or do I need/may use something like Freeze ?

CU,
Michael



More information about the Python-list mailing list