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?
#10
Yes, I have been using pip for 2.7 and pip3 for 3 but it only installs for 3.5.2 and there isn't an option to say which version of 3.x so python -V gives 2.7.12 and python3 -V gives 3.5.2.
I guess it's the symbolic links. I will have a look to see if I can change it. No point in using 3.5 instead of 3.6.
Update.
I did the following:
cd /usr/bin
sudo rm python3
sudo ln -s python3 python3.6
sudo pip3 install wxpython
That has fixed it. Be aware that the install takes a while - about 15 minutes on my 2.8GHz processor with 16 Gig ram
Reply


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

Forum Jump:

User Panel Messages

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