On 12/5/07, AY <[EMAIL PROTECTED]> wrote:
>
>
> Good Morning, Thanks for reply my request! Can you show me where/how
> to detect the error in psycopg module and how to fix the problem. I
> have completed the following steps without any problem. (1) install
> Python 2.5.1 windows installer (Python 2.5.1.exe) (2) install
> TortoiseSVN-1.4.5.10425-win-svn-1.4.5.msi (3) Install Django 0.96 (4)
> Update path variables to include python path (C:\python25; C:
> \python25\tools\scripts;c:\python25\scripts) (5) install apache2.2.4-
> win32-x86-no_ssl_msi web server (6)Install mod_python-3.3.1win-py2.5-
> apache2.2.exe to allow apache and python to talk to each other (7)
> install python memchache (python-memcache-1.39.tar.gz (8) download
> FacBackOpac.
> However I got stuck at (9) configure apache to use facbackopac
> directory as a django project. This is my FIRST try to apply Django on
> opac and have no idea to solve this mod_python error. Any help will be
> very appreciated.  Thanks!


The list of instructions you are following don't appear to have included the
piece that lets Django use Python to access the database, that's what
psycopg does.  See:

http://www.djangoproject.com/documentation/install/#get-your-database-running

for pointers on where to get psycopg.

(Nor do I see in the list so far the database itself, which you will also
need.  But I'm unfamiliar with facbackopac.  From a quick look at its Google
groups page it sounds like it provides an alternative interface to an
existing catalog, so I guess maybe you already have a database with this
catalog running?)

Karen

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-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/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to