Hi, I am new to Linux and getting my hands on pyinstaller for the very first time. Finally I have managed to build pyinstaller from latest code from svn and able to create first deployment. Although it was not as easy as it looks but it works!!!
I have few questions about pyinstaller and in general about deployment and other technical issues. Here are the details of my hardware and software used in tests: #---- System Information ----# GUI2Exe Version: 0.5.0 Operating System: Linux 2.6.31-14-generic i686 Python Version: 2.6.4rc2 (r264rc2:75497, Oct 20 2009, 02:55:11) [GCC 4.4.1] wxPython Version: 2.8.10.1 (gtk2-unicode) wxPython Info: (__WXGTK__, wxGTK, unicode, gtk2, wx-assertions-off, SWIG-1.3.29) Python Encoding: Default=UTF-8 File=UTF-8 wxPython Encoding: utf-8 System Architecture: 32bit i686 Byte order: little Frozen: False #---- End System Information ----# 1. Are there any issues when running the deployment on other distros like fedora or open suse? 2. Are there any issues when running the deployment on 64 bit machine where as the application has been created on 32 bit architecture? 3. What if user try to run the app on the same distro but either a newer or an older version? 4. The deployed package should be be self sufficient but still I am sure it would be having some external dependencies.(libc*.* or what ever) If yes, what are those dependencies that user must take care of? Best Regards Prashant -- 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.
