How to tell a Python program where a shared library is?

Edward C. Jones edcjones at erols.com
Thu May 3 13:04:19 EDT 2001


Suppose I have a shared library, say "mymodule.so". How do I tell a Python
program where "mymodule.so" is? If necessary I can change the PATH environment
variable. How is this done?

Thanks,
Ed Jones





More information about the Python-list mailing list