I have a small python application with UI designed in glade. This app runs properly as a script. I needed to convert it to a distributable exe.
1) I am using pyinstaller version 1.3. This version still does not appear to have a corrected hooks\hook-gtk.py. Following some other posts, I have edited my local copy to include all the required hidden imports. 2) I have copied the .glade file to the exe directory. 3) I have generated a new pango.modules file using pango-querymodules. My current problem is: When I run my executable, pango complains that it is unable to find any built-in or dynamically loadable modules. It suggests that I build my pango.modules file using pango-querymodules, which I have already done. This results in the application showing all my buttons and labels and other text as simple squares.I am a new python user and on both linux and windows. Some help would be greatly appreciated. Thanks in advance. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
