In short how do I make this thingy work on windows? :( Long version: Downloaded the binary version of MySQL-python-0.9.2.win32-py2.1 This must be the one to use with Zope. Have installed python2.1 - some where in the process don't know why. Standard dir c:/Python21 Mysql-Python-0.9.2 thinks I want to use this Python installation. Problem is that Zope knows nothing about the python installation in C:\Python21. Is there a step by step how-to? \Oliver
Oliver Marx wrote:
In short how do I make this thingy work on windows? :(
Long version:
Downloaded the binary version of MySQL-python-0.9.2.win32-py2.1 This must be the one to use with Zope.
Have installed python2.1 - some where in the process don't know why. Standard dir c:/Python21
Mysql-Python-0.9.2 thinks I want to use this Python installation.
Problem is that Zope knows nothing about the python installation in C:\Python21.
Is there a step by step how-to?
No, you could write one when you get it working ;-) Anyway, what you need to do is install Mysql-Python-0.9.2 so it uses c:\Python21, then copy everything with mysql in its name from C:\Python21\lib to <your zope install>\lib\python. cheers, Chris
participants (2)
-
Chris Withers -
Oliver Marx