27 Dec
2006
27 Dec
'06
8:23 p.m.
On Sun, 2006-12-24 at 21:00 +0100, Dieter Maurer wrote:
garry saddington wrote at 2006-12-23 22:26 +0000:
I have a Zope application that runs perfectly on Linux. However, my target audience is likely to use Windows so I am trying to port my app. to that platform. Whenever I use a multiple insert Zsql method that includes sql_delimiter, python.exe crashes.
There is no issue with "sql_delimiter" on Windows.
You are correct, after some pointers from the list, I chased down the problem to the psycopg2 adapter. After downgrading to the last stable version in the 1 series the problem has gone away. Thanks to all who offered help. Regards Garry