So it sounds like the options are PyInstaller, cx_freeze, and
bbfreeze. Has anyone used any of these, and knows which one works best
on linux?
--
http://mail.python.org/mailman/listinfo/python-list
> platform. AFAICT there are RHEL4 rpms for these, and RHEL4 already comes
> with its own version of Python so it seems you are attempting to make
> things much more difficult than need be.
There are no rpm's in our repository for the third party modules I
need... If it was that easy I wouldn't be
On Fri, 2009-03-20 at 12:59 -0700, Brendan Miller wrote:
> I have a python application that I want to package up and deploy to
> various people using RHEL 4.
>
> I'm using python 2.6 to develop the app. The RHEL 4 machines have an
> older version of python I'd rather not code against (although tha
On Mar 20, 2:59 pm, Brendan Miller wrote:
> I have a python application that I want to package up and deploy to
> various people using RHEL 4.
>
> I'm using python 2.6 to develop the app. The RHEL 4 machines have an
> older version of python I'd rather not code against (although that's
> an option