Do you have Django 1.2 installed and the messages framework in your settings
file? I think this might be omitted in the latest clonesatchmo settings.py
file.

-Chris

On Thu, Aug 5, 2010 at 11:19 AM, Mateu Mir <[email protected]> wrote:

> Hi,
> I am trying to install ubuntu 4.10 Satchmo and I followed the
> instructions according to the PDF on the web.
> I have received the following error:
>
> Traceback (most recent call last):
>
>  File "/usr/local/lib/python2.6/dist-packages/django/core/servers/
> basehttp.py", line 279, in run
>    self.result = application(self.environ, self.start_response)
>
>  File "/usr/local/lib/python2.6/dist-packages/django/core/servers/
> basehttp.py", line 651, in __call__
>    return self.application(environ, start_response)
>
>  File "/usr/local/lib/python2.6/dist-packages/django/core/handlers/
> wsgi.py", line 241, in __call__
>    response = self.get_response(request)
>
>  File "/usr/local/lib/python2.6/dist-packages/django/core/handlers/
> base.py", line 141, in get_response
>    return self.handle_uncaught_exception(request, resolver, exc_info)
>
>  File "/usr/local/lib/python2.6/dist-packages/django/core/handlers/
> base.py", line 180, in handle_uncaught_exception
>    return callback(request, **param_dict)
>
>  File "/usr/local/lib/python2.6/dist-packages/django/views/
> defaults.py", line 24, in server_error
>    return http.HttpResponseServerError(t.render(Context({})))
>
>  File "/usr/local/lib/python2.6/dist-packages/django/template/
> __init__.py", line 165, in render
>    return self.nodelist.render(context)
>
>  File "/usr/local/lib/python2.6/dist-packages/django/template/
> __init__.py", line 784, in render
>    bits.append(self.render_node(node, context))
>
>  File "/usr/local/lib/python2.6/dist-packages/django/template/
> __init__.py", line 797, in render_node
>    return node.render(context)
>
>  File "/usr/local/lib/python2.6/dist-packages/django/template/
> loader_tags.py", line 97, in render
>    return compiled_parent.render(context)
>
>  File "/usr/local/lib/python2.6/dist-packages/django/template/
> __init__.py", line 165, in render
>    return self.nodelist.render(context)
>
>  File "/usr/local/lib/python2.6/dist-packages/django/template/
> __init__.py", line 784, in render
>    bits.append(self.render_node(node, context))
>
>  File "/usr/local/lib/python2.6/dist-packages/django/template/
> __init__.py", line 797, in render_node
>    return node.render(context)
>
>  File "/usr/local/lib/python2.6/dist-packages/django/template/
> loader_tags.py", line 97, in render
>    return compiled_parent.render(context)
>
>  File "/usr/local/lib/python2.6/dist-packages/django/template/
> __init__.py", line 165, in render
>    return self.nodelist.render(context)
>
>  File "/usr/local/lib/python2.6/dist-packages/django/template/
> __init__.py", line 784, in render
>    bits.append(self.render_node(node, context))
>
>  File "/usr/local/lib/python2.6/dist-packages/django/template/
> __init__.py", line 797, in render_node
>    return node.render(context)
>
>  File "/usr/local/lib/python2.6/dist-packages/django/template/
> defaulttags.py", line 367, in render
>    url = reverse(self.view_name, args=args, kwargs=kwargs,
> current_app=context.current_app)
>
>  File "/usr/local/lib/python2.6/dist-packages/django/core/
> urlresolvers.py", line 358, in reverse
>    *args, **kwargs)))
>
>  File "/usr/local/lib/python2.6/dist-packages/django/core/
> urlresolvers.py", line 279, in reverse
>    possibilities = self.reverse_dict.getlist(lookup_view)
>
>  File "/usr/local/lib/python2.6/dist-packages/django/core/
> urlresolvers.py", line 199, in _get_reverse_dict
>    self._populate()
>
>  File "/usr/local/lib/python2.6/dist-packages/django/core/
> urlresolvers.py", line 191, in _populate
>    lookups.appendlist(pattern.callback, (bits, p_pattern))
>
>  File "/usr/local/lib/python2.6/dist-packages/django/core/
> urlresolvers.py", line 138, in _get_callback
>    raise ViewDoesNotExist, "Could not import %s. Error was: %s" %
> (mod_name, str(e))
>
> ViewDoesNotExist: Could not import my_views. Error was: cannot import
> name messages
>
> --
> You received this message because you are subscribed to the Google Groups
> "Satchmo users" group.
> To post to this group, send email to [email protected].
> To unsubscribe from this group, send email to
> [email protected]<satchmo-users%[email protected]>
> .
> For more options, visit this group at
> http://groups.google.com/group/satchmo-users?hl=en.
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Satchmo 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/satchmo-users?hl=en.

Reply via email to