This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author ideasman42
Recipients ideasman42
Date 2011-03-20.05:47:28
SpamBayes Score 0.00069813133
Marked as misclassified No
Message-id <1300600053.35.0.927050616565.issue11612@psf.upfronthosting.co.za>
In-reply-to
Content
python3.2mu -c "import xml.dom.minidom ; xml.dom.minidom.parse('gnome-cpu-frequency-applet.svg')"

--- gives the following traceback
Traceback (most recent call last):
  File "<string>", line 1, in <module>
  File "/usr/lib/python3.2/xml/dom/minidom.py", line 1939, in parse
    return expatbuilder.parse(file)
  File "/usr/lib/python3.2/xml/dom/expatbuilder.py", line 924, in parse
    result = builder.parseFile(fp)
  File "/usr/lib/python3.2/xml/dom/expatbuilder.py", line 207, in parseFile
    parser.Parse(buffer, 0)
  File "/usr/lib/python3.2/xml/dom/expatbuilder.py", line 354, in first_element_handler
    self.start_element_handler(name, attributes)
  File "/usr/lib/python3.2/xml/dom/expatbuilder.py", line 779, in start_element_handler
    uri, localname, prefix, qname = _parse_ns_name(self, aname)
  File "/usr/lib/python3.2/xml/dom/expatbuilder.py", line 127, in _parse_ns_name
    uri, localname = parts
ValueError: too many values to unpack (expected 2)
History
Date User Action Args
2011-03-20 05:47:33ideasman42setrecipients: + ideasman42
2011-03-20 05:47:33ideasman42setmessageid: <1300600053.35.0.927050616565.issue11612@psf.upfronthosting.co.za>
2011-03-20 05:47:28ideasman42linkissue11612 messages
2011-03-20 05:47:28ideasman42create