Re: [Zope-dev] how can I call os.spawn? (From a newbie)

2002-08-25 Thread Dieter Maurer
Mark Moser writes: I need to kick off a custom (non-CGI) program from a web request. I tried to call one of the spawn functions from the os module (using Python obviously), but Zope's security won't let me. Do it in an External Method... Dieter

[Zope-dev] limit to number of operations in a transaction?

2002-08-25 Thread Christopher N . Deckard
Hello, So I've run into a problem. I had the need to migrate our a database of people from an old storage format to a new one. The old format uses Folders and Properties to store information about a person. Name, phone, email, address, etc. The new format uses a Product that I wrote which

Re: [Zope-dev] limit to number of operations in a transaction?

2002-08-25 Thread Jens Vagelpohl
in your script you must commit a transaction once in a while with get_transaction().commit(). when you use xml-rpc then every call to zope will end up being its own transaction and you will not have this problem. jens On Sunday, Aug 25, 2002, at 10:12 US/Eastern, Christopher N. Deckard

Re: [Zope-dev] when will FSZSQLMethodes be ready for primetime?

2002-08-25 Thread James Johnson
Hi Chris, Is there a way to get the fszsqlmethod working on win32 with zope 2.5.1 and cmf1.2 or 1.3? I've placed dtml-comments around the sql. How do I supply the connection id? Thanks in advance, - James Traceback (most recent call last): File