Re: [SQLObject] AttributeError on foreign key access

2008-07-18 Thread nnp
Yup, problem solved :) It seems the version installed by apt-get on Ubuntu 7.10 is an older version. Thanks for the (incredibly) prompt response, nnp On Fri, Jul 18, 2008 at 5:17 PM, Oleg Broytmann <[EMAIL PROTECTED]> wrote: > On Fri, Jul 18, 2008 at 04:56:55PM +0100, nnp wrote: >> I'm not sure w

Re: [SQLObject] AttributeError on foreign key access

2008-07-18 Thread Oleg Broytmann
On Fri, Jul 18, 2008 at 04:56:55PM +0100, nnp wrote: > I'm not sure why but sometimes when I attempt to run the following > line of code I get an error saying 'AttributeError: FileAction > instance has no attribute 'file'' > > Is there any obvious reason why this would happen? I can't see any > ob