[Zope-dev] Problems using Z SQL Method result

2002-09-30 Thread Aparajita Fishman
Help!! I am trying to write a product that will encapsulate a SQL query and render the results in a table. But I'm having a terrible time getting at the data in the SQL results. This works in DTML: But if I try this in my product's code directly: result = apply(sql_method, (), {}) fo

[Zope-dev] Compiling on Mac OS X 10.2

2002-10-03 Thread Aparajita Fishman
Hi all, For the benefit of all Jaguar (10.2) users, here is the complete steps I followed to compile and install readline 4.3, postgres 7.2.2, mxDateTime 2.0.4 and psycopg 1.0.12. All were compiled from the source tarballs available from the respective web sites. Preliminary steps