On Sat, Sep 4, 2010 at 16:34, Ing. Sandy Noa Cabrera <[email protected]> wrote:
>
>  Hello friends, I need some help about Elixir and the ManyToMany relations. 
> Well, let me explain you, for some weeks I had read examples like this:
>
> ...but I always get the same error:
>
> Traceback (most recent call last):

> ...
>
>    if self.inverse.secondary_table:
>
>    raise TypeError("Boolean value of this clause is not defined")
> TypeError: Boolean value of this clause is not defined
>
>
> ... I'm working in Ubuntu 9.10 and I don't know how to solve this, please I 
> need some help.

You seem to have updated SQLAlchemy to a more recent version (0.6.x)
than distributed with ubuntu 9.10 without upgrading elixir. You need
at least version 0.7.x of Elixir to work with SQLAlchemy 0.6.x

-- 
Gaëtan de Menten

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

Reply via email to