Brandon Dixon wrote:
> Has anyone had any lock getting Socks proxy to work with PyAimT? I was 
> interested in pushing all my traffic through tor or some other proxy. It 
> appears that PyAimT supports this out of the box, but nothing seemed to 
> work correctly. Upon sign on I would get a crash and stack trace. 
> Attached is the detailed error. Any ideas? It looks like this is one of 
> the only socks libraries for Python.

Try commenting out line 78 in socks5.py for starters.  Looks like it's 
trying to use a method that doesn't exist and the resultant traceback is 
causing the problem.

          File "/home/g2-lab/pyaim-t-0.8a/src/tlib/socks5.py", line 78, in 
connectionMade
            log.debug ("SOCKS5.connectionMade")
        exceptions.AttributeError: 'module' object has no attribute 'debug'


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"py-transports" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/py-transports?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to