#24029 closed defect (duplicate)
gnome-doc-utils: xml2po python module in wrong path
Reported by: | raimue (Rainer Müller) | Owned by: | dbevans (David B. Evans) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.8.2 |
Keywords: | xml2po | Cc: | stvnschwrz@…, cooljeanius (Eric Gallager) |
Port: | gnome-doc-utils |
Description
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
Attachments (1)
Change History (4)
Changed 15 years ago by raimue (Rainer Müller)
Attachment: | patch-gnome-doc-utils-xml2po.diff added |
---|
comment:1 Changed 15 years ago by raimue (Rainer Müller)
Resolution: | → duplicate |
---|---|
Status: | new → closed |
Duplicate of #23983.
Note: See
TracTickets for help on using
tickets.
Possible fix, not so nice but works