[Zope] connecting MySQL and Zope

Dieter Maurer dieter@handshake.de
Mon, 11 Feb 2002 22:20:12 +0100


Raymond Norton writes:
 > I am still getting the same error. I must be missing something. I am in
 > ZopePark/zope/lib/python/Products/ZMySQLDA/src.
 > 
 > This is what I am doing:
 > 
 > ln -s /usr/bin/python2.1
You forgot "python"!

Should read:

    ln -s /usr/bin/python2.1 python
    ....


Dieter