On Sun, 17 Mar 2002, red wrote: > Hi i was wondering if there is eney way that i coud run a program that i > made on python without installing python on that computer?? Yes, you can use the 'py2exe' utility to package up your program: http://py2exe.sourceforge.net/ A few of us here on Tutor have experience with py2exe, so if you have questions, please feel free to ask on Tutor. Good luck!