Python Tkinter - Anaconda using wrong tkinter version. How to change it? -


i have gui crashes when use scroll bar, appears error: http://bugs.python.org/issue10731

it seems problem has been fixed newer versions of tkinter.

when write conda list, list shows tk version 8.5.18

however, when write in code print(tk().eval('info patchlevel')), prints version 8.5.9

i believe means interpreter not using newer version 8.5.18. couldn't find way change newer one. how can achieve this?


Comments

Popular posts from this blog

python Tkinter Capturing keyboard events save as one single string -

android - InAppBilling registering BroadcastReceiver in AndroidManifest -

javascript - Z-index in d3.js -