Hartmut Goebel píše v Čt 08. 11. 2012 v 20:44 +0100: > Am 08.11.2012 07:36, schrieb Lynn Oliver: > > The problem I've run into on Windows is that one or more Tkinter > > widgets generates an error when passed unicode text that contains > > code points greater than 127. After changing the encoding to utf-8 > > it works just fine. > > > > > > My question, however, was whether pyinstaller will have any problems > > picking up changes to site.py. So far the reload(sys) hack has been > > working fine, so I may not need to deal with the 'proper' solution > > in any case. > > So did I understand corretly: This is not a PyInstaller problem, but a > TkInter problem. You are only seeking a solution to make your > work-around work with PyIntaller, too.
If he is experiencing issues with Tkinter then we should probably fix the tkinter hook in pyinstaller. -- 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.
