Its highly recommended that you use Python 2.7. It should resolve the issue.
Thanks.
On Sunday, January 5, 2014 8:50:06 PM UTC-5, Carlos Quiros wrote:
>
> Hi,
>
> I am trying to run a Django application in Python 2.6.6 Django==1.5.5 .
> But when I try to run
>
> *python manage.py*
>
> I get:
>
>
Here you can read it,
https://docs.djangoproject.com/en/dev/releases/1.5/#python-compatibility
though I agree that is should be working fine with your current setup as it
does mention that its compatible with 2.6.5+. However, if its not too much
trouble just update to 2.7 and it should work fin
Sounds like you need 2.7 or at least 3. Check out this answer on SO
http://stackoverflow.com/questions/10054122/valueerror-zero-length-field-name-in-format-python
Can't have print('Your environment
is:"{}"'.format(os.environ['DJANGO_SETTINGS_MODULE']))
Should be *print('Your environment
is:"{0}"'
3 matches
Mail list logo