[Zope] Is there such a method as PythonScript()

Dieter Maurer dieter at handshake.de
Sat Sep 11 15:20:45 EDT 2004


Johan Carlsson wrote at 2004-9-11 09:56 +0200:
> ...
>ZSQLMethods can't be used in Python Products,

I use them ;-)

  from Products.ZSQLMethods.SQL import SQL
  
  class MyClass:

	myZSQLMethod = SQL('myZSQLMethod',
		           myTitle,
			   myConnectionId,
			   myArguments,
			   myTemplate)

-- 
Dieter


More information about the Zope mailing list