[PyGreSQL] Mac OS X pygresql build?

Christopher Hilton chris at vindaloo.com
Wed Dec 19 18:20:25 EST 2007


Christoph Zwerschke wrote:
> 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
> 
>

D'oh

Thanks
-- Chris


More information about the PyGreSQL mailing list