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
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
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
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
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
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
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
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