Hi all,
The wxPython demo has an option to modify demo code.
The problem is - I'm on a non-english machine and running a modified demo fails.
I always had this problem, but only now had the need to fix it.
Here is the change I have made in order to fix it, not sure if thats the best solution but it works for me:
Main.py -> LoadDict line 905:
description = self.modules[modID][2] description = description.encode(sys.getfilesystemencoding())
- Roee.
|