[mythtv-users] Missing python bindings

Raymond Wagner raymond at wagnerrp.com
Tue Jan 3 22:25:26 UTC 2012


On 1/3/2012 17:07, Kenneth Emerson wrote:
> I've recently changed my build and runtime prefix for MythTV from 
> /usr/local/ to /mythbuild/new.  I have since done a make distclean 
> prior to rebuilding the myth binaries, the configure shows that the 
> python bindings will be included, and I have changed my LD_LIBARY_PATH 
> to point to /mythbuild/new/lib.  However, the python bindings seem to 
> be broken.

Python does not follow convention with LD_LIBRARY_PATH, it just uses 
/lib out of convenience.  Use the PYTHONPATH variable to modify the 
module search paths.

http://docs.python.org/using/cmdline.html#envvar-PYTHONPATH


More information about the mythtv-users mailing list