The SQLAlchemy "postgres" dialect was renamed to "postgresql". Changing:
database_connection = postgres:///...
to:
database_connection = postgresql:///
in the ini file causes Galaxy (tool_shed in my case) to fail to start as the "postgres" dialect is mentioned by name a few places in the code. Not a big deal, but I figured I'd report it.
-rico
___________________________________________________________
Please keep all replies on the list by using "reply all"
in your mail client. To manage your subscriptions to this
and other Galaxy lists, please use the interface at:
http://lists.bx.psu.edu/
To search Galaxy mailing lists use the unified search at:
http://galaxyproject.org/search/mailinglists/