Damn, Well, would you believe it. Something must have updated something on my Nexus 7 and now some dependency is broken.
I was using twisted lib to send ssh commands. It has been working fine for months. But, now, in the log, I see:
"ImportError: No module named zope.interface"
I know this isn't specifically a kivy problem, but it's in a kivy app, and the zope.interface module is installed through the kivy library.
I remember having that problem when I was initially trying to set all this up, but now this error has come back! But, I tried to install and reinstall the zope.interface and Twisted from the package index thing - but I still get this error.
Any ideas what's broken?
"ImportError: No module named zope.interface"