felixlu / jap

Automatically exported from code.google.com/p/jap
0 stars 0 forks source link

ImportError: No module named autobahn.websocket (JAP WS on OpenShift) #19

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
think@TANK:~/japlocal$ python JAP_WS_LOCAL.py
Traceback (most recent call last):
  File "JAP_WS_LOCAL.py", line 15, in <module>
    import JAP.JAP_WS_LOCAL
  File "/home/think/japlocal/JAP/JAP_WS_LOCAL.py", line 20, in <module>
    import autobahn.websocket
ImportError: No module named autobahn.websocket

any help?

Original issue reported on code.google.com by Luzifer1...@gmail.com on 22 Jan 2013 at 9:20

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
You have to install AUTOBAHN: http://autobahn.ws/python/getstarted

Original comment by jeroen.v...@gmail.com on 22 Jan 2013 at 10:10

GoogleCodeExporter commented 8 years ago
OK,

http://code.google.com/p/jap/wiki/JAP_WS_LOCAL

PRE-INSTALLATION

    install PYTHON ">= 2.7 & < 3.0"
    install TWISTED
        dependencies zope.interface 
    install PYOPENSSL
    install AUTOBAHN 

a stupid question.

THX,@Jeroen

Original comment by Luzifer1...@gmail.com on 22 Jan 2013 at 10:23

GoogleCodeExporter commented 8 years ago

Original comment by goknmuse on 23 Jan 2013 at 8:32