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.

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] 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] 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 is a

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 call it

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 as an

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. ___

[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:

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

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',

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 server.

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: -- HTML BODY dtml-if process dtml-in fields mapping dtml-call

[Zope-Checkins] SVN: Zope/branches/Zope-2_8-branch/doc/CHANGES.txt fixed wrong 2.8.0 release date

2005-06-04 Thread Andreas Jung
Log message for revision 30642: fixed wrong 2.8.0 release date Changed: U Zope/branches/Zope-2_8-branch/doc/CHANGES.txt -=- Modified: Zope/branches/Zope-2_8-branch/doc/CHANGES.txt === ---

[Zope-dev] Re: [Proposal] Drop Mount.py from ZODB 3.5

2005-06-04 Thread Balazs Ree
Thu, 02 Jun 2005 19:38:02 -0400 Tim Peters wrote: We'd like to continue getting non-ZODB code out of the ZODB project, so would like to drop Mount.py from ZODB 3.5. Are any of zodb-dev's standalone ZODB users making use of Mount.py? I would be surprised by that too, since Mount.py relies on

Re: [Zope-dev] [Proposal] Drop Mount.py from ZODB 3.5

2005-06-04 Thread Shane Hathaway
Tim Peters wrote: http://www.zope.org/Collectors/Zope/1800 describes some of the code problems with Zope's current way of mounting databases. ZODB 3.4 (still) has a Mount.py module, unused and untested by ZODB. Jim and I were both surprised today to discover that Zope (2.8) still

Re: [Zope-dev] Re: [Proposal] Drop Mount.py from ZODB 3.5

2005-06-04 Thread Jens Vagelpohl
On 4 Jun 2005, at 08:07, Balazs Ree wrote: Now I would like to pose a question to all of you. I am of course not worried if Mount.py is getting phased out completely, since I would be able to take over the code from it into my subclass. But according to my use case described above, am I on

Re: [Zope-dev] Re: [Zope-Checkins] SVN: Zope/branches/Zope-2_8-branch/ preparing 2.8.0 release for tomorrow

2005-06-04 Thread Andreas Jung
--On 3. Juni 2005 17:38:35 -0400 Tim Peters [EMAIL PROTECTED] wrote: [Andreas Jung] Log message for revision 30622: preparing 2.8.0 release for tomorrow Andreas, which release will this be? If it's 2.8 final, I need to make a ZODB 3.4 to match it. According to

Re: [Zope-dev] [Proposal] Drop Mount.py from ZODB 3.5

2005-06-04 Thread Jim Fulton
Tim Peters wrote: http://www.zope.org/Collectors/Zope/1800 describes some of the code problems with Zope's current way of mounting databases. ZODB 3.4 (still) has a Mount.py module, unused and untested by ZODB. Jim and I were both surprised today to discover that Zope (2.8) still imports

Re: [Zope-dev] [Proposal] Drop Mount.py from ZODB 3.5

2005-06-04 Thread Jim Fulton
Shane Hathaway wrote: Tim Peters wrote: http://www.zope.org/Collectors/Zope/1800 describes some of the code problems with Zope's current way of mounting databases. ZODB 3.4 (still) has a Mount.py module, unused and untested by ZODB. Jim and I were both surprised today to discover that

RE: [Zope-dev] [Proposal] Drop Mount.py from ZODB 3.5

2005-06-04 Thread Tim Peters
[Jim Fulton] Tim, you should have noted, for the benefit of Zope users, that the itent was to move this module into Zope, where it belongs. If I knew I was sending the msg to zope-dev, I would have wink. That is, this message was _intended_ to go to zodb-dev, but I got fooled into accepting my

Re: [Zope-dev] Re: [Zope-Checkins] SVN: Zope/branches/Zope-2_8-branch/ preparing 2.8.0 release for tomorrow

2005-06-04 Thread Tim Peters
[Andreas Jung] ... Uppsss...my *big* mistake. Both the milestone plan and my iCAL calendar have an entry 2005/06/11 for 2.8 final but somehow I had in my mind I would release 2.8 final two weeks after b2 and not three weeks as planned :-/ So let's stick to the published schedule ...so

Re: [Zope-dev] Re: [Zope-Checkins] SVN: Zope/branches/Zope-2_8-branch/ preparing 2.8.0 release for tomorrow

2005-06-04 Thread Tim Peters
[Tim Peters] ... Later: Zope-2.8.0-b2-win32.exe is built now, and after some more testing I'll upload it to http://www.zope.org/Products/Zope/2.8.0b2 Windows users please give this a try -- it's your last (and in some sense, also your first wink) chance to try the real Zope 2.8 on

Re: [Zope-dev] Re: [Zope-Checkins] SVN: Zope/branches/Zope-2_8-branch/ preparing 2.8.0 release for tomorrow

2005-06-04 Thread Tim Peters
[Tim Peters, having trouble with 2.8b2 on Windows, ending with Files\Zope-2.8.0-b2\lib\python\Signals\WinSignalHandler.py, line 203, in registerHandler hevent = win32event.CreateEvent(sa, 0, 0, event_name) TypeError: The object is not a PySECURITY_ATTRIBUTES object ] Just noting that

[Zope-dev] Re: [Zope-Checkins] SVN: Zope/branches/Zope-2_8-branch/ preparing 2.8.0 release for tomorrow

2005-06-04 Thread Michael Haubenwallner
Tim Peters wrote: Later: Zope-2.8.0-b2-win32.exe is built now, and after some more testing I'll upload it to http://www.zope.org/Products/Zope/2.8.0b2 Windows users please give this a try -- it's your last (and in some sense, also your first wink) chance to try the real Zope 2.8 on

Re: [Zope-dev] Re: [Zope-Checkins] SVN: Zope/branches/Zope-2_8-branch/ preparing 2.8.0 release for tomorrow

2005-06-04 Thread Tim Peters
[Michael Haubenwallner, tries Zope-2.8.0-b2-win32.exe from http://www.zope.org/Products/Zope/2.8.0b2 ] Just tried that on my Win2K Laptop - after starting runzope.bat is was presented with a windows alert box and no startup messages written to the command window. It took me some time to