Yellow, I don't know about all you but I'm trying to use MySQLdb 0.1.2 on NT4 + SP6a + Zope 2.1.4 The Installation Instructions aren't to precise on using it on win32 platforms and Zope doesn't show me the MySQLdb on the product list. Is there some special steps to install it on NT? I've seen the instructions page on zope.org and I know about having to aplly the patch and compiling the .py on unix systems.. but what about win32? anyone? tnks -------------------------------------------------------------- Hugo Ramos - hramos@ruido-visual.pt Ruido Visual
My understanding is that the MySQLdb is a patch/better driver to the ZmySQLDA and you need both products installed to use and you access the MySQLdb through the ZmySQLDA product. chad
>>>>>>>>>>>> Original Message <<<<<<<<<<<<<<<<<<
On 3/27/00, 8:50:26 AM, "Hugo Ramos" <hramos@ruido-visual.pt> wrote regarding [Zope] using MySQLdb 0.1.2:
Yellow,
SP6a + Zope 2.1.4 The Installation Instructions aren't to precise on using it on win32 platforms and Zope doesn't show me the MySQLdb on the product list. Is there some special steps to install it on NT? I've seen the instructions page on zope.org and I know about having to aplly the patch and compiling the .py on unix systems.. but what about win32?
I don't know about all you but I'm trying to use MySQLdb 0.1.2 on NT4
anyone?
tnks -------------------------------------------------------------- Hugo Ramos - hramos@ruido-visual.pt Ruido Visual
_______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )
On Mon, 27 Mar 2000, Hugo Ramos wrote:
Yellow,
I don't know about all you but I'm trying to use MySQLdb 0.1.2 on NT4 + SP6a + Zope 2.1.4 The Installation Instructions aren't to precise on using it on win32 platforms and Zope doesn't show me the MySQLdb on the product list. Is there some special steps to install it on NT? I've seen the instructions page on zope.org and I know about having to aplly the patch and compiling the .py on unix systems.. but what about win32?
MySQLdb is not a Zope Product; it's a Python module. ZMySQLDA is the Zope Product. It needs to be patched to work with MySQLdb, however. I have no idea how you would do this on Windows. Only the Python code (no C code) needs to be patched. Stay tuned... -- andy dustman | programmer/analyst | comstar.net, inc. telephone: 770.485.6025 / 706.549.7689 | icq: 32922760 | pgp: 0xc72f3f1d "Therefore, sweet knights, if you may doubt your strength or courage, come no further, for death awaits you all, with nasty, big, pointy teeth!"
participants (3)
-
Andy Dustman -
Chad Streck -
Hugo Ramos