Hi All, On Sat, Mar 21, 2009 at 3:26 AM, Anthony Tuininga wrote: > I have done it myself numerous times without any difficulty. If you > are using the same Linux distribution and version you should have no > difficulty at all. > > I have no idea of how it compares to PyInstaller on Linux. Maybe > someone else here can help you out on that front. > > If you run into any difficulties, post here and I'll try to help you out. > > Anthony > > On Fri, Mar 20, 2009 at 2:33 PM, Brendan Miller <[email protected]> wrote: >> Here's the problem I'm trying to solve: >> I have a specific version of python (2.6) and a couple of modules that >> include C components (paramiko and pycrypto). I am developing and >> deploying to the exact same version of RHEL 4. RHEL 4 has a different, >> much older version of python that I'd rather not use if possible. >> >> I want an easy way to pull in the dependencies and hand off a binary >> to the other RHEL 4 machines. Is cx_freeze suitable for this on linux? >> Are there any linux specific headaches? >> >> Also, how does it compare to pyinstaller on linux? >> >> I'm asking around because I know binary deployment is done a lot less >> on linux than on other platforms, so the related tools tend to not >> support it as well. I'm looking for a headache free approach if >> possible.
You may try GUI2Exe: http://code.google.com/p/gui2exe/ To do a quick comparison between all the "executable" builders for Python. Andrea. "Imagination Is The Only Weapon In The War Against Reality." http://xoomer.alice.it/infinity77/ ------------------------------------------------------------------------------ Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are powering Web 2.0 with engaging, cross-platform capabilities. Quickly and easily build your RIAs with Flex Builder, the Eclipse(TM)based development software that enables intelligent coding and step-through debugging. Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com _______________________________________________ cx-freeze-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/cx-freeze-users
