Opened 14 years ago

Closed 14 years ago

Last modified 11 years ago

#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)

patch-gnome-doc-utils-xml2po.diff (1.1 KB) - added by raimue (Rainer Müller) 14 years ago.
Possible fix, not so nice but works

Download all attachments as: .zip

Change History (4)

Changed 14 years ago by raimue (Rainer Müller)

Possible fix, not so nice but works

comment:1 Changed 14 years ago by raimue (Rainer Müller)

Resolution: duplicate
Status: newclosed

Duplicate of #23983.

comment:2 Changed 14 years ago by stvnschwrz@…

Cc: stvnschwrz@… added

Cc Me!

comment:3 Changed 11 years ago by cooljeanius (Eric Gallager)

Cc: egall@… added

Cc Me!

Note: See TracTickets for help on using tickets.