Well, I've tried modifying bindepend.py. I set excludes = {'/lib':0, '/
usrllib': 0} and that gave me a somewhat bigger binary but still with
some dependencies I guess pyinstaller doesn't know of. Maybe If I add
them as hiddenimports ?I'll try :-) On Aug 23, 10:09 am, gerel <[EMAIL PROTECTED]> wrote: > I'm trying to compile a PyGtk script but can't get a single static > binary. > I wouldn't care for the "system" libraries (glibc , libpthread , etc) > to be shared. > My idea is NOT to depend on GTK2, GDK, Glib, etc... and so have them > statically compiled. > > Can i do that ? > > TIA. > cheers --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
