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 Zope 2.9.2 Python 2.4.2 PostgreSQL 8.1.3 I've tried installing psycopg version 2-2.0b8, but I don't even get a listing in the products under zope's control panel. What am I doing wrong?
version 1.0.0 is very old. You should try the last stable version 1.1.21. I have used this version with Zope 2.8.x with Postgresql 8.0.x. It is stable. CY Josh Stephenson <josh@clearwired.com> wrote: 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 Zope 2.9.2 Python 2.4.2 PostgreSQL 8.1.3 I've tried installing psycopg version 2-2.0b8, but I don't even get a listing in the products under zope's control panel. What am I doing wrong? _______________________________________________ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailman/listinfo/zope-announce http://mail.zope.org/mailman/listinfo/zope-dev ) --------------------------------- Blab-away for as little as 1¢/min. Make PC-to-Phone Calls using Yahoo! Messenger with Voice.
Thanks for the help Infor I deleted the psycopgda 1.0.0 product from zope and installed version 1.1.21 via the psycopg-1.1.21 tarball. After consulting the FAQ I realized I had to install mxDateTime, and run ./configure telling it where to find zope, postgres libs and the mxdatetime lib. Then, after running make, make install and make install-zope, I had to copy the PsycopgDA dir to the Product dir of my zope instance. Thanks for the help from everyone else too! Infor Gates wrote:
version 1.0.0 is very old. You should try the last stable version 1.1.21. I have used this version with Zope 2.8.x with Postgresql 8.0.x. It is stable.
CY
*/Josh Stephenson <josh@clearwired.com>/* wrote:
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
Zope 2.9.2 Python 2.4.2 PostgreSQL 8.1.3
I've tried installing psycopg version 2-2.0b8, but I don't even get a listing in the products under zope's control panel.
What am I doing wrong? _______________________________________________ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailman/listinfo/zope-announce http://mail.zope.org/mailman/listinfo/zope-dev )
------------------------------------------------------------------------ Blab-away for as little as 1¢/min. Make PC-to-Phone Calls <http://us.rd.yahoo.com/mail_us/taglines/postman2/*http://us.rd.yahoo.com/evt=39663/*http://voice.yahoo.com> using Yahoo! Messenger with Voice.
On 5/6/06, Josh Stephenson <josh@clearwired.com> wrote:
I've tried installing psycopg version 2-2.0b8, but I don't even get a listing in the products under zope's control panel.
What am I doing wrong?
Did you install the psycopg directory, or the ZPsycoPGDA directory into your Zope Products dir? The latter is the Zope integration product which is what you'll need. -- Martijn Pieters
----- 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
participants (4)
-
Infor Gates -
Jonathan -
Josh Stephenson -
Martijn Pieters