Re: Django 1.10 with Python 3.5 on Mac with Fink

2017-01-31 Thread Alan
Found the problem, a old wrongly set DJANGO_SETTINGS_MODULE pointing to the offending module. On 30 January 2017 at 22:49, Alan wrote: > So I installed django 1.10 and then when I try to do this; > > python3.5 -m django --version > > Traceback (most recent call last): > File "/sw/lib/python3.5

Django 1.10 with Python 3.5 on Mac with Fink

2017-01-30 Thread Alan
So I installed django 1.10 and then when I try to do this; python3.5 -m django --version Traceback (most recent call last): File "/sw/lib/python3.5/runpy.py", line 193, in _run_module_as_main "__main__", mod_spec) File "/sw/lib/python3.5/runpy.py", line 85, in _run_code exec(code, run