[Zope-dev] Zope 2.6+ pyton 2.3 ? and Bad Call on zope 2.6.2/python 2.1.3 with profiling turned on.

2003-10-29 Thread Romain Slootmaekers
Yo, I have an elaborate piece of python code that works fine, but with profiling turned on, it barfs a Bad Call message. When google-ing for a solution, the only thing I could find was a http://mail.python.org/pipermail/python-bugs-list/2003-June/018510.html There's a follow up stating it's

Re: [Zope-dev] Zope 2.6+ pyton 2.3 ? and Bad Call on zope 2.6.2/python 2.1.3 with profiling turned on.

2003-10-29 Thread Tres Seaver
On Wed, 2003-10-29 at 05:28, Romain Slootmaekers wrote: Yo, I have an elaborate piece of python code that works fine, but with profiling turned on, it barfs a Bad Call message. When google-ing for a solution, the only thing I could find was a

[Zope-dev] Zope and interbase

2003-10-29 Thread Paulo Lobo
Pessoal, é o seguinte: Guys, i have a problem... i'm working on a site with Zope and Interbase, and sometimes some strange things start to happen... when a lot of requests are made, for example, if someone press F5 and keep it pressed, zope locks and interbase too if we acess a page that

Re: [Zope-dev] Zope 2.6+ pyton 2.3 ? and Bad Call on zope 2.6.2/python 2.1.3 with profiling turned on.

2003-10-29 Thread Dieter Maurer
Romain Slootmaekers wrote at 2003-10-29 11:28 +0100: I have an elaborate piece of python code that works fine, but with profiling turned on, it barfs a Bad Call message. When google-ing for a solution, the only thing I could find was a

Re: [Zope-dev] _v_ variables and cache garbage collection

2003-10-29 Thread Chris Withers
Dieter Maurer wrote: What in the ZODB cache or other ZODB code could be causing _v_ variables to stick around after they've been set to None in their containing objects? Nothing. When you assign None to the _v_variable, then this reference will go away. There may be others, which you did not

Re: [Zope-dev] Controlling start en finish of a request

2003-10-29 Thread Chris Withers
You could look at Steve A's TransactionAgents if you're brave... Chris Dario Lopez-Kästen wrote: Hello, I need help with ideas on how to solve my little problem here. I need to sort of be more in control of a request, meaning that at the beggining of a request I want to set some variables and

[Zope-dev] Windoz file naming

2003-10-29 Thread alan milligan
Guys, I've just run into a problem and wondered if there was an elegant resolution. My BastionBanking package contains: currency.py - pure python Currency.py - Zope derivation The idea is that using the setup.py script, you can load currency.py into your Python modules and use it

Re: [Zope-dev] Windoz file naming

2003-10-29 Thread Sergey Volobuev
Is currency.py - pure python ZCurrency.py - Zope derivation elegant enough? (also think that sometimes you will need third file, say, for Zope3 - your method will fail. ) ___ Zope-Dev maillist - [EMAIL PROTECTED]

Re: [Zope-dev] Windoz file naming

2003-10-29 Thread Anthony Baxter
alan milligan wrote Guys, I've just run into a problem and wondered if there was an elegant resolution. My BastionBanking package contains: currency.py - pure python Currency.py - Zope derivation The typical approach in Python is to have, e.g. Tkinter, and _tkinter.