A tip for Zope users.

This commit is contained in:
adustman
2001-04-22 00:11:09 +00:00
parent 40c7a6383e
commit 35408e6928

View File

@ -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.