amnextking / smartladder

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

help #52

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
用:python proxy.py zhuhe@zhuhe:~/g$ python proxy.py Traceback (most recent 
call last):

File "proxy.py", line 1496, in <module>
class AdvancedProxyHandler?(SimpleProxyHandler?):
File "proxy.py", line 1511, in AdvancedProxyHandler?
openssl_context = OpenSSL.SSL.Context(OpenSSL.SSL.TLSv1_METHOD)
AttributeError?: 'NoneType?' object has no attribute 'SSL'
用python3 proxy.py zhuhe@zhuhe:~/g$ python3 proxy.py

File "proxy.py", line 3053
dataio.write(struct.pack('<LL', zlib.crc32(content) & 0xFFFFFFFFL, len(content) 
& 0xFFFFFFFFL))
^
SyntaxError?: invalid syntax

Original issue reported on code.google.com by zh403888714 on 9 Aug 2014 at 2:43

GoogleCodeExporter commented 9 years ago
我也有这样的问题
Traceback (most recent call last):
  File "python27.py", line 93, in <module>
  File "proxy.py", line 43
    <<<<<<< HEAD
     ^
SyntaxError: invalid syntax

Original comment by cJohnX...@gmail.com on 10 Aug 2014 at 2:13