Joran Beasley píše v Pá 25. 01. 2013 v 16:40 -0800: > Thanks bryan, > > I was able to include the list of files in the hook-wx.py .... but I > still could not find them in my installer package ... and neither > could the program when I run it. anyway I think this got me most of > the way there I think I just need to go to the wx group now
If you are able to include locale files then you need probably tell wx where it should look for it. This is a case for an rthook - code that is executed before any importing of python modules. For examples look for 'rthooks' directory and file 'rthooks.dat'. Look at http://www.wxpython.org/docs/api/wx.Locale-class.html there is function AddCatalogLookupPathPrefix() that might be what you need to tell wx where to find locales. -- You received this message because you are subscribed to the Google Groups "PyInstaller" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/pyinstaller?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
