Re: python manage.py runserver ImportError

2014-12-15 Thread Collin Anderson
Hi,

What version of django and python are you using?

Is your project set up like this?

myapp/
myapp/manage.py
myapp/myapp/__init__.py
myapp/myapp/settings.py
myapp/myapp/urls.py
myapp/myapp/wsgi.py?

Collin

On Sunday, December 14, 2014 4:24:12 AM UTC-5, Saki Fu wrote:
>
> I run python manage.py runserver and got following error.
>
> ImportError: Could not import settings 'myapp.settings' (Is it on 
> sys.path? Is there an import error in the settings file?): No module named 
> myapp.settings
>
> What's wrong with it and how can I solve this problem?
>
>
>

-- 
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 django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/c45ed9a7-1547-490f-9769-8721c20b5744%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: python manage.py runserver ImportError

2014-12-14 Thread Mohammad Shariq
try running:
python manage.py runserver --settings=

On 14 December 2014 at 14:56, Saki Fu  wrote:

> I run python manage.py runserver and got the following error.
>
> ImportError: Could not import settings 'myapp.settings' (Is it on
> sys.path? Is there an import error in the settings file?): No module named
> myapp.settings
>
> What's wrong with it and how can I solve the problem?
>
>
>  --
> 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 django-users+unsubscr...@googlegroups.com.
> To post to this group, send email to django-users@googlegroups.com.
> Visit this group at http://groups.google.com/group/django-users.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/django-users/7d1d87f3-e5c7-4969-a2ab-04df4f7ad5ff%40googlegroups.com
> 
> .
>
> 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 django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CAEeLb7NES0BbYRWyH6KLe2gc08GDvK0-UNugnSF8Ffbhf1jMKw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


python manage.py runserver ImportError

2014-12-14 Thread Saki Fu
I run python manage.py runserver and got the following error.

ImportError: Could not import settings 'myapp.settings' (Is it on sys.path? 
Is there an import error in the settings file?): No module named 
myapp.settings

What's wrong with it and how can I solve the problem?


-- 
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 django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/7d1d87f3-e5c7-4969-a2ab-04df4f7ad5ff%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


python manage.py runserver ImportError

2014-12-14 Thread Saki Fu
I run python manage.py runserver and got following error.

ImportError: Could not import settings 'myapp.settings' (Is it on sys.path? 
Is there an import error in the settings file?): No module named 
myapp.settings

What's wrong with it and how can I solve this problem?


-- 
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 django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/d1e7c5f6-a97c-4dac-8d81-ad476cfc47c3%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.