Honestly, I'm not even sure *how* you got a copy of SQLAlchemy higher than
0.5.x, as the instructions on the website would have had you use our private
PyPI. That still only has 0.5.x.

A simple fix, though, should be to run the following command from within
your virtual environment:

easy_install 'sqlalchemy<=0.5.99'

That will get you a version that should satisfy all your requirements, and
get you running.

On Fri, Jun 18, 2010 at 11:30 AM, Gisborne <[email protected]> wrote:

> On Jun 18, 2:29 am, "Diez B. Roggisch" <[email protected]> wrote:
> > Am 18.06.2010 um 10:17 schrieb Gisborne:
> > The error messag sucks, that much is for sure. What you need to look
> > at are requires.txt files inside eggs. If eggs are zipped, you need to
> > unzip them. I use this little script to do that:
>
> ...
>
> > However, this is just part of the solution, it won't help you to know
> > who has the requirement - because you need to fulfill it anyway. See
> > below.
>
> I'm not clear what you're suggesting here. It seems as though
> unzipping all the eggs ought to let me see which one has that
> requirement. OTOH, I did unzip them all, and none of them contains
>
> SQLAlchemy>=0.5.0,<=0.5.99
>
> I'm at a loss what to do now.
>
> --
> You received this message because you are subscribed to the Google Groups
> "TurboGears" group.
> To post to this group, send email to [email protected].
> To unsubscribe from this group, send email to
> [email protected]<turbogears%[email protected]>
> .
> For more options, visit this group at
> http://groups.google.com/group/turbogears?hl=en.
>
>


-- 
Michael J. Pedersen
My IM IDs: Jabber/[email protected], ICQ/103345809, AIM/pedermj022171
         Yahoo/pedermj2002, MSN/[email protected]

-- 
You received this message because you are subscribed to the Google Groups 
"TurboGears" 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/turbogears?hl=en.

Reply via email to