> Trying to install with postgres, getting the above error. Any help > would be greatly appreciated.
It means that the Python engine fails to find the python wrappers for the PgSQL library. Either they are not installed on your machine, or your PYTHONPATH environment variable is not defined accordingly. Start an interactive python interpreter: $ python and type in the following line from pyPgSQL import PgSQL does it throw the same error? HTH, Manu --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Trac Users" group. To post to this group, send email to trac-users@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/trac-users?hl=en -~----------~----~----~----~------~----~------~--~---