What steps will reproduce the problem?
1. create python file a.py with following contents:
import libproxy
URL = "http://www.google.com"
pf = libproxy.ProxyFactory()
for proxy in pf.getProxies(URL):
print proxy
What is the expected output? What do you see instead?
expected: the proxy I set
actually: raise a error said ctypes.util.find_library cannot find the
related library
What version of the product are you using? On what operating system?
0.2.3
Please provide any additional information below.
I hard code the library path as "libproxy.so".
Just a work-around.
Original issue reported on code.google.com by ke.w...@sun.com on 16 Feb 2009 at 8:19
Original issue reported on code.google.com by
ke.w...@sun.com
on 16 Feb 2009 at 8:19Attachments: