Re: [Zope] Modifying a Dictionaries in an Extenal Method

2005-06-04 Thread Edward Huixquic
Thanks Dieter for your kind reply, Here is a complete (a bit long, sorry for that) example of what is happening, here are some code pieces that shows this behavior: DTML: -- Name: Lastname: Account Balance: Name

Re: [Zope] POP3 servers

2005-06-04 Thread Philip Kilner
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Varun, Varun Parange wrote: > which are some POP3 servers i can download for free, which are > interfaceable with Zope > You need to tell us more about what you are trying to do for us to be able to help you much. However: - - - POP3 is a matu

Re: [Zope] POP3 servers

2005-06-04 Thread Tino Wildenhain
Am Samstag, den 04.06.2005, 20:10 +0200 schrieb Dieter Maurer: > Varun Parange wrote at 2005-6-3 13:38 -0700: > >which are some POP3 servers i can download for free, which are interfaceable > >with Zope > > For Linux (almost surely *nix in general), there > is "imap": "IMAP4, POP2 and POP3 mail s

Re: [Zope] Modifying a Dictionaries in an Extenal Method

2005-06-04 Thread Dieter Maurer
Corporate Email Corp. wrote at 2005-6-3 17:30 -0500: >Does Zope allos an external method to modify a dictionary object that >is passed to the external method via the REQUEST object. Zope does not restrict an External Method in any way. > ... >items_list = [{'element1':'element1value', >'element2'

Re: [Zope] POP3 servers

2005-06-04 Thread Dieter Maurer
Varun Parange wrote at 2005-6-3 13:38 -0700: >which are some POP3 servers i can download for free, which are interfaceable >with Zope For Linux (almost surely *nix in general), there is "imap": "IMAP4, POP2 and POP3 mail server." You can interface Zope with this server via Python's "poplib" and

[Zope] Error Value: domains

2005-06-04 Thread Know-iT - Christian Steinhauer
Hello zope list, i have an zope server with 5 instances. Now on 1 instance there is an error on the acl_users folder. Everytime i click on a user in the folder to edit him there occureres this error: - My error: - Error Type: Attribu

Re: [Zope] Calling a page template from a DTML document

2005-06-04 Thread Andreas Pakulat
On 04.Jun 2005 - 14:03:16, John Poltorak wrote: > Next I have to figure out how to pass parameters to the template. Read the other answer to your question... Andreas -- You'll be called to a post requiring ability in handling groups of people. ___ Zop

Re: [Zope] Calling a page template from a DTML document

2005-06-04 Thread Andreas Jung
--On 4. Juni 2005 14:03:16 +0100 John Poltorak <[EMAIL PROTECTED]> wrote: On Fri, Jun 03, 2005 at 11:26:40AM -0500, J Cameron Cooper wrote: John Poltorak wrote: > Is there any way of getting a DTML document to use a page template to > build part of a page? > > Some sample code would be handy

Re: [Zope] Calling a page template from a DTML document

2005-06-04 Thread John Poltorak
On Fri, Jun 03, 2005 at 11:26:40AM -0500, J Cameron Cooper wrote: > John Poltorak wrote: > > Is there any way of getting a DTML document to use a page template to > > build part of a page? > > > > Some sample code would be handy as an illustration if what I want to do is > > possible. > > Just

Re: [Zope] importing encode_base64

2005-06-04 Thread Tino Wildenhain
Am Freitag, den 03.06.2005, 16:58 -0400 schrieb Paul Winkler: ... > > Thats funny. I do the same and it works. > > What zope versions are you guys running? > > Just now I saw something that *may* be related, > some imports that were fine on zope 2.7.3 are giving me > trouble on 2.7.6, but this i

Re: [Zope] importing encode_base64

2005-06-04 Thread Tino Wildenhain
Am Freitag, den 03.06.2005, 22:52 +0200 schrieb Dieter Maurer: ... > What you almost surely want is: > > ModuleSecurityInfo('email.Encoders').declarePublic('encode_base64') > This part is currently not documented in great detail. Thanks for finding and pointing out.

Re: [Zope] Uploading files

2005-06-04 Thread Jens Vagelpohl
On 3 Jun 2005, at 18:09, Nikko Wolf wrote: In my python script I use: filedata = container.REQUEST.file.read() then merge this data into a MIME submission for the external web site, and on success, save it locally as a "file". My question is -- aside from memory usage, what problems might

Re: [Zope] POP3 servers

2005-06-04 Thread Tino Wildenhain
Am Freitag, den 03.06.2005, 13:38 -0700 schrieb Varun Parange: > hi, > > which are some POP3 servers i can download for free, which are > interfaceable with Zope There arent. Neither commercial nor free. Dont think pop3 is interesting anyway. I think I saw some IMAP code but I dont know where.