Re: Running into Unicode Decode Error when using django-admin.py startproject.

2014-03-11 Thread Erik Cederstrand
This might be because you have non-ASCII characters somewhere in your file path. Try getting a stacktrace to see where the error comes from: django-admin.py startproject mysite --traceback Erik Den 11/03/2014 kl. 18.13 skrev Billy Garnet : > I am having the same issue. Did you find a solution

Re: Running into Unicode Decode Error when using django-admin.py startproject.

2014-03-11 Thread Billy Garnet
I am having the same issue. Did you find a solution? Python is working, Django is reporting a version number. When I run django-admin.py startproject mysite I get the folder create and then the following errors: Traceback (most recent call last): File "/Library/Frameworks/Python.framework/

Running into Unicode Decode Error when using django-admin.py startproject.

2013-04-25 Thread Eric Nielsen
I am brand new to Django and I am having a big problem right off the bat. I cannot use startproject to begin my web app. When I use this command: /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/django/bin/django-admin.py startproject cms I get this error: "Unic