6 May
2006
6 May
'06
1:05 p.m.
----- Original Message ----- From: "Josh Stephenson" <josh@clearwired.com> To: <zope@zope.org> Sent: Friday, May 05, 2006 7:39 PM Subject: [Zope] psycopgda
I recently installed psycopgda version 1.0.0 and restarted zope. I can see that it installed because it's listed under products in zope's control panel, but it's not listed in the drop-down menu where all the other products are.
I installed by doing: python install.py build python install.py install
You also need to make sure that the version of python that is used by zope is the same python version that you use to install additional products (ie. if you type python -V at the command line (linux) is it the same version of python that is listed in the ZMI Control Panel). Jonathan