On 4/8/06, Max Battcher <[EMAIL PROTECTED]> wrote:
> I've been seeing this at the end of every manage.py command. It does
> appear to be non-fatal, but it is something that needs to be debugged.
> Sorry I haven't taken the time yet to file a formal report. This was on
> my Windows development ma
"bradford" <[EMAIL PROTECTED]> writes:
> Go an error running the following:
>
> $ python manage.py syncdb
[snip]
> Exception exceptions.AttributeError: "'NoneType' object has no
> attribute 'print_exc'" in
> ignored
This is related to this recent thread on this list:
http://tinyurl.com/gdzq3
I
bradford wrote:
> Exception exceptions.AttributeError: "'NoneType' object has no
> attribute 'print_exc'" in ignored
I've been seeing this at the end of every manage.py command. It does
appear to be non-fatal, but it is something that needs to be debugged.
Sorry I haven't taken the time yet t
Go an error running the following:
$ python manage.py syncdb
Creating table auth_message
Creating table auth_group
Creating table auth_user
Creating table auth_permission
Creating many-to-many tables for Group model
Creating many-to-many tables for User model
Creating table django_content_type
C