Hi,
I'm getting this error message while clicking the button "register twitter".
Traceback (most recent call last):
File "/volume1/@appstore/autosub/cherrypy/_cprequest.py", line 670, in respond
response.body = self.handler()
File "/volume1/@appstore/autosub/cherrypy/lib/encoding.py", line 220, in call
self.body = self.oldhandler(*args, **kwargs)
File "/volume1/@appstore/autosub/cherrypy/_cpdispatch.py", line 60, in call
return self.callable(*self.args, **self.kwargs)
File "/volume1/@appstore/autosub/autosub/WebServer.py", line 423, in regTwitter
import oauth2
ImportError: No module named oauth2
Hi,
I'm getting this error message while clicking the button "register twitter".
Traceback (most recent call last):
File "/volume1/@appstore/autosub/cherrypy/_cprequest.py", line 670, in respond
response.body = self.handler()
File "/volume1/@appstore/autosub/cherrypy/lib/encoding.py", line 220, in call
self.body = self.oldhandler(*args, **kwargs)
File "/volume1/@appstore/autosub/cherrypy/_cpdispatch.py", line 60, in call
return self.callable(*self.args, **self.kwargs)
File "/volume1/@appstore/autosub/autosub/WebServer.py", line 423, in regTwitter
import oauth2
ImportError: No module named oauth2