[PyGreSQL] Mac OS X pygresql build?

Christoph Zwerschke cito at online.de
Wed Dec 19 16:35:53 EST 2007


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


More information about the PyGreSQL mailing list