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"
7 Réponses
+ 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
+ 1
Windows 10
+ 1
Yes, Spyder is installed by default with Anaconda.
Glad it works anyway :)
0
Which OS are you using?
0
I'm using a Linux distro but I will try with w10.
0
Thanks a lot....
0
Thanks a lot for the efforts....
I also did reinstalled my spyder but using conda.... And it worked.