[Pythonmac-SIG] py2app error

Barry barry at barrys-emacs.org
Wed Feb 21 14:46:36 EST 2018



> On 19 Feb 2018, at 22:32, Kevin Walzer <kw at codebykevin.com> wrote:
> 
> A Tkinter app I am building on 10.13 with py2app 0.14 is crashing with this error:
> 
> Traceback (most recent call last):
>   File "/Users/kevin/Programming/quickwho/dist/QuickWho.app/Contents/Resources/__boot__.py", line 98, in <module>
>     _run()
>   File "/Users/kevin/Programming/quickwho/dist/QuickWho.app/Contents/Resources/__boot__.py", line 82, in _run
>     exec(compile(source, path, 'exec'), globals(), globals())
>   File "/Users/kevin/Programming/quickwho/dist/QuickWho.app/Contents/Resources/QuickWho.py", line 8, in <module>
>     from tkinter import *
>   File "<frozen importlib._bootstrap>", line 961, in _find_and_load
>   File "<frozen importlib._bootstrap>", line 950, in _find_and_load_unlocked
>   File "<frozen importlib._bootstrap>", line 646, in _load_unlocked
>   File "<frozen importlib._bootstrap>", line 616, in _load_backward_compatible
>   File "tkinter/__init__.pyc", line 36, in <module>
> ValueError: character U+6573552f is not in range [U+0000; U+10ffff]

Does the code work its not an app?

I nothice that 6573552f looks a lot like 4 ascii chars. Is __init__.py corrupt?

> 
> I am not certain of how to proceed. Please advise.
> 
> -- 
> Kevin Walzer
> Code by Kevin/Mobile Code by Kevin
> http://www.codebykevin.com
> http://www.wtmobilesoftware.com
> 
> _______________________________________________
> Pythonmac-SIG maillist  -  Pythonmac-SIG at python.org
> https://mail.python.org/mailman/listinfo/pythonmac-sig
> unsubscribe: https://mail.python.org/mailman/options/Pythonmac-SIG



More information about the Pythonmac-SIG mailing list