Hi, i'm trying to get obfsproxy working behind the great firewall of China. I installed it according to the nordvpn guide
https://support.nordvpn.com/hc/en-us...ation-on-Linux)
but when i try to run the command:
obfsproxy obfs3 socks 127.0.0.1:1050it fails with:
Traceback (most recent call last):
File "/usr/bin/obfsproxy", line 11, in <module>
load_entry_point('obfsproxy==0.2.13', 'console_scripts', 'obfsproxy')()
File "/usr/lib/python3.6/site-packages/pkg_resources/__init__.py", line 560, in load_entry_point
return get_distribution(dist).load_entry_point(group, name)
File "/usr/lib/python3.6/site-packages/pkg_resources/__init__.py", line 2648, in load_entry_point
return ep.load()
File "/usr/lib/python3.6/site-packages/pkg_resources/__init__.py", line 2302, in load
return self.resolve()
File "/usr/lib/python3.6/site-packages/pkg_resources/__init__.py", line 2308, in resolve
module = __import__(self.module_name, fromlist=['__name__'], level=0)
File "/usr/lib/python3.6/site-packages/obfsproxy/pyobfsproxy.py", line 183
except ValueError, err:
^
SyntaxError: invalid syntax
Any idea how to fix this?
https://support.nordvpn.com/hc/en-us...ation-on-Linux)
but when i try to run the command:
obfsproxy obfs3 socks 127.0.0.1:1050it fails with:
Traceback (most recent call last):
File "/usr/bin/obfsproxy", line 11, in <module>
load_entry_point('obfsproxy==0.2.13', 'console_scripts', 'obfsproxy')()
File "/usr/lib/python3.6/site-packages/pkg_resources/__init__.py", line 560, in load_entry_point
return get_distribution(dist).load_entry_point(group, name)
File "/usr/lib/python3.6/site-packages/pkg_resources/__init__.py", line 2648, in load_entry_point
return ep.load()
File "/usr/lib/python3.6/site-packages/pkg_resources/__init__.py", line 2302, in load
return self.resolve()
File "/usr/lib/python3.6/site-packages/pkg_resources/__init__.py", line 2308, in resolve
module = __import__(self.module_name, fromlist=['__name__'], level=0)
File "/usr/lib/python3.6/site-packages/obfsproxy/pyobfsproxy.py", line 183
except ValueError, err:
^
SyntaxError: invalid syntax
Any idea how to fix this?