Python import not working after update



I updated to 6.0-p6 and for some reason I can't run any python scripts that use import? For example:

ImportError: Shared object "libmysqlclient_r.so.14" not found, required by "_mysql.so"

It seems like the python module for mysql can't find libraries it needs. Any help would be much appreciated.

-Tom
_______________________________________________
freebsd-questions@xxxxxxxxxxx mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscribe@xxxxxxxxxxx"



Relevant Pages

  • Re: Conventional place for command-line applications?
    ... Plenty of system stuff in, say, Debian or Ubuntu are python scripts. ... Just because they're Bourne scripts and not compiled binaries is no reason to put them somewhere other than /usr/local/bin. ...
    (uk.comp.sys.mac)
  • Re: Conventional place for command-line applications?
    ... Okay, next question; should I keep python scripts in the same place? ... Yes - no reason why not. ... Righto righto. ...
    (uk.comp.sys.mac)
  • Re: ANN: pyxe
    ... Gerson Kurz wrote: ... > pyxe is a small executable that will run python scripts on a machine ... ImportError: No module named py ...
    (comp.lang.python)