[pypy-issue] [issue1597] Tkinter needs a threaded tcl

Edd Barrett tracker at bugs.pypy.org
Fri Sep 6 20:25:05 CEST 2013


New submission from Edd Barrett <vext01 at gmail.com>:

I notice that pypy needs a threaded tcl:

    $ ./pypy-c /tmp/world.py                                                       
    Traceback (most recent call last):                                              
      File "app_main.py", line 72, in run_toplevel                                  
      File "/tmp/world.py", line 28, in <module>                                    
        app.mainloop()                                                              
      File "/home/edd/research/pypy/lib-python/2.7/lib-tk/Tkinter.py", line 
1017, in mainloop
        self.tk.mainloop(n)                                                         
      File "/home/edd/research/pypy/lib_pypy/_tkinter/app.py", line 378, in 
mainloop
        raise NotImplementedError("TCL configured without threads")                 
NotImplementedError: TCL configured without threads

This error is produced when running the hello world example from here:
http://docs.python.org/2/library/tkinter.html#a-simple-hello-world-program

cpython is happy to run this program with a non-threaded tcl.

Cheers

----------
messages: 6130
nosy: pypy-issue, vext01
priority: bug
status: unread
title: Tkinter needs a threaded tcl

________________________________________
PyPy bug tracker <tracker at bugs.pypy.org>
<https://bugs.pypy.org/issue1597>
________________________________________


More information about the pypy-issue mailing list