2008/3/25, Andrea Maccis <[EMAIL PROTECTED]>: > > > Hi. > I used PyInstaller to build Windows executables gtk based. > I had this "problem" (is this a problem?), and I "solved" it by > (manually) copying the gtk folders (/etc /lib ...) and my files .glade , > under the /distapplication folder. > After that, I packed the /distapplication folder with an installer (I > used Nsis and now I use Bitrock Installer).
I think it's a problem because someone (like me :-) could expect that pyinstaller does automatically all the job, without any other installer and without move manually any folder In my case I have moved only "pango" files, so my package can have problems with other gtk installation, but with your solution I think this problem disappear :-) 'etc' and 'lib' folders take less than 1M, very good Thanks for your help I will take a look to Bitrock also Regards Alessandro --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
