Advertisement
Guest User

Untitled

a guest
Feb 18th, 2019
433
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. $ python -c 'import dateutil'
  2. $ python3 -c 'import dateutil'
  3. Traceback (most recent call last):
  4. File "<string>", line 1, in <module>
  5. ImportError: No module named 'dateutil'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement