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