anhldbk / privoxyTor

Using multiple Tor connections simultaneously
20 stars 1 forks source link

I have really no idea of python but I get this error #1

Closed kicOLD closed 7 years ago

kicOLD commented 10 years ago

python privoxyTor.py

Traceback (most recent call last): File "privoxyTor.py", line 34, in from subprocess import Popen, CREATE_NEW_CONSOLE ImportError: cannot import name CREATE_NEW_CONSOLE

Ok I got through this by just removing the include ... ???

But now I am stuck at an error like this:

Tor: controlPort = 9051 socksPort = 9050 Privoxy listenPort=8118

Traceback (most recent call last): File "privoxyTor.py", line 216, in torCheck() File "privoxyTor.py", line 196, in torCheck proxies = tm.create(torInstance) File "privoxyTor.py", line 116, in create self.createInstance(i) File "privoxyTor.py", line 165, in createInstance content = content % (self.controlPort,self.socksPort) TypeError: not all arguments converted during string formatting