[Pydev-code] Tkinter+Pydev 4.4.0 bug
Brought to you by:
fabioz
From: Luca G. <luc...@gm...> - 2015-11-30 15:49:49
|
In the past 1.5 year I have developed a quite big code using Python 2.7.8 (Anaconda accelerate) and Tkinter with quite some satisfaction. I have being using Eclipse Luna + Pydev and everything was running smooth, moreover I would say that I was really impressed by the overall performance. Then some time ago I have performed the Pydev update to version 4.4.0, since then the debugger stacks and bug consistently. I'll try to be more specific: in my code a main window open a second window that runs a chunk of code using threading python library (in order to still have the window active); now when I debug this portion of the code a strange small TK window appears and the debugger bugs. I have tried to upgrade to Eclipse Mars but I get the same error.... I’m pretty sure that the problem is in Pydev 4.4.0 since I have downgraded to version 4.3.0 (using Eclipse Mars) and everything is working again!!!!! Thanks in advance for the support Luca |