Don't mention it, but I think it's still got a bug: You have an error in your SQL syntax near ';\n\n\n\nCREATE TABLE Phrases (\n id int(8) not null auto_increment,\n md5hash ' at line 1") This happens when trying to initialize the Phrases Table. It's fairly obvious what's happening here, but I don't have the foggiest where in your program it interprets the line breaks. Please keep me informed, Jake -----Original Message----- From: zope-admin@zope.org [mailto:zope-admin@zope.org] On Behalf Of Stephan Richter Sent: Tuesday, November 13, 2001 3:09 PM To: Jacob Singh; zope@zope.org Subject: RE: [Zope] Zbabel At 12:49 PM 11/13/2001 -0500, Jacob Singh wrote:
Okay, I tried that and ran into a couple of roadblocks, 1 MySQL has no sequence function, I did modify it though so that it used the LAST_INSERT_ID() function which basically serves the same purpose, see if this follows the intended logic.
Thanks a lot for the code!!!
from Globals import HTMLFile, get_request ImportError: cannot import name get_request
Okay, that is easy to fix. ZBabel requires Tim McLaughin's GlobalRequestPatch. After installing it, everything should work fine. :-) Regards, Stephan -- Stephan Richter CBU - Physics and Chemistry Student Web2k - Web Design/Development & Technical Project Management _______________________________________________ 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 )