Re: [Zope] Acquisition not working as expected

2006-03-03 Thread Roman Klesel
Andrew Milton schrieb: > > Perhaps if you describe the problem you're trying to solve, we can actually > help you. > Yes, thank you! I just want to be able to do what I'm used to do from TTW: - There is a hirarchy of Folder/File objects - In the root directory there is an python script (showDa

Fwd: [Zope] Re: (microsoft) webdav and zope 2.8.4

2006-03-03 Thread Einar Næss Jensen
-- Forwarded message -- From: Einar Næss Jensen <[EMAIL PROTECTED]> Date: Mar 3, 2006 9:10 AM Subject: Re: [Zope] Re: (microsoft) webdav and zope 2.8.4 To: Patrick Decat <[EMAIL PROTECTED]> On 3/2/06, Patrick Decat <[EMAIL PROTECTED]> wrote: > > Then the following to Resource.py

Re: [Zope] Acquisition not working as expected

2006-03-03 Thread Andrew Milton
+---[ Roman Klesel ]-- | Andrew Milton schrieb: | > | > Perhaps if you describe the problem you're trying to solve, we can actually | > help you. | > | | Yes, thank you! | just as in my example above I want to be able to call this methods on any File objects from a ZPT

Re: [Zope] Acquisition not working as expected

2006-03-03 Thread Roman Klesel
Andrew Milton schrieb: > | > | |plot > > | > | > > In what way doesn't this work? I've certainly used this pattern in my FS > products without problems. > Hmm? Did I miss something? A few posts above we recoginzed that when I would do: def genGraph(self): "bla" return self.d

Re: [Zope] Acquisition not working as expected

2006-03-03 Thread Andrew Milton
+---[ Roman Klesel ]-- | Andrew Milton schrieb: | > | | > | |plot | > | | > | | > | > In what way doesn't this work? I've certainly used this pattern in my FS | > products without problems. | > | | Hmm? Did I miss something? A few posts above we recoginzed tha

[Zope] TypeError: unpack non-sequence. RemoteUserFolder? -> problem solved

2006-03-03 Thread leandros van den berg
Because I am running Zope on localhost, I am not a remote user when I try to log in. I replaced the acl_users (Remote User Folder) object with an acl_users (User Folder) object and it worked. Problem solved. -- Leandros van den Berg ___ Zope maillist

Re: [Zope] Acquisition not working as expected

2006-03-03 Thread Roman Klesel
Andrew Milton schrieb: > How about you forget about Acquisition for now. > Well, hmmm ... this will be hard ... I was just about to fall in love with it ... > Define the method in the class you want to call it on. Then I will have to subclass from OFS.Image.File and I was told that this is som

Re: [Zope] Acquisition not working as expected

2006-03-03 Thread Andrew Milton
+---[ Roman Klesel ]-- | Andrew Milton schrieb: | > How about you forget about Acquisition for now. | > | | Well, hmmm ... this will be hard ... I was just about to fall in love with it ... It's definitely useful, but, you have to pick your moments to use it. | > Define

Re: [Zope] Re: (microsoft) webdav and zope 2.8.4

2006-03-03 Thread Patrick Decat
You're right, I've copied/pasted the same patch twice, sorry ! I use both the Ressource.py and Collection.py patches to make O2K3 happy. Regards, Patrick. On 3/3/06, Einar Næss Jensen <[EMAIL PROTECTED]> wrote: > -- Forwarded message -- > From: Einar Næss Jensen <[EMAIL PROTECTED

[Zope] UnpicklingError (_importDuringCommit)

2006-03-03 Thread Aroldo Souza-Leite
Hi list, I'm getting the UnpicklingError error below while trying to do an Import-Export-Import from an Ubuntu hoary to an Ubuntu Breezy Zope-2.8.5 , Python 2.3.5 - instance. I found similar errors in the archives, but no explanation for this one. Thanks. Aroldo. ---

[Zope] {JOB] Zope Consultant, NYC

2006-03-03 Thread Beau Gould
Zope Consultant, NYC My NYC client needs help understanding & modifying a Zope-based CMS that was previously built for their client My client would prefer the candidate to work on-site, but it’s not mandatory; however, a face-2-face interview is mandatory. Local candidates need only apply un

Re: [Zope] (microsoft) webdav and zope 2.8.4

2006-03-03 Thread Chris Withers
Dieter Maurer wrote: Jens Vagelpohl wrote at 2006-3-2 14:53 +: ... If you're trying to use the M$ WebFolder-stuff you might as well give up immediately. It simply does not work right. We are using it -- quite successfully :-) We had to fix some bugs in Zope's WebDAV support, e.g. proper

[Zope] catching BadRequest exceptions

2006-03-03 Thread Palermo, Tom
All,   It seems that BadRequest exceptions, like the ones thrown by checkValidId() in OFS.ObjectManager (lib/python/OFS/ObjectManager.py), are not handled by a standard_error_message. That is, I can't skin the error message so it looks friendly and doesn't show a traceback. Does anyone know

[Zope] Re: UnpicklingError (_importDuringCommit)

2006-03-03 Thread Tres Seaver
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Aroldo Souza-Leite wrote: > I'm getting the UnpicklingError error below while trying to do an > Import-Export-Import from an Ubuntu hoary to an Ubuntu Breezy > Zope-2.8.5 , Python 2.3.5 - instance. I found similar errors in the > archives, but no e

Re: [Zope] Acquisition not working as expected

2006-03-03 Thread Dieter Maurer
Roman Klesel wrote at 2006-3-3 08:20 +0100: > ... >> In your case, the method "test3" is not defined by "Folder" >> but by what you call "your product instance" (still a wrong term!). >> Therefore, its "self" is necessarily an instance of "your product" >> (I keep your wrong term). And "self.getId(

Re: [Zope] (microsoft) webdav and zope 2.8.4

2006-03-03 Thread Dieter Maurer
Chris Withers wrote at 2006-3-3 17:11 +: > ... >I believe you've signed a contributor agreement now... As often, your belief is wrong ;-) I think the foundation is not yet ready and I am not yet invited (you need an invitation to become a contributor). -- Dieter

[Zope] Zope for non-Web applications?

2006-03-03 Thread Rodrigo de Salvo Braz
Hi, I don't even know Python yet, but I was wondering if it makes sense to use Zope as a OO database in non-Web applications written in Python. Any thoughts on that? Thanks, Rodrigo ___ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/list

Re: [Zope] Zope for non-Web applications?

2006-03-03 Thread Lennart Regebro
On 3/3/06, Rodrigo de Salvo Braz <[EMAIL PROTECTED]> wrote: > I don't even know Python yet, but I was wondering if it makes sense to > use Zope as a OO database in non-Web applications written in Python. > Any thoughts on that? Zope as a whole, no. ZODB, yes. Several people are using it outside of

Re: [Zope] Re: (microsoft) webdav and zope 2.8.4

2006-03-03 Thread Pablo Ziliani
First, I am getting emails in the digest mode so apologies to everyone if this has been already discussed after I got the last "issue", about five hours ago. I also need to have the webdav server working for MS. If somebody sent patches or links to them (other than the one I quoted below) I mi

[Zope] awstats and zope

2006-03-03 Thread Barry Drake
Does anyone know of a customization of the awstats file search_engines.pm (Perl) that works with Zope's built in search? Before I start doing this, I'd like to know if someone has already done it! Thanks. Barry Drake ___ Zope maillist - Zope@zope.org

[Zope] Re: (microsoft) webdav and zope 2.8.4

2006-03-03 Thread Tres Seaver
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Pablo Ziliani wrote: > First, I am getting emails in the digest mode so apologies to everyone > if this has been already discussed after I got the last "issue", about > five hours ago. > > I also need to have the webdav server working for MS. If some

[Zope] Status of blobs and rdb plugged into ZODB

2006-03-03 Thread David Pratt
Hi. I have written a blob type product about a year or so ago and I remember at that time there was the promise of being able to plug different backends into the ZODB. This was to be one of the new features of ZODB that would allow some interesting things to occur. What is the status of this d

Re: [Zope] (microsoft) webdav and zope 2.8.4

2006-03-03 Thread robert rottermann
Dieter Maurer wrote: Chris Withers wrote at 2006-3-3 17:11 +: ... I believe you've signed a contributor agreement now... As often, your belief is wrong ;-) I think the foundation is not yet ready and I am not yet invited (you need an invitation to become a contributor). never

Re: [Zope] (microsoft) webdav and zope 2.8.4

2006-03-03 Thread Andreas Jung
--On 3. März 2006 13:01:45 +0100 Dieter Maurer <[EMAIL PROTECTED]> wrote: Chris Withers wrote at 2006-3-3 17:11 +: ... I believe you've signed a contributor agreement now... As often, your belief is wrong ;-) I think the foundation is not yet ready and I am not yet invited (you need an

Re: [Zope] Status of blobs and rdb plugged into ZODB

2006-03-03 Thread Andreas Jung
--On 3. März 2006 18:29:33 -0400 David Pratt <[EMAIL PROTECTED]> wrote: Hi. I have written a blob type product about a year or so ago and I remember at that time there was the promise of being able to plug different backends into the ZODB. This was to be one of the new features of ZODB that w