2008/11/19 Jonas Borgström <[EMAIL PROTECTED]>: > > Gaz wrote: >> >> >> Hi there I am trying to install trac using Postres. >> >> I am using Python 2.4, trac 0.11.2.1, psycopg 2-2.0.8, Postgres 8.3 >> >> After installing everything, I tried to create a new environment using >> the following connection string: >> >> postgres://User:[EMAIL PROTECTED]:5432/TracDB >> >> I get an error pop up with : >> >> The ordinal 284 could not be located in the dynamic link library >> SSLEAY32.dll >> >> When I hit ok on the pop up a message in the command prompt says: > *snip* > >> I thought pyPgSQL was separate to psycopg, does pyPgSQL need to be >> installed as well. > > Trac prefers psycopg2 and only attempts to import pyPgSQL if it failed > to import psycopg2 for some reason. > > Try typing "import psycopg2" manually into a python interpreter to see > if that works or gives any usable error message. > > / Jonas
Yes that gave the same error. Will see whats wrong with the psycopg2 installation Thanks --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Trac Users" group. To post to this group, send email to [email protected] 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 -~----------~----~----~----~------~----~------~--~---
