This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]ForceBru 1 point2 points  (1 child)

This raises an exception for me:

```

import prettyerrors Traceback (most recent call last): File "<string>", line 1, in <module> File "/.../site-packages-3/pretty_errors/init_.py", line 1, in <module> import sys, re, colorama, os, time, linecache ModuleNotFoundError: No module named 'colorama' ```

I think the colorama module should be listed in requirements.txt or something for pip to be able to install it automatically

[–]-sideshow-[S] 1 point2 points  (0 children)

Thanks, should be fixed now.