Differences between revisions 12 and 15 (spanning 3 versions)
Revision 12 as of 2008-03-12 20:30:41
Size: 2019
Editor: 65
Comment: add WINE notes
Revision 15 as of 2008-11-15 14:00:22
Size: 2096
Editor: localhost
Comment: converted to 1.6 markup
Deletions are marked like this. Additions are marked like this.
Line 2: Line 2:
Line 6: Line 5:

py2exe and NSIS through WINE is handy, but py2exe produces invalid Win32 executables
py2exe and NSIS through WINE (for making Windows executables) is handy, but py2exe produces invalid Win32 executables
Line 10: Line 8:
http://bugs.winehq.org/show_bug.cgi?id=3591  * http://bugs.winehq.org/show_bug.cgi?id=3591
Line 13: Line 11:
fixme:resource:get_resource_section .rsrc isn't the last section
RuntimeError: EndUpdateResource: Success
 * http://bugs.winehq.org/show_bug.cgi?id=3897
 *
fixme:resource:get_resource_section .rsrc isn't the last section
 * RuntimeError: EndUpdateResource: Success
Line 18: Line 16:

* [http://www.py2exe.org py2exe home page and wiki]
 * ["DistributionUtilities"]
 * [[http://www.py2exe.org|py2exe home page and wiki]]
 * DistributionUtilities
Line 25: Line 21:
Line 36: Line 31:
Try googling for "freeze". It's in the Python distribution (in fact, there's a FAQ section called
[http://python.org/doc/faq/windows.html#where-is-freeze-for-windows 1.4 Where is Freeze for Windows?], waddayamean, is there a Py2Exe for Linux ;)).
Try googling for "freeze". It's in the Python distribution (in fact, there's a FAQ section called [[http://python.org/doc/faq/windows.html#where-is-freeze-for-windows|1.4 Where is Freeze for Windows?]], waddayamean, is there a Py2Exe for Linux ;)).
Line 43: Line 37:
So, ["Freeze"] will now have a place on the net: right here. So, [[Freeze]] will now have a place on the net: right here.
Line 47: Line 41:
-- LionKimbro [[DateTime(2004-08-30T03:43:57Z)]] -- LionKimbro <<DateTime(2004-08-30T03:43:57Z)>>

py2exe is a module that makes it so you can compile Python code to Windows executables.

Linux compatibility

py2exe and NSIS through WINE (for making Windows executables) is handy, but py2exe produces invalid Win32 executables

Problem 1

Problem 2

See Also


Discussion

I'm wondering: Is there something like Py2Exe, but for Linux?

We have some Python code that we'd like clients to be able to run, but we don't want them to have to install Python.

I know that Python is a required install on Red Hat 9 and up, but I don't think it is a required install on Suse, or Mandrake, or yadda yadda yadda. So, I think this would be useful. If we had somethig like Py2Exe for Linux, then we can justify using Python here at work.

The question is: Does something like this exist right now?

No, we can't require our users to install something new. Everything has to just run, right out of the box, with zero installation.

Try googling for "freeze". It's in the Python distribution (in fact, there's a FAQ section called 1.4 Where is Freeze for Windows?, waddayamean, is there a Py2Exe for Linux ;)).

-- JohannesGijsbers

Heh! Well, I just never saw anything about Freeze online. I googled for "compile Python to executable" and stuff like that, for about 30 minutes, and never saw a single mention of Freeze. "If it's not on the net, it may well not exist," right?

So, Freeze will now have a place on the net: right here.

Score 1 for wiki. :)

-- LionKimbro 2004-08-30 03:43:57

Why dont you make one yourself, it's probably not that hard... -- anon

"probably"? Anon sounds like an optimist. -- RetrogradeOrbit

Py2Exe (last edited 2010-07-12 12:51:33 by ip-80-226-1-7)

Unable to edit the page? See the FrontPage for instructions.