Grozdan neutrino8@gmail.com writes:
On Mon, Feb 10, 2014 at 7:26 PM, George Kadianakis desnacked@riseup.net wrote:
Grozdan neutrino8@gmail.com writes:
On Mon, Feb 10, 2014 at 6:54 PM, George Kadianakis desnacked@riseup.net wrote:
Grozdan neutrino8@gmail.com writes:
On Mon, Feb 10, 2014 at 5:04 PM, George Kadianakis desnacked@riseup.net wrote:
Greetings,
<snip>
home directory (fix the /home/user/obfs.log path). Please start up Tor again and check out the log file. If the log file doesn't get created it means that obfsproxy failed before writing the log file (this might be a permissions problem, or something else).
I was missing a package here (pyptlib) which I installed and now it appears to work
Hm, out of curiosity, how did you install obfsproxy? Because if you used git, the setup.py script should have installed pyptlib for you. If you used pip, pip should have installed pyptlib for you.
I used git for both. after running setup.py install, it appears it wasn't successful. It installed the python scripts in /usr/bin but I had to manually copy the obfsproxy dir to /usr/lib/python-2.7/site-packages (else it complained about failed import of some scripts). I had to repeat the same for pyptlib
I see.
If you ever learn why setup.py failed, please tell me. :)