I'm running on RHEL 4 and I need to package up and install my python app on other RHEL 4 boxes. Preferably it would be nice to hand them an RPM or something just as easy to install.
They will not have the version of python I use (2.6) or the third party modules (paramiko and pycrypto). These modules have C components to them. Is pytinstaller suitable for what I'm talking about? If not, are there other options for deployment of python programs on linux? I need to be able to push this out without people installing all the underlying dependencies by hand. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "PyInstaller" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/PyInstaller?hl=en -~----------~----~----~----~------~----~------~--~---
