Possible Duplicate:
Tor with Python?
conn = TorCtl.connect(controlAddr="127.0.0.1", controlPort=9051)
While running this command on Python console it is not displaying any error but I'm unable to connect with Tor.
Possible Duplicate:
Tor with Python?
conn = TorCtl.connect(controlAddr="127.0.0.1", controlPort=9051)
While running this command on Python console it is not displaying any error but I'm unable to connect with Tor.
TorCtl.connect
is only going to connect to the Tor process (making it controllable from Python), but it won't do anything beyond that (like creating routes). To do that, you'll need to read the howto.