[Zope-dev] gvibDA problems

2001-10-25 Thread Nuno Maltez
Hi, Anyone here using Zope and interbase to access an ISO8859_1 database? I'm using RedHat 7.1, Zope 2.3.3 and InterBaseCS_LI-V6.0.1.tar OpenSource (that's the binary release), python 1.5.2 from the RedHar RPMS and gvibDA-0-9-6. The database I'm trying to access was created, on another

Re: [Zope-dev] howto: background processes, queued events and ZEO?

2001-10-25 Thread Steve Alexander
Jay, Dylan wrote: I have a very computationally expensive task that I need to perform for users of my system. The idea is that when they access the page that needs the results of this process they will be returned a note saying to wait while the calculations are done. The calculation request

Re: [Zope-dev] This appears to be fixed in 2.4.2

2001-10-25 Thread Chris Withers
...nuff said. Chris ___ Zope-Dev maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope-dev ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce

[Zope-dev] product distribution compliance

2001-10-25 Thread Behrens Matt - Grand Rapids
The TTW Product distribution tab is not compliant with http://www.zope.org/Wikis/DevSite/Proposals/FinishedProductGuidelines. Products/..., not lib/python/Products/... is what it should be doing. The attached patch makes it so. Incidentally, where are we supposed to be sending patches?

Re: [Zope-dev] gvibDA problems

2001-10-25 Thread Leonardo Rochael Almeida
This is a really long shot and I have absolutely no knowledge of Interbase but, are you sure it is 'ISO8859_1'? shouldn't it be 'ISO8859-1'? Nuno Maltez wrote: Hi, Anyone here using Zope and interbase to access an ISO8859_1 database? I'm using RedHat 7.1, Zope 2.3.3 and

[Zope-dev] login prompt after letting user change his password.

2001-10-25 Thread Clark OBrien
Hi all I have written some code to alow a user to change his password (below) The problem is that after executing this code the login dialog pops up. The login requires the user to enter his NEW password. container.REQUEST.set('roles',request.AUTHENTICATED_USER.getRoles())

Re: [Zope-dev] login prompt after letting user change his password.

2001-10-25 Thread Behrens Matt - Grand Rapids
Clark OBrien wrote: Hi all I have written some code to alow a user to change his password (below) The problem is that after executing this code the login dialog pops up. The login requires the user to enter his NEW password. There is absolutely nothing wrong with that. Basic

[Zope-dev] Extending Zope with Eiffel

2001-10-25 Thread Eric Roby
Ok ... don't laugh (too hard) yet. I know this sounds of blasphemy but let me explain. I spent many years as a meteorologist in the Navy. One tool that would have been invaluable to me (to provide better predictions and warning capabilities) is an expert system. I am sure NOAA probably has

Re: [Zope-dev] Extending Zope with Eiffel

2001-10-25 Thread Andreas Jung
The problem is not the Eiffel-Zope integration but the Eiffel-Python integration. If Eiffel comes with an open C API it should be possible to bindings for Python (however they will look like because I don't know the API). Using Google I found at least one project working on some kind of

RE: [Zope-dev] Extending Zope with Eiffel

2001-10-25 Thread Norman Vine
Eric Roby writes: I like Python ... but I don't think (as a scripting language) it is up to the challenge of an expert system. CLIPS = C Language Integrated Production System http://www.ghg.net/clips/CLIPS.html Python CLIPS integration

Re: [Zope-dev] Re: [Bug+Patch] Microseconds in DateTime

2001-10-25 Thread R. David Murray
On Wed, 24 Oct 2001, Nicola Larosa wrote: OK, so nobody cares. Anyway, the BugCollector is down, what is a poor guy to do to get the fix in? Of course, if it is a very stupid thing to do, I would really like to know. :^) Well, I like the idea personally, but let me play devil's advocate here

Re: [Zope-dev] Re: [Bug+Patch] Microseconds in DateTime

2001-10-25 Thread Leonardo Rochael Almeida
R. David Murray wrote: On Wed, 24 Oct 2001, Nicola Larosa wrote: OK, so nobody cares. Anyway, the BugCollector is down, what is a poor guy to do to get the fix in? Of course, if it is a very stupid thing to do, I would really like to know. :^) Well, I like the idea personally, but let

Re: [Zope-dev] CoreSession Urgent !!!

2001-10-25 Thread Chris McDonough
Hi Michael, Can you do the following? Turn on Zope event logging by using the STUPID_LOG_FILE environment variable (this is documented in LOGGING.txt inside the doc directory, I believe). Log the events to a file named debug.log. Set another environment variable: CST_DEBUG=1 Then restart

[Zope-dev] CoreSession Urgent !!!

2001-10-25 Thread michael kobald
Hi, i am have a big Problem with CoreSession 0.9 (Zope 2.3.3 Win2000 Server). I have 2 Session Data Mangers (dieter and session_mgr). I i want call the getSessionData() of them both method in 1 Transaction. Via calling foo3 I get the error msgs below. I need to call both Data Mangers in 1