Код: Выделить всё
$ python manage.py runserver
Could not find platform independent libraries
Could not find platform dependent libraries
Consider setting $PYTHONHOME to [:]
Fatal Python error: Py_Initialize: Unable to get the locale encoding
ImportError: No module named 'encodings'
Aborted
Код: Выделить всё
$ python
Could not find platform independent libraries
Could not find platform dependent libraries
Consider setting $PYTHONHOME to [:]
Fatal Python error: Py_Initialize: Unable to get the locale encoding
ImportError: No module named 'encodings'
Aborted
Код: Выделить всё
unset PYTHONHOME
unset PYTHONPATH
Подробнее здесь: https://stackoverflow.com/questions/381 ... -encodings
Мобильная версия