How do I install Socks / SocksIPy on Ubuntu?
问题 I am new to python and would like to install SocksIPy on Ubuntu (running within a VirtualBox vm). The README says to place the socks.py file into my lib/site-packages directory. I do not know where to locate this directory. The Terminal command python socks.py install from the root runs, but does not install correctly (error "No module named socks" when I run import socks in a python script) SocksIPy link http://socksipy.sourceforge.net/ Can someone suggest a way to get socks/socksipy running