I have followed the steps in the fine outline http://www.zope.org/Members/pvl/PostgresqlZopeWin32Howto which explains how to get Postgressql working with Zope on Windows, I get the following errors when Zope attempts to load the product Import Traceback Traceback (most recent call last): File "C:\PROGRA~1\ADNWeb\lib\python\OFS\Application.py", line 541, in import_product product=__import__(pname, global_dict, global_dict, silly) File "C:\PROGRA~1\ADNWeb\lib\python\Products\ZPsycopgDA\__init__.py", line 92, in ? import DA File "C:\PROGRA~1\ADNWeb\lib\python\Products\ZPsycopgDA\DA.py", line 92, in ? from db import DB File "C:\PROGRA~1\ADNWeb\lib\python\Products\ZPsycopgDA\db.py", line 99, in ? import psycopg AttributeError: 'DateTime' module has no attribute 'mxDateTimeAPI' Hmmmm...do you see what I did wrong? --greg Greg Lindstrom (501) 342-1626 IBCATS - Development Team Acxiom Corporation The limits of language are the limits of one's world --Ludwig von Wittgenstien ********************************************************************* The information contained in this communication is confidential, is intended only for the use of the recipient named above, and may be legally privileged. If the reader of this message is not the intended recipient, you are hereby notified that any dissemination, distribution, or copying of this communication is strictly prohibited. If you have received this communication in error, please re-send this communication to the sender and delete the original message or any copy of it from your computer system. Thank You.
on or about, Thursday, November 14, 2002, we have reason to believe that Lindstrom Greg - glinds wrote something along the lines of : LGg> I have followed the steps in the fine outline LGg> http://www.zope.org/Members/pvl/PostgresqlZopeWin32Howto which explains how LGg> to get Postgressql working with Zope on Windows, I get the following errors LGg> when Zope attempts to load the product LGg> import psycopg LGg> AttributeError: 'DateTime' module has no attribute 'mxDateTimeAPI' LGg> Hmmmm...do you see what I did wrong? You need to have the MxDateTime module installed. This is mentioned somewhere in the psycopg install files IIRC. google gave me this one : http://www.egenix.com/files/python/mxDateTime.html :) good luck -- Geir Bækholt geir@funcom.com Tools/HCI-developer Tools/Billing - Product Operations Funcom Oslo
participants (2)
-
Geir B�kholt -
Lindstrom Greg - glinds