[MacPorts] #24029: gnome-doc-utils: xml2po python module in wrong path
MacPorts
noreply at macports.org
Thu Mar 11 16:26:38 PST 2010
#24029: gnome-doc-utils: xml2po python module in wrong path
---------------------------------+------------------------------------------
Reporter: raimue@… | Owner: devans@…
Type: defect | Status: new
Priority: Normal | Milestone:
Component: ports | Version: 1.8.2
Keywords: xml2po | Port: gnome-doc-utils
---------------------------------+------------------------------------------
gnome-doc-utils @0.18.1 includes a python module named `xml2po` which is
used by the `${prefix}/bin/xml2po` tool.
This module ends up in `${prefix}/lib/python2.6/site-packages/xml2po/` but
should be in
`${frameworks_dir}/Python.framework/Versions/2.6/lib/python2.6/site-
packages/xml2po/`. At the moment it cannot be found by python2.6 when
executing the script, causing build failures for dependents.
{{{
$ xml2po --help
Traceback (most recent call last):
File "/opt/local/bin/xml2po", line 185, in <module>
main(sys.argv[1:])
File "/opt/local/bin/xml2po", line 88, in main
from xml2po import Main
ImportError: No module named xml2po
}}}
--
Ticket URL: <http://trac.macports.org/ticket/24029>
MacPorts <http://www.macports.org/>
Ports system for Mac OS
More information about the macports-tickets
mailing list