On Jun 18, 2010, at 9:48 , Diez B. Roggisch wrote: >> I am using virtualenv with --no-site-packages > > I doubt that. This message clearly states that SQLAlchemy is in your basic > python installation:
You're right; I didn't have the virtualenv activated. But I had it activated when I installed all this, and with it activated now, and with SQLAlchemy 0.5.8 installed, I get "ImportError: No module named dalects.postgresql.base", which I understand is because GeoAlchemy requires at least SQLAlchemy 0.6. -- 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.

