Is your project directory on your Python path? The easiest thing for me is to ln it to site-packages.
On 3/21/06, Francisco Reyes <[EMAIL PROTECTED]> wrote: > ImportError at / > No module named opensourceadmin.urls > Request Method: GET > Request URL: http://127.0.0.1:8000/ > Exception Type: ImportError > Exception Value: No module named opensourceadmin.urls > Exception Location: > /usr/local/lib/python2.4/site-packages/django/core/urlresolvers.py in > _get_urlconf_module, line 87 > > In the settings.py I see a line: > ROOT_URLCONF = 'opensourceadmin.urls' > > Was I supposed to rename, copy or edit urls.py? -- Julio Nobrega - http://www.inerciasensorial.com.br --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" 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/django-users -~----------~----~----~----~------~----~------~--~---

