Revision 1 as of 2004-08-23 16:45:59

Clear message

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

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.

-- LionKimbro DateTime(2004-08-23T16:45:59Z)

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