[Bug 1260426] Re: iso8601 is not installed properly
caleb collins-parks
1260426 at bugs.launchpad.net
Mon Apr 27 15:20:22 UTC 2020
*** This bug is a duplicate of bug 1260428 ***
https://bugs.launchpad.net/bugs/1260428
I don't think this is a duplicate of #1260428, this is just a error with version 0.1.1 of iso8601.
Version 0.1.12 of iso8601 does not have this error.
(tested w/ ubuntu 18 python 3.6 & 3.7)
--
You received this bug notification because you are a member of Ubuntu
OpenStack, which is subscribed to python-iso8601 in Ubuntu.
https://bugs.launchpad.net/bugs/1260426
Title:
iso8601 is not installed properly
Status in python-iso8601 package in Ubuntu:
New
Bug description:
Python 3.3.2+ (default, Oct 9 2013, 14:50:09)
[GCC 4.8.1] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import iso8601
>>> iso8601.parse_date("2007-01-25T12:00:00Z")
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
AttributeError: 'module' object has no attribute 'parse_date'
>>> iso8601.iso8601.parse_date("2007-01-25T12:00:00Z")
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
AttributeError: 'module' object has no attribute 'iso8601'
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-iso8601/+bug/1260426/+subscriptions
More information about the Ubuntu-openstack-bugs
mailing list