kpdyer / fteproxy

programmable proxy for censorship circumvention
https://fteproxy.org/
Apache License 2.0
149 stars 21 forks source link

Latest fteproxy build fails during start up #53

Closed coulls closed 10 years ago

coulls commented 11 years ago

When starting up as part of daemon I get this error:


Traceback (most recent call last):
  File "/usr/local/bin/fteproxy", line 30, in 
    import fte.conf
  File "/usr/local/lib/python2.7/dist-packages/fte/__init__.py", line 29, in 
    import fte.client.managed
ImportError: No module named managed
Traceback (most recent call last):
  File "/usr/local/bin/fteproxy", line 30, in 
    import fte.conf
  File "/usr/local/lib/python2.7/dist-packages/fte/__init__.py", line 29, in 
    import fte.client.managed
ImportError: No module named managed
kpdyer commented 10 years ago

This was due to an unstable trunk. This problem should not appear in the 0.2.0 release.