Been running SockJS-Tornado for about 8 months on my local development machine, a Macbook Pro 2011. It was working fine with Lion OS 10.7, but today after updating to 10.8, I am receiving this error with SockJS-tornado. I get the same error no matter what SockJS app I run, whether it's some of the given examples or my own app.
Any ideas on how to fix? Every tip is greatly appreciated.
Traceback (most recent call last):
File "/Users/home/Sites/PythonRotors/rotors/torntest.py", line 2, in <module>
from sockjs.tornado import SockJSRouter, SockJSConnection
File "build/bdist.macosx-10.8-intel/egg/sockjs/tornado/__init__.py", line 3, in <module>
File "build/bdist.macosx-10.8-intel/egg/sockjs/tornado/router.py", line 11, in <module>
File "build/bdist.macosx-10.8-intel/egg/sockjs/tornado/transports/__init__.py", line 7, in <module>
File "build/bdist.macosx-10.8-intel/egg/sockjs/tornado/transports/websocket.py", line 11, in <module>
File "build/bdist.macosx-10.8-intel/egg/sockjs/tornado/websocket.py", line 40, in <module>
ImportError: cannot import name b
[Finished in 0.2s with exit code 1]