Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
FS#4591 - pyxml: wrong paths to sax
Attached to Project:
Arch Linux
Opened by Michael Krauss (hippodriver) - Sunday, 07 May 2006, 15:48 GMT
Opened by Michael Krauss (hippodriver) - Sunday, 07 May 2006, 15:48 GMT
|
DetailsIf i use sax from pyxml in the following example program
(Sorry for the long code, but i hope, it should be easier for you to reproduce the error with that, then to figure out an example yourself): [ see the attached example file ] python searches the library in the wrong path. If I build pyxml via abs: [mickraus@gandalf journal]$ python test2.py Traceback (most recent call last): File "test2.py", line 33, in ? parser.parse(file) File "/var/abs/extra/lib/pyxml/pkg/usr/lib/python2.4/site-packages/_xmlplus/sax/expatreader.py", line 109, in parse xmlreader.IncrementalParser.parse(self, source) ... And if I just install the package, I get: "/home/jan/cvs/extra/lib/pyxml/pkg/usr/lib/python2.4/site-packages/_xmlplus/sax/expatreader.py" instead. pyxml seems to use the paths it was build in. Kind Regards, Michael Krauss |
This task depends upon
test2.py
Thank you
Michael Krauss