tel8618217223380 / jap

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

JAP_LOCAL_PYTHON-0.2.0 doesn't work #2

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
But JAP_LOCAL_PYTHON_WINDOWS-0.2.0 works.

Original issue reported on code.google.com by Fight4Fu...@gmail.com on 27 Nov 2012 at 12:51

GoogleCodeExporter commented 9 years ago
JAP_LOCAL_PYTHON-0.2.0

  PRE-INSTALLATION
  ----------------
  - install PYTHON >= 2.7.0
  - install TWISTED
  - install PYOPENSSL
  (According to https://github.com/jvansteirteghem/jap/blob/master/JAP_LOCAL_PYTHON/README.txt )

JAP_LOCAL_PYTHON_WINDOWS-0.2.0 does not need those pre-installations, and even 
you do not need to install python27.

So "JAP_LOCAL_PYTHON_WINDOWS-0.2.0 works.", however, "JAP_LOCAL_PYTHON-0.2.0 
doesn't work", it is highly that you do not do the pre-installation properly.

Original comment by goknmuse on 29 Nov 2012 at 12:21

GoogleCodeExporter commented 9 years ago
I had installed PYTHON2.7.3 & Twisted 12.2.0 for Python 2.7 & 
pyOpenSSL-0.13-py2.7,but JAP_LOCAL_PYTHON-0.2.0 still doesn't work:

Traceback (most recent call last):
  File "D:\JAP_LOCAL_PYTHON-0.2.0\JAP_LOCAL.py", line 12, in <module>
    from JAP.JAP_LOCAL import InputProtocolFactory, InputProtocol
  File "D:\JAP_LOCAL_PYTHON-0.2.0\JAP\JAP_LOCAL.py", line 12, in <module>
    from JAP.TUNNEL import Tunnel
  File "D:\JAP_LOCAL_PYTHON-0.2.0\JAP\TUNNEL.py", line 12, in <module>
    from twisted.protocols import basic
  File "C:\Python27\lib\site-packages\twisted\protocols\basic.py", line 19, in <
module>
    from zope.interface import implements
ImportError: No module named zope.interface

Original comment by Fight4Fu...@gmail.com on 30 Nov 2012 at 2:30

GoogleCodeExporter commented 9 years ago
It's ok now after installed zope.interface 4.0.2.

Original comment by Fight4Fu...@gmail.com on 30 Nov 2012 at 3:05

GoogleCodeExporter commented 9 years ago
Twisted -> Downloads -> Windows
  Zope.Interface (required)
( According to http://twistedmatrix.com/trac/wiki/Downloads#Windows )

Solved.

Original comment by goknmuse on 30 Nov 2012 at 3:40

GoogleCodeExporter commented 9 years ago
http://code.google.com/p/jap/wiki/JAP_WS_LOCAL#JAP_WS_LOCAL_PYTHON

PRE-INSTALLATION

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