From 35408e6928f52f03c79afe18f46a2475ae7315d3 Mon Sep 17 00:00:00 2001 From: adustman Date: Sun, 22 Apr 2001 00:11:09 +0000 Subject: [PATCH] A tip for Zope users. --- mysql/README | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/mysql/README b/mysql/README index 4596f22..8e39782 100644 --- a/mysql/README +++ b/mysql/README @@ -43,6 +43,10 @@ Finally, putting it together: $ python setup.py build # python setup.py install +TIP: If you are using a binary package of Zope, you need run setup.py +with Zope's python executable. Otherwise, Zope (ZMySQLDA) will not +be able to find _mysql. + If you prefer RPMs, you can use the bdist_rpm command with setup.py. Thanks go to Brian Fordham for cooking up an early version of setup.py.