[sqlalchemy] Re: relation to class in different file

2008-11-12 Thread cropr
Indeed this solves the issue Tnx --~--~-~--~~~---~--~~ 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 [EMAI

[sqlalchemy] Re: relation to class in different file

2008-11-12 Thread az
if i remember correct, your Base's has to be same one, else it won't work. do check on this - i may be wrong. On Wednesday 12 November 2008 01:17:34 cropr wrote: > I want to build a relation to a class located in a different file > > file user.py > --- > class Users(Base): > __ta