New submission from Edd Barrett <[email protected]>:

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 <[email protected]>
<https://bugs.pypy.org/issue1597>
________________________________________
_______________________________________________
pypy-issue mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-issue

Reply via email to