PyCharm 1.2 - supported GUI (Tkinter is missing)
Hello,
a) in the Help-File there is a comment that PyCharm supports wxPython, PyQt4 and PyGtk. What does "support" means ?
b) I`m wondering why TKinter isn`t listed
thx
Please sign in to leave a comment.
Hello p,
Support in that case means the general code insight / code completion for
those libraries.
Tkinter supported by default since it's the standard Python library, without
explicit mention.
Hello Yulia,
thanx for fast replay and the exhausting answers ...