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
_______________________________________________
PyGreSQL mailing list
[email protected]
http://mailman.vex.net/mailman/listinfo/pygresql

Reply via email to