Daniel Hyams píše v Čt 02. 12. 2010 v 10:04 -0500: > I would be interested in a definitive answer to this too, but I'm not > sure that pyinstaller can get around ABI versioning restrictions in > the underlying C library. It does make things harder for distributing > apps on Linux.
If you need newer tools (like python 2.6, Qt 4.6, ...) on older linux distributions you need to compile it yourself or I would recommend trying gentoo prefix, which automates compilation and installation of those tools. http://www.gentoo.org/proj/en/gentoo-alt/prefix/ Hower, to setup such an environment is a bit harder. -- 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.
