ValueError: Empty module name

184 views
Skip to first unread message

Brian O'Connor

unread,
Oct 18, 2009, 7:49:46 PM10/18/09
to satchmo-d...@googlegroups.com
Hey

Trying to get a basic satchmo store up for testing purposes, and I get this error no matter what url I go to:

Traceback (most recent call last):

File "/usr/lib/python2.5/site-packages/django/core/servers/basehttp.py", line 279, in run
self.result = application(self.environ, self.start_response)

File "/usr/lib/python2.5/site-packages/django/core/servers/basehttp.py", line 651, in __call__
return self.application(environ, start_response)

File "/usr/lib/python2.5/site-packages/django/core/handlers/wsgi.py", line 241, in __call__
response = self.get_response(request)

File "/usr/lib/python2.5/site-packages/django/core/handlers/base.py", line 73, in get_response
response = middleware_method(request)

File "/usr/lib/python2.5/site-packages/django/middleware/common.py", line 56, in process_request
if (not _is_valid_path(request.path_info) and

File "/usr/lib/python2.5/site-packages/django/middleware/common.py", line 142, in _is_valid_path
urlresolvers.resolve(path)

File "/usr/lib/python2.5/site-packages/django/core/urlresolvers.py", line 294, in resolve
return get_resolver(urlconf).resolve(path)

File "/usr/lib/python2.5/site-packages/django/core/urlresolvers.py", line 216, in resolve
for pattern in self.url_patterns:

File "/usr/lib/python2.5/site-packages/django/core/urlresolvers.py", line 245, in _get_url_patterns
patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)

File "/usr/lib/python2.5/site-packages/django/core/urlresolvers.py", line 240, in _get_urlconf_module
self._urlconf_module = import_module(self.urlconf_name)

File "/usr/lib/python2.5/site-packages/django/utils/importlib.py", line 35, in import_module
__import__(name)

Any help on this would be great

Thanks

ValueError: Empty module name


--
Brian O'Connor

Chris Moffitt

unread,
Oct 18, 2009, 10:06:06 PM10/18/09
to satchmo-d...@googlegroups.com
What version of Satchmo and Django are you using? I recommend Satchmo 0.9 RC1 and Django 1.1

-Chris

Brian O'Connor

unread,
Oct 18, 2009, 10:12:53 PM10/18/09
to satchmo-d...@googlegroups.com
Installed Django1.1 and cloned the latest from your bitbucket, in a virtualenv.
--
Brian O'Connor

Chris Moffitt

unread,
Oct 18, 2009, 10:38:52 PM10/18/09
to satchmo-d...@googlegroups.com
Does satchmo_check work for you?

I suspect there is something wrong with your urls. Did you make any mods there?

-Chris

Udbhav

unread,
Nov 9, 2009, 10:03:03 AM11/9/09
to Satchmo developers
I would suspect that your ROOT_URLCONF string is empty in your
settings.py

On Oct 18, 9:38 pm, Chris Moffitt <ch...@moffitts.net> wrote:
> Does satchmo_check work for you?
>
> I suspect there is something wrong with your urls. Did you make any mods
> there?
>
> -Chris
>
>
>
> On Sun, Oct 18, 2009 at 9:12 PM, Brian O'Connor <gatzby...@gmail.com> wrote:
> > Installed Django1.1 and cloned the latest from your bitbucket, in a
> > virtualenv.
>
> > On Sun, Oct 18, 2009 at 10:06 PM, Chris Moffitt <ch...@moffitts.net>wrote:
>
> >> What version of Satchmo and Django are you using? I recommend Satchmo 0.9
> >> RC1 and Django 1.1
>
> >> -Chris
>
Reply all
Reply to author
Forward
0 new messages