Anybody got experienc with Spyder? I need to use it to make a GUI application and I am unable to import Tkinter library. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Anybody got experienc with Spyder? I need to use it to make a GUI application and I am unable to import Tkinter library.

Tkinter is causing problems while importing, spyder shows error like "library imported but unused" and " module not imported"

20th Jan 2019, 9:57 AM
Mayank Dhiman
Mayank Dhiman - avatar
7 Answers
+ 2
Sorry for being late. Here is what I did: * install Python 3.2.7 (python.org) * from the console: pip install spyder (this takes a while) * launch spyder3 * tests in the temporary script: import _tkinter import tkinter tkinter._test () Run the script: a small window should open. About tkinter tests, you can see more here: https://wiki.python.org/moin/Tkinter
30th Jan 2019, 11:23 AM
jcl
jcl - avatar
+ 1
Windows 10
22nd Jan 2019, 6:30 PM
Mayank Dhiman
Mayank Dhiman - avatar
+ 1
Yes, Spyder is installed by default with Anaconda. Glad it works anyway :)
2nd Feb 2019, 10:11 AM
jcl
jcl - avatar
0
Which OS are you using?
22nd Jan 2019, 5:56 PM
jcl
jcl - avatar
0
I'm using a Linux distro but I will try with w10.
22nd Jan 2019, 10:20 PM
jcl
jcl - avatar
0
Thanks a lot....
24th Jan 2019, 5:49 PM
Mayank Dhiman
Mayank Dhiman - avatar
0
Thanks a lot for the efforts.... I also did reinstalled my spyder but using conda.... And it worked.
2nd Feb 2019, 5:39 AM
Mayank Dhiman
Mayank Dhiman - avatar