codegooglecom / libproxy

Automatically exported from code.google.com/p/libproxy
GNU Lesser General Public License v2.1
0 stars 0 forks source link

python bindings does not work under Solaris #32

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
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

Attachments:

GoogleCodeExporter commented 9 years ago
Am I wrong in understanding that this is a Solaris Python bug, not a libproxy 
bug?

Original comment by npmccallum@gmail.com on 25 Feb 2009 at 8:29