Re: [Tutor] how to use freeze for making executable python file in linux

2008-01-31 Thread Alan Gauld
"brindly sujith" <[EMAIL PROTECTED]> wrote > if yes...plz tell me how to use freeze > > whether i need to install something or its default in python Googling 'python freeze' for tutorials etc Its not a library module but a utility that usually comes with Python on supported platforms. Try se

Re: [Tutor] how to use freeze for making executable python file in linux

2008-01-31 Thread Alan Gauld
"brindly sujith" <[EMAIL PROTECTED]> wrote > can i use freeze to make my python program > into executable in linux Since you have picked up on Freeze I'll assume Luke was right and that you don't really want to make your program executable but that you want to create a self contained file that

[Tutor] how to use freeze for making executable python file in linux

2008-01-30 Thread brindly sujith
can i use freeze to make my python program in to executable in linux if yes...plz tell me how to use freeze whether i need to install something or its default in python ___ Tutor maillist - Tutor@python.org http://mail.python.org/mailman/listinfo/tuto