Python - Run scripts from CD
Mike C. Fletcher
mcfletch at rogers.com
Fri Dec 6 16:26:30 EST 2002
More information about the Python-list mailing list
Fri Dec 6 16:26:30 EST 2002
- Previous message (by thread): Python - Run scripts from CD
- Next message (by thread): Nederlandstalige Python Ontwikkelaars
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Use py2exe or the McMillan installer, these create single-directory Python installations w/ just the required libraries and w/out the need to install Python. Just dump the directory to your CD and call the created .exe file from your installer. HTH, Mike kcollins15 at cfl.rr.com wrote: >Python Question? I am deploying a java application from a CD onto W2K >platforms. During this installation process I will need to use some python >scripts to gather system information ext. Is it possible to load python 2.2 on >this CD and run the scripts from there? I do not want to install python on the >application target system. >Thanks, >KC > > > > > > -- _______________________________________ Mike C. Fletcher Designer, VR Plumber, Coder http://members.rogers.com/mcfletch/
- Previous message (by thread): Python - Run scripts from CD
- Next message (by thread): Nederlandstalige Python Ontwikkelaars
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list