iso8601 is not installed properly

Bug #1260426 reported by Torsten Bronger
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
python-iso8601 (Ubuntu)
New
Undecided
Unassigned

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'

Revision history for this message
caleb collins-parks (caleb15) wrote :

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)

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.