pythonとdjangoを調べ始めたところです。Pythonとdjangoフレームワークの両方が正常にインストールされ、システムパスにpythonとdjango-admin.pyを追加できたと確信していますが、コマンドdjango-admin.py startproject My_Test_Site
を実行すると、フォルダ私は(チュートリアルに従って)新しいプロジェクトディレクトリを作成したいのですが、次のエラーが発生します:
私は何が間違っているのですか?
pythonとdjangoを調べ始めたところです。Pythonとdjangoフレームワークの両方が正常にインストールされ、システムパスにpythonとdjango-admin.pyを追加できたと確信していますが、コマンドdjango-admin.py startproject My_Test_Site
を実行すると、フォルダ私は(チュートリアルに従って)新しいプロジェクトディレクトリを作成したいのですが、次のエラーが発生します:
私は何が間違っているのですか?
notice the last line, it says import unicodedata, importError
im guessing you probably didnt install your django properly.
so reinstall it and check that django is in your "path", i believe django does this automatically when it installs but doesnt hurt to double check.
if reinstalling django still doesn't work, i suggest you uninstall python and django related stuff.
then install python, install pip, then use pip install django.