Jan Kanis added the comment:

I tried changing the last block in turtulemodule/__init__.py to

if __name__ == '__main__':
    demo = DemoWindow()
    print("ENTERING mainloop")
    demo.root.mainloop()
    print("Bye")

but that does not solve the problem:

> python3 -m turtledemo
ENTERING mainloop
Exception ignored in: <bound method PhotoImage.__del__ of <tkinter.PhotoImage 
object at 0x7ffef193b948>>
Traceback (most recent call last):
  File "/home/jan/test/lib/python3.4/tkinter/__init__.py", line 3330, in __del__
TypeError: catching classes that do not inherit from BaseException is not 
allowed

so still the same error. (Although it is probably still good to make that 
change.)

Tested on cpython revision dfcb64f51f7b, so the same as I originally made the 
bugreport from.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue18141>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to