Christopher Hilton wrote: > I'm not sure what to do with this. > > python > >>> import PyGreSQL > > Throws an ImportError. Am I missing a step somewhere? Try (for the classic API) import pg or (for the standard DB-API) import pgdb -- Chris