anyone meet the bug below?
if your have a app have the same name as projectname,
manage.py will always print out :

Traceback (most recent call last):
  File "./manage.py", line 11, in ?
    execute_manager(settings)
  File "/usr/lib/python2.3/site-packages/django/core/management.py",
line 1051, in execute_manager
    execute_from_command_line(action_mapping)
  File "/usr/lib/python2.3/site-packages/django/core/management.py",
line 962, in execute_from_command_line
    translation.activate('en-us')
  File "/usr/lib/python2.3/site-packages/django/utils/translation.py",
line 192, in activate
    _active[currentThread()] = translation(language)
  File "/usr/lib/python2.3/site-packages/django/utils/translation.py",
line 111, in translation
    from django.conf import settings
  File "/usr/lib/python2.3/site-packages/django/conf/settings.py", line
34, in ?    raise EnvironmentError, "Could not import %s '%s' (is it on
sys.path?): %s" % (ENVIRONMENT_VARIABLE, me.SETTINGS_MODULE, e)
EnvironmentError: Could not import DJANGO_SETTINGS_MODULE
'testp.settings' (is it on sys.path?): No module named settings


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users
-~----------~----~----~----~------~----~------~--~---

Reply via email to