What does an object need to inherit to make aq_acquire work? I've got an object that inherits from Acquisition.Implicit, but whenever something tries to call aq_acquire on it, it cops an AttributeError. Does it need to inherit from Acquisition.Explicit? Why would something be calling this if it's not there automagically? -- Benno Rice "No, no. We're *sweet* and XNFP Aries Dark Subculture- *innocent* evil bastards." friendly Internet Geek benno@netizen.com.au "Defend your joy"
Does it need to inherit from Acquisition.Explicit? Why would something be calling this if it's not there automagically?
More to the point, where is "Acquisition"? I can see a .pyd, but not a .py or .pyc. Regards, Garth. -- <gtk@well.com>
On Mon, Oct 25, 1999 at 07:24:36AM +1000, gtk wrote:
Does it need to inherit from Acquisition.Explicit? Why would something be calling this if it's not there automagically?
More to the point, where is "Acquisition"? I can see a .pyd, but not a .py or .pyc.
Well in my (Linux) installation it's in lib/python as Acquisition.so -- Benno Rice "No, no. We're *sweet* and XNFP Aries Dark Subculture- *innocent* evil bastards." friendly Internet Geek benno@netizen.com.au "Defend your joy"
participants (2)
-
Benno Rice -
gtk