[email protected] píše v Pá 18. 01. 2013 v 11:32 -0800: > When using pyInstaller 2.0, wxPython is properly included, except for > the locale files. How can I fix this?
You could look at the wx import hook and add there attribute 'datas' that will contain the list of data files (locale files) to bundle with frozen application. wxPython hook file to create: ./PyInstaller/hooks/hook-wx.py -- 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.
