On 9/2/02 8:54 PM, "Dimitris Dimitriadis" <[EMAIL PROTECTED]> wrote:

> Thanks for your feedback. I had already changed the paths in the build
> script to point to /sw/..., but it didn't do the trick. It didn't work
> after using the information in the updated FAQ either.
I haven't downloaded python-mysql, but other Python extension modules use
the Python packaging library, which needs to be told where to look for
things. Typically, there is a Python source file "setup.py" that defines a
variable "library_dirs_list". This should be set as

library_dirs_list = ['/sw/lib']

maybe with additional elements if they are needed.

I hope this helps

-- F



-------------------------------------------------------
This sf.net email is sponsored by: OSDN - Tired of that same old
cell phone?  Get a new here for FREE!
https://www.inphonic.com/r.asp?r=sourceforge1&refcode1=vs3390
_______________________________________________
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users

Reply via email to