ThePokestarFan <sarkarao...@gmail.com> added the comment:
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 ``` ---------- nosy: +ThePokestarFan _______________________________________ Python tracker <rep...@bugs.python.org> <https://bugs.python.org/issue38645> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com