Some details I forgot to mention:

I'm using:

 * SQLAlchemy 0.3.6
 * Postgresql 7.3.4
 * Linux RedHat   kernel 2.4.20-8


Other important detail: looking at my log files, I noticed that the message:
    global name 'anxnews_urllocal' is not defined

appears several hours after the message:
    'PropertyLoader' object has no attribute 'strategy'


Thanks

Roger


On 4/11/07, Roger Demetrescu <[EMAIL PROTECTED]> wrote:
> Hi all,
>
> I have a daemon with 2 threads to control upload / download of some
> files (they use SQLAlchemy to find out which files must be worked).
>
> Once a week, my daemon's logging system sends me an email with this message:
>
>     'PropertyLoader' object has no attribute 'strategy'
>
>
>
> After that, I receive another email with this message:
>
>     global name 'anxnews_urllocal' is not defined
>
> where 'anxnews_urllocal' is a field from a table.
>
>
>
> I usually don't need to touch this daemon... it still works fine even
> after this alert.
>
> Any hints about what could be causing this exception ?
>
> Please feel free to ask for more details...
>
>
> TIA
>
> Roger
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"sqlalchemy" group.
To post to this group, send email to sqlalchemy@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/sqlalchemy?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to