On Thu, Nov 19, 2009 at 2:02 AM, Karen Tracey <kmtra...@gmail.com> wrote:

> On Wed, Nov 18, 2009 at 7:29 PM, Alessandro Ronchi <
> alessandro.ron...@soasi.com> wrote:
>
>>
>>
>> http://dpaste.com/122205/
>> is my log file.
>>
>>
> Traceback shows it is dying during the load of middleware.  You would not
> get a pretty debug page for this even with DEBUG=True and running the
> development server: you'd get a bare traceback, which is what you see in the
> Apache log.  This is code that is not covered by the
> exception-catching-turn-it-into-a-pretty-page try/except block.  Ultimately
> it says (stripping out the referrer and leading timestamp, etc):
>
>    File "/var/www/vhosts/
> hobbygiochi.com/django/satchmo_src/satchmo/apps/livesettings/functions.py",
> line 67, in get_config
>      raise SettingNotSet('%s config group does not exist' % group),
> SettingNotSet: <unprintable instance object>
>


I get the same problem also with an Assert False (a typical debug symbol
I've used with mod_python).

http://dpaste.com/122226/

no browser and no email, only logs.

-- 
Alessandro Ronchi

SOASI
Sviluppo Software e Sistemi Open Source
http://www.soasi.com
http://www.linkedin.com/in/ronchialessandro

--

You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=.


Reply via email to