#36783: mythtv-core.25 00.25.2-Fixes-20120918 Python paths wrong for site- packages/MythTV -----------------------------+-------------------------------- Reporter: ted.rippert@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.1.2 Resolution: | Keywords: Port: mythtv-core.25 | -----------------------------+-------------------------------- Changes (by macsforever2000@…): * port: => mythtv-core.25 Old 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
New 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 }}} -- Comment: The port is actually called "mythtv-core.25". The rest is the version number. Also, please use WikiFormatting in the future. -- Ticket URL: <https://trac.macports.org/ticket/36783#comment:3> MacPorts <http://www.macports.org/> Ports system for Mac OS