Welcome! Log In Create A New Profile

Advanced

where/how to (really) get Tkinter ? (cannot get any GUI)

Posted by Andke 
where/how to (really) get Tkinter ? (cannot get any GUI)
November 06, 2011 07:07AM
This is what I get:


andre@loke:~/Downloads/SFACT/ahmetcemturan-SFACT-2ee9cdd/skeinforge_application$ ./skeinforge.py 
You do not have Tkinter, which is needed for the graphical interface, you will only be able to use the command line.
Information on how to download Tkinter is at:
www.tcl.tk/software/tcltk/



However, the URL is of no help - there's nothing there that installs Tkinter.

Edited 1 time(s). Last edit at 11/06/2011 12:43PM by Andke.
Re: where/how to (really) get Tkinter ? (cannot get any GUI)
November 06, 2011 11:13AM
Which version of Python are you running? Which platform are you running on (Win, Lin or Mac)? Tkinter is typically part of the default installation.

JB


--
Check out my blog: AdventuresIn3-DPrinting
Re: where/how to (really) get Tkinter ? (cannot get any GUI)
November 06, 2011 12:42PM
Python 2.7.2+ on Ubuntu 11.10
Another strange thing, is that pronterface.py (https://github.com/kliment/Printrun) also complains about this Tkinter, but works fine (with GUI)
So yes, I am not that sure that the problem is the Tkinter - that's why I posted the command as well.. smiling smiley
Re: where/how to (really) get Tkinter ? (cannot get any GUI)
November 07, 2011 06:14AM
On ubuntu, something like that should do it :

sudo apt-get install python-tk
Re: where/how to (really) get Tkinter ? (cannot get any GUI)
November 07, 2011 06:44AM
Yep - that worked just great. Thank you.
Sorry, only registered users may post in this forum.

Click here to login