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