This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author ThePokestarFan
Recipients ThePokestarFan, belopolsky, mzhang13, p-ganssle
Date 2019-10-31.21:46:52
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1572558413.22.0.39365452188.issue38645@roundup.psfhosted.org>
In-reply-to
Content
For me, it seems that dateutil is not a standard Python library module. When I run `import dateutil` it reports that there is no module called dateutil.

```
>>> import dateutil
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
ImportError: No module named dateutil
```
History
Date User Action Args
2019-10-31 21:46:53ThePokestarFansetrecipients: + ThePokestarFan, belopolsky, p-ganssle, mzhang13
2019-10-31 21:46:53ThePokestarFansetmessageid: <1572558413.22.0.39365452188.issue38645@roundup.psfhosted.org>
2019-10-31 21:46:53ThePokestarFanlinkissue38645 messages
2019-10-31 21:46:52ThePokestarFancreate