catchpoint / WebPageTest.tsproxy

Traffic-shaping SOCKS5 proxy
Apache License 2.0
73 stars 26 forks source link

Python 3 support? #23

Open soulgalore opened 4 years ago

soulgalore commented 4 years ago

Hi @pmeenan I wanted to check if you know if it is much work to support Python 3? I've already upgraded to Python 3 and tried out the proxy but no luck. I did a quick try, fixed one runtime error and the proxy starts, but no traffic coming through so I guess its more things that needs to be changed.

Best Peter

pmeenan commented 4 years ago

Sorry, don't know off the top of my head. My guess would be the socket I/O, message queues and timer loop would be the pieces that need to be touched but I haven't actually looked.