File "/usr/local/lib/python2.7/dist-packages/rabbitpy/connection.py", line 85, in __init__
self._args = self._process_url(url or self.DEFAULT_URL)
File "/usr/local/lib/python2.7/dist-packages/rabbitpy/connection.py", line 428, in _process_url
port = parsed.port or (self.PORTS['amqps'] if parsed.scheme == 'amqps'
AttributeError: 'Parsed' object has no attribute 'port'
I assume that it is supposed to be listed in the namedtuple, or removed/modified from the connection.py code.
Hey,
I tried out the latest master, and I am unable to open a connection on Python 2.7.4 (Linux Mint 15).
This is some basic testing code, and it worked before I upgraded from 0.9.
The error looks like this.
I assume that it is supposed to be listed in the namedtuple, or removed/modified from the connection.py code.