Sorry for not including that right off!

I'm running Django 1.0 and Satchmo trunk (rev 1513 at the time).

Wow, well I do have an error message now. I had originally thought my
error log file was empty, but it turned out nano just couldn't deal
with it. Running 'tail -f' on it works, but more error messages keep
getting added at such a rate, it was hard to even copy anything. It's
a maximum recursion depth exceeded error. Here's what I got:

 Traceback (most recent call last):
  File "/usr/local/lib/python2.5/logging/__init__.py", line 744, in
emit
    msg = self.format(record)
  File "/usr/local/lib/python2.5/logging/__init__.py", line 630, in
format
    return fmt.format(record)
  File "/usr/local/lib/python2.5/logging/__init__.py", line 418, in
format
    record.message = record.getMessage()
  File "/usr/local/lib/python2.5/logging/__init__.py", line 288, in
getMessage
    msg = msg % self.args
  File "/home/retri/webapps/django/lib/python2.5/django/db/models/
base.py", line 273, in __str__
    return force_unicode(self).encode('utf-8')
  File "/home/retri/webapps/django/lib/python2.5/django/utils/
encoding.py", line 49, in force_unicode
    s = unicode(s)
  File "/home/retri/webapps/django/lib/python2.5/satchmo/shipping/
modules/tieredquantity/models.py", line 193, in __unicode__
    return u"Carrier: %s" % self.name
  File "/home/retri/webapps/django/lib/python2.5/satchmo/shipping/
modules/tieredquantity/models.py", line 166, in name
    trans = self._find_translation()
  File "/home/retri/webapps/django/lib/python2.5/satchmo/shipping/
modules/tieredquantity/models.py", line 97, in _find_translation
    c = self.translations.filter(languagecode__exact = language_code)
  File "/home/retri/webapps/django/lib/python2.5/django/db/models/
manager.py", line 102, in filter
    return self.get_query_set().filter(*args, **kwargs)
  File "/home/retri/webapps/django/lib/python2.5/django/db/models/
fields/related.py", line 300, in get_query_set
    return
superclass.get_query_set(self).filter(**(self.core_filters))
  File "/home/retri/webapps/django/lib/python2.5/django/db/models/
manager.py", line 72, in get_query_set
    return QuerySet(self.model)
  File "/home/retri/webapps/django/lib/python2.5/django/db/models/
query.py", line 123, in __init__
    self.query = query or sql.Query(self.model, connection)
  File "/home/retri/webapps/django/lib/python2.5/django/db/models/sql/
query.py", line 67, in __init__
    self.where = where()
RuntimeError: maximum recursion depth exceeded

On Sep 17, 5:09 am, "Chris Moffitt" <[EMAIL PROTECTED]> wrote:
> Is there any error message anywhere that you could post?
>
> Also, what versions of Satchmo and Django are you running?
>
> -Chris
--~--~---------~--~----~------------~-------~--~----~
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