Now I can't even run the test server anymore.
I get a new error:
Traceback (most recent call last):
File "manage.py", line 4, in <module>
setup_env(manage_py_env=True)
File "/home/aaron/websites/Chillenvillen.com/apps/google_app_engine/
google_appengine/common/appenginepatch/aecmd.py", line 63, in
setup_env
patch_all()
File "/home/aaron/websites/Chillenvillen.com/apps/google_app_engine/
google_appengine/common/appenginepatch/appenginepatcher/patch.py",
line 21, in patch_all
patch_django()
File "/home/aaron/websites/Chillenvillen.com/apps/google_app_engine/
google_appengine/common/appenginepatch/appenginepatcher/patch.py",
line 535, in patch_django
from ragendja import template
File "/home/aaron/websites/Chillenvillen.com/apps/google_app_engine/
google_appengine/common/appenginepatch/ragendja/template.py", line 84,
in <module>
app_template_dirs = get_app_dirs('templates')
File "/home/aaron/websites/Chillenvillen.com/apps/google_app_engine/
google_appengine/common/appenginepatch/ragendja/apputils.py", line 38,
in get_app_dirs
for appname, module in get_app_modules().items():
File "/home/aaron/websites/Chillenvillen.com/apps/google_app_engine/
google_appengine/common/appenginepatch/ragendja/apputils.py", line 32,
in get_app_modules
if module_name in list_modules(import_module(app)):
File "/home/aaron/websites/Chillenvillen.com/apps/google_app_engine/
google_appengine/common/appenginepatch/ragendja/apputils.py", line 5,
in import_module
return __import__(module_name, {}, {}, [''])
ImportError: No module named contact
r...@demonicproductions:/home/aaron/websites/Chillenvillen.com/apps/
google_app_engine/google_appengine# python manage.py runserver
Traceback (most recent call last):
File "manage.py", line 4, in <module>
setup_env(manage_py_env=True)
File "/home/aaron/websites/Chillenvillen.com/apps/google_app_engine/
google_appengine/common/appenginepatch/aecmd.py", line 63, in
setup_env
patch_all()
File "/home/aaron/websites/Chillenvillen.com/apps/google_app_engine/
google_appengine/common/appenginepatch/appenginepatcher/patch.py",
line 21, in patch_all
patch_django()
File "/home/aaron/websites/Chillenvillen.com/apps/google_app_engine/
google_appengine/common/appenginepatch/appenginepatcher/patch.py",
line 535, in patch_django
from ragendja import template
File "/home/aaron/websites/Chillenvillen.com/apps/google_app_engine/
google_appengine/common/appenginepatch/ragendja/template.py", line 84,
in <module>
app_template_dirs = get_app_dirs('templates')
File "/home/aaron/websites/Chillenvillen.com/apps/google_app_engine/
google_appengine/common/appenginepatch/ragendja/apputils.py", line 38,
in get_app_dirs
for appname, module in get_app_modules().items():
File "/home/aaron/websites/Chillenvillen.com/apps/google_app_engine/
google_appengine/common/appenginepatch/ragendja/apputils.py", line 32,
in get_app_modules
if module_name in list_modules(import_module(app)):
File "/home/aaron/websites/Chillenvillen.com/apps/google_app_engine/
google_appengine/common/appenginepatch/ragendja/apputils.py", line 5,
in import_module
return __import__(module_name, {}, {}, [''])
ImportError: No module named contact
that's what the terminal spits out.
I am using linux ubuntu OS.
I have not changed anything. This just happened when I restarted the
test server.
I now got a headache urgh. I been working on this all day today.
I work for a company and this ceo wants it up as soon as possible and
is losing patience.
How do I fix these errors.
I typed in python manage.py runserver.
then I get what I posted above.
Then it dosen't start the test server.
I was able this morning to run the test server just now for some
reason it dosen't allow me.
I didn't change anything. I just restarted the test server 4 times
today and then this happens.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Google App Engine" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/google-appengine?hl=en
-~----------~----~----~----~------~----~------~--~---