Open arkangel-dev opened 5 years ago
@arkangel-dev I believe this is due to using Python3 rather than Python2. In Python3 you can no longer do:
from defaults import defaults
it now has to be
from .defaults import defaults
Try installing/running with python 2.
Edit: Gunicorn is only designed for Linux so this won't work on Windows anyway.
Thanks. Will check that out soon
Cannot import defaults
Keeps throwing this error