In latest version, my machine is reporting a problem on the first line of main.py ("import Settings")
No module named "Settings" and suggests installing the Package named Settings.
I think that we could resolve this by using a virtual environment that is part of the git so that we both have the same packages and references. This will also make it more easily deployable.
In latest version, my machine is reporting a problem on the first line of main.py ("import Settings") No module named "Settings" and suggests installing the Package named Settings. I think that we could resolve this by using a virtual environment that is part of the git so that we both have the same packages and references. This will also make it more easily deployable.