Opened 12 years ago

Last modified 11 years ago

#36783 closed defect

mythtv-core.25 00.25.2-Fixes-20120918 Python paths wrong for site-packages/MythTV — at Initial Version

Reported by: ted.rippert@… Owned by: macports-tickets@…
Priority: Normal Milestone:
Component: ports Version: 2.1.2
Keywords: Cc:
Port: mythtv-core.25

Description

The python modules stored in the tree beginning at /opt/local/lib/python2.6/site-packages/MythTV cannot be loaded by the macports python2.6 installation since it utilizes /opt/local/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site-packages for third party modules. This results, for example, in the metadata grabbers not working.

Work around:

cd /opt/local/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site-packages

sudo ln -s /opt/local/lib/python2.6/site-packages/MythTV MythTV

Change History (0)

Note: See TracTickets for help on using tickets.