look like you have used pip or easy_install for downloading django Verify that django is ok
python -c "import django; print(django.__path__)" After this django-admin startproject mysite this command creates mysite dir and settings.py of course Many thanks, Serge +380 636150445 skype: skhohlov 2016-02-06 9:37 GMT+02:00 makamaka32 <[email protected]>: > お世話になります。 > 現在djangoを学習しようとしている者ですがインストール時にエラーが起こり先に進めないようになっております。 > > easy_installにてdjangoをダウンロードし > python manage.py startapp myapp まで進むと > importError: No module named mysite.settings > と表示されます。 > > こういった場合どのように対処すればよろしいでしょうか? > 同じフォルダの中にはsettings.pyは存在するのですが。 > > 誠に申し訳ございません。 > 回答どうかよろしくお願いいたします。 > > -- > You received this message because you are subscribed to the Google Groups > "Django users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at https://groups.google.com/group/django-users. > To view this discussion on the web visit > https://groups.google.com/d/msgid/django-users/9a31b441-6771-4078-844f-90da754bfd52%40googlegroups.com > <https://groups.google.com/d/msgid/django-users/9a31b441-6771-4078-844f-90da754bfd52%40googlegroups.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/django-users. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CADTRxJPC4sZrb_xD%2BumARGpNseukNKc%2Brc7Tw_Hx24iCjpbP8g%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.

