Running program off CD

Prabhu Ramachandran prabhu at aero.iitm.ernet.in
Mon Nov 12 07:46:59 EST 2001


>>>>> "DS" == Dave Swegen <dswegen at allstor-sw.co.uk> writes:

    DS> I'm currently working on a project where I'd like to be able
    DS> to put python for various platforms on a CD and run it
    DS> directly off that, without actually installing anything on the
    DS> host computer.

    DS> As far as I can tell py2exe is what I want for win, but is
    DS> there anyhting similiar for un*x/linux? Is it enough to use
    DS> distutils and setting python path to point to the CD?

Look at Gordon McMillan's installer.  

     http://www.mcmillan-inc.com/install1.html

It definitely works under Linux but you might need to work on it a bit
to get things perfectly.  How easy your task is going to be really
depends on how complex your application is. Good luck.

prabhu




More information about the Python-list mailing list