Hi Guyren, Did you copy the error correctly? This bug is does not exist in the tip https://bitbucket.org/geoalchemy/geoalchemy/src/tip/geoalchemy/dialect.py#cl-1
I checked the tagged versions too and didn't find it geoalchemy >= 0.2 requires sqlalchemy >= 0.6 so in case you are using sa 0.5.8 I would suggest you install geoalchemy 0.1.1 regards Sanjiv On Sat, Jun 19, 2010 at 1:11 AM, Diez B. Roggisch <[email protected]> wrote: > > Am 18.06.2010 um 21:18 schrieb Guyren G Howe: > >> 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. > > > If that's a literal copy of what is seen on your screen, it's a bug in > geoalchemy - because "dalects" should be dialects I presume. If not, please > copy and paste real error-messages. > > However, I think you should do this one step at a time - first, create a > clean venv, and as Brad mentioned py2.6 has issues with the > --no-site-packages directive, I again recommend cleaning the python > installation. > > Then, install TG2 into a venv, and see if it works. Then, install > geoalchemy, and see if and what breaks. And frankly, as the geoalchemy guys > for help ;) > > Diez > > -- > 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. > > -- 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.

