Re: [Tutor] freeze

2009-06-29 Thread A.T.Hofkamp
col speed wrote: HI Guys, I have a small programme, called shop.py, that I wish to make into a "frozen binary" ( I think that's right - I'm using Linux Ubuntu 9.04 and I want the programme to work on a windows computer that doesn't have Python installed). I used freeze.py from examples/Tools and

[Tutor] freeze

2009-06-28 Thread col speed
HI Guys, I have a small programme, called shop.py, that I wish to make into a "frozen binary" ( I think that's right - I'm using Linux Ubuntu 9.04 and I want the programme to work on a windows computer that doesn't have Python installed). I used freeze.py from examples/Tools and everything seemed

[Tutor] Freeze utility

2008-05-15 Thread Diego Trazzi
Can you recommended any good freeze utility for python to create linux standalone executables, other than the freeze.py ? this script doen't seems to include my .gif images... Thank you. ___ Tutor maillist - Tutor@python.org http://mail.python.org/mai

Re: [Tutor] freeze

2005-02-05 Thread Kent Johnson
Shitiz Bansal wrote: Hi, Do exe files generated by py2run on linux???i thought it was only for windows. py2exe makes Windows executables only. http://starship.python.net/crew/theller/py2exe/ Kent Shitiz --- "Jacob S." <[EMAIL PROTECTED]> wrote: My two bits. 1) Download py2exe found here http://py2

Re: [Tutor] freeze

2005-02-05 Thread Jacob S.
Hey! Good question! I have no idea. Jacob Schmidt P.S. Here's a cool setup script for py2exe if you want to try it though. ### setup.py ### # Run the build process by entering 'setup.py py2exe' or # 'python setup.py py2exe' in a console prompt. from distutils.core import setup import py2exe impor

Re: [Tutor] freeze

2005-02-05 Thread Shitiz Bansal
Hi, Do exe files generated by py2run on linux???i thought it was only for windows. Shitiz --- "Jacob S." <[EMAIL PROTECTED]> wrote: > My two bits. > > 1) Download py2exe found here > http://py2exe.sourceforge.net/ > 2) Make a setup file -- intructions can be found > through above link, I > thi

Re: [Tutor] freeze

2005-02-04 Thread Jacob S.
My two bits. 1) Download py2exe found here http://py2exe.sourceforge.net/ 2) Make a setup file -- intructions can be found through above link, I think. (Hey that rhymes!) 3) Ask if you want my totally cool automation technique 4) Ask more questions, go on we don't mind. HTH, Jacob Schmidt Hi, I i

[Tutor] freeze

2005-02-04 Thread Shitiz Bansal
Hi, I intend to create compiled python binaries on linux. I understand that freeze can be used to do this. But I have few doubts i would like to clarify. 1. In the freeze documentation i found the lines: "One tricky issue: Freeze assumes that the Python interpreter and environment you're using t