The second error can be probably *temporary* fixed by
getattr(m, 'level', None) instead of  m.level in order that you can
continue.

Can you reproduceit  in a new project  with the only modification
copied from the link above?

--Hynek

(http://www.satchmoproject.com/docs/dev/signals.html)
On 26 dub, 10:55, Thomas <[email protected]> wrote:
> It seems the error is caused by this line:
>
>   errors = [m for m in get_messages(request) if m.level == constants.ERROR]
>
> That is from the 'get_product()' which I copied from
>   src/satchmo/satchmo/apps/product/views/__init__.py
> .
> I am baffled. I don't have django's 'message levels' enabled. But why would
> the original version of get_product() work? where does the ".level" get set
> ?
>
> Many thanks,
> Thomas

-- 
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