garry saddington wrote at 2006-10-18 18:13 +0100: > ... >import psycopg, string, re, subprocess >def scholarpack_xml_transform(source): > f=open('/opt/scholarpack/ancillary/source.xml','w') > f.write(source) > f.close
The line above looks buggy: missing "()". > ... > do=curs.execute(transformed1) > do The line above looks doubtfull: no effect > conn.commit() > conn.close > >I get a programming error thrown from the conn.commit() line and the >method fails. Almost surely, "postgres" does not like the command your have generated. It is quite picky with binary data... -- Dieter _______________________________________________ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailman/listinfo/zope-announce http://mail.zope.org/mailman/listinfo/zope-dev )