Werner F. Bruhin wrote:
> I did some more research on this.
>
> If I change back to 0.4.3, i.e. change my model to use:
> ##    pkg_resources.require("sqlalchemy") # get latest version
>     pkg_resources.require("sqlalchemy==0.4.3") # use a specific version
>
> Then I can debug my code, i.e. my application starts.
>
> So, I changed it back to 0.5.beta1 and tried to find out were the 
> problem "starts" in my code, it is on the following line.
>
>         self.prefs = self.ds.query(db.prefminimal).get(1)
>   
I think it has nothing to do with the prefminimal, it happens on 
whatever is the first query on whatever table.

I just run a small test script with the idle debugger and I see the same 
exception.

If I run it in Idle with the debugger but use SA 0.4.3 then it runs o.k.

I hope this info helps.

Werner

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