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#9188 - obmenu fails to run, possible python install problem
Attached to Project:
Community Packages
Opened by Martin (TheGateKeeper) - Sunday, 13 January 2008, 11:51 GMT
Last edited by Andrea Scarpino (BaSh) - Sunday, 18 May 2008, 22:11 GMT
Opened by Martin (TheGateKeeper) - Sunday, 13 January 2008, 11:51 GMT
Last edited by Andrea Scarpino (BaSh) - Sunday, 18 May 2008, 22:11 GMT
|
DetailsDescription: obmenu attempts to load python version 2.5 & 2.4 libs and fails to run
Additional info: * package version(s) * config and/or log files etc. When I attempt to start obmenu I getting the following error output: Traceback (most recent call last): File "/usr/bin/obmenu", line 582, in <module> app.init() File "/usr/bin/obmenu", line 489, in init self.menu.loadMenu(self.menu_path) File "/usr/lib/python2.4/site-packages/obxml.py", line 153, in loadMenu self.dom = xml.dom.minidom.parseString(fil.read()) File "/usr/lib/python2.5/xml/dom/minidom.py", line 1923, in parseString return expatbuilder.parseString(string) File "/usr/lib/python2.5/xml/dom/expatbuilder.py", line 940, in parseString return builder.parseString(string) File "/usr/lib/python2.5/xml/dom/expatbuilder.py", line 223, in parseString parser.Parse(string, True) xml.parsers.expat.ExpatError: not well-formed (invalid token): line column 2 Steps to reproduce: Install Openbox, then run obmenu |
This task depends upon
Closed by Andrea Scarpino (BaSh)
Sunday, 18 May 2008, 22:11 GMT
Reason for closing: Fixed
Additional comments about closing: works
Sunday, 18 May 2008, 22:11 GMT
Reason for closing: Fixed
Additional comments about closing: works
/usr/lib/python2.4/site-packages/pypanel
it should do:
/usr/lib/python2.5/site-packages/pypanel
I've adopted it erroneously.
Please leave me from "Assigned To".
Thanks.
If this has happened because there is a bug in pacman when python was upgraded, then I think it needs fixing.
If it is however because of dependencies (or something else) then please close this bug.