You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by "Peter Kruse (JIRA)" <ji...@apache.org> on 2013/01/10 07:48:20 UTC

[jira] [Commented] (QPID-2524) Fails loading dtd in Python 2.6 on Ubuntu 9.10 (Karmic) with "ValueError: unknown url type: /.../specs/amqp.0-10.dtd"

    [ https://issues.apache.org/jira/browse/QPID-2524?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13549389#comment-13549389 ] 

Peter Kruse commented on QPID-2524:
-----------------------------------

Hello,

it seems that mllib hasn't been updated yet accordingly.
What prevents from applying this patch or fixing this in any other way?

Regards,

Peter
                
> Fails loading dtd in Python 2.6 on Ubuntu 9.10 (Karmic) with "ValueError: unknown url type: /.../specs/amqp.0-10.dtd"
> ---------------------------------------------------------------------------------------------------------------------
>
>                 Key: QPID-2524
>                 URL: https://issues.apache.org/jira/browse/QPID-2524
>             Project: Qpid
>          Issue Type: Bug
>          Components: Python Client
>    Affects Versions: 0.6
>         Environment: Ubuntu 9.10 (Karmic)
> Python 2.6
> Qpid 0.6 (and trunk)
>            Reporter: Greg Gaughan
>            Priority: Critical
>              Labels: dtd, python
>         Attachments: remove-check-for-py23-r965557.diff
>
>
> In Python 2.6, importing qpid raises "ValueError: unknown url type: /.../specs/amqp.0-10.dtd"
>  File "/usr/lib/python2.6/dist-packages/_xmlplus/sax/expatreader.py", line 109, in parse
>     xmlreader.IncrementalParser.parse(self, source)
>   File "/usr/lib/python2.6/dist-packages/_xmlplus/sax/xmlreader.py", line 123, in parse
>     self.feed(buffer)
>   File "/usr/lib/python2.6/dist-packages/_xmlplus/sax/expatreader.py", line 216, in feed
>     self._parser.Parse(data, isFinal)
>   File "/usr/lib/python2.6/dist-packages/_xmlplus/sax/expatreader.py", line 396, in external_entity_ref
>     "")
>   File "/usr/lib/python2.6/dist-packages/_xmlplus/sax/saxutils.py", line 523, in prepare_input_source
>     f = urllib2.urlopen(source.getSystemId())
>   File "/usr/lib/python2.6/urllib2.py", line 124, in urlopen
>     return _opener.open(url, data, timeout)
>   File "/usr/lib/python2.6/urllib2.py", line 381, in open
>     protocol = req.get_type()
>   File "/usr/lib/python2.6/urllib2.py", line 242, in get_type
>     raise ValueError, "unknown url type: %s" % self.__original
> This didn't happen in Python 2.5 (on Ubuntu 8.10 at least). The xml.sax routines use urlopen which cannot handle the filename (at least without a file:// prefix).
> Reversing r656301 fixes this by always prefixing the filename with file:// (not just for Python 2.3). I'm not sure if this would fix it for all releases/versions though.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@qpid.apache.org
For additional commands, e-mail: dev-help@qpid.apache.org