The following page could also help you to find out where locale files are stored:
http://www.wxpython.org/docs/api/wx.StandardPaths-class.html Bryan A. Jones píše v Pá 25. 01. 2013 v 15:28 -0600: > Joran, > > Without looking very closely, I wrote a hook-sphinx.py which > accomplishes similar things. My guess at what you need in hook-wx.py: > > from hookutils import collect_data_files > > def hook(mod): global datas datas = collect_data_files(w') > > return mod > > Hope that helps! -- 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]. Visit this group at http://groups.google.com/group/pyinstaller?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
