Public bug reported:

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'

** Affects: python-iso8601 (Ubuntu)
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1260426

Title:
  iso8601 is not installed properly

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-iso8601/+bug/1260426/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to