Hello again,
I have an issue with running an exe that I built for CentOS
5.1. The exe required libgmodule1.2.so which is not in the
standard distribution (libgmodule2.0.so is there instead).
However, pyinstaller didn't include it in the package
(presumably because system libraries like glibc are
expected to be already installed?). So my exe just fails
when I try to run it (on anything other than my build
machine).
What's the best solution for this? (I realise there are
potential issues in asking people to install an older
glibc, but maybe there's a way to have 2 versions installed
at the same time? Or should pyinstaller just bundle it for
me anyway - is this a bug? It would be nice to at least
have a list of these dependencies somehow - bindepend
didn't show it - is there a way?)
Thanks for any help :)
Mary.
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---