>>THe usual unix shebang trick will work just fine. >> >>call your install script 'install' and put >> >>#! /bin/env/python
It might be /usr/bin/env... >> >>as the first line. It should then run directly with no problems. >>Assuming of course that Python is already installed on the web >>server! > > This I didn't know, so in order to work I would have to rename > installer.py to only installer and in the shell I would only type > installer and it would run right?? Yes, in fact you dont really need to rename the file, its just a nicety. All Unix scripts use this trick including shell scripts, awk, perl, tcl, ruby etc. It's been standard Unix practice for many years. Alan G. _______________________________________________ Tutor maillist - Tutor@python.org http://mail.python.org/mailman/listinfo/tutor