Python Forum
Which version of python goes well with tkinter?
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Which version of python goes well with tkinter?
#14
If you look at post #10 you will see I installed it via pip3
also I have just done this:
python3
Python 3.6.3 (default, Oct  6 2017, 08:44:35) 
[GCC 5.4.0 20160609] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import wx
>>> wx
<module 'wx' from '/usr/local/lib/python3.6/dist-packages/wx/__init__.py'>
>>> 
So not being anything like an expert I think it shows it's probably the latest version
Reply


Messages In This Thread
RE: Which version of python goes well with tkinter? - by Barrowman - Dec-17-2017, 07:46 PM

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020