python - Unicodedecodeerror with runserver and django -
After setting up, all the Django is required, and try the Python manage.py runerver command, I made a mistake. How to add? Or at least take a look at how the error causes? Windows 7
Python confirming the manage.py driver model ... 0 error found April 24, 2014 - 11:13:33 Django version 1.6.3, Settings' mysite.settings Exit server at http://127.0.0.1:8000/ development start server using CTRL-BREAKUnknown exception in the thread & lt; 0x02C46CB0 by function wrapper & gt; Traceback (most recent call final): File "C: \ user \ Alexandr \ .virtualenvs \ engineer \ lib \ site-packages \ django \ utils \ autoreload.py", li fn (* args, ** kwargs) file "C: \ Users \ Aleksander \ .virtualenvs \ engineer \ lib \ site-packages \ django \ core \ management \ commands 139, in inner_run self.stderr.write (" Error:% s "% error_text) UnicodeDecodeError: 'ascii' Codec can be decoded byte 0xd1 in position 14: not in serial number (128)
< P> seems to be a window that gives some custom error, which is a non-ascii character To see the error. You can convert % s to % r in C: \ Users \ Aleksander .virtualenvs \ engineer \ lib \ site-packages \ Django \ core \ management \ command.py line 139.
Comments
Post a Comment