Hello
I was wondering whether it is possible to run py.-files that are dependent on the kivy-app from other editors (Spyder)? Whenever I run the any of the examples from the Kivy-installation-dmg from within Spyder, I get the following error message:
Traceback (most recent call last):
File "/Applications/Spyder.app/Contents/Resources/site.py", line 120, in <module>
import sitecustomize
File "/Applications/Spyder.app/Contents/Resources/lib/python2.7/spyderlib/widgets/externalshell/sitecustomize.py", line 142, in <module>
os.environ["SPYDER_AR_STATE"].lower() == "true")
File "/Applications/Spyder.app/Contents/Resources/lib/python2.7/spyderlib/widgets/externalshell/monitor.py", line 133, in __init__
self.i_request.connect( (host, introspection_port) )
File "socket.pyo", line 224, in meth
socket.error: [Errno 60] Operation timed out
I do not expect you to give any Spyder-related answers since I know this is not the forum for it. I'm just interested in whether it is possible to run directly from various python editors, because I find it cumbersome to drag the py.-files to the Kivy-app all the time. I'm using MacOSX by the way.
All the best
Lau