[Zope3-Users] z3c.formdemo, problems with lxml

2007-08-09 Thread Andreas Reuleaux
I am just following the very simple instructions to install z3c.formdemo from zc.buildout $ svn co svn://svn.zope.org/repos/main/z3c.formdemo/trunk formdemo $ cd formdemo $ python bootstrap.py $ ./bin/buildout -v ...lot's of eggs are downloaded, but when it comes to the lxml egg, I get tons of

Re: [Zope3-Users] possible bug in zope\app\authentication\principalfolder.py

2007-08-09 Thread Adam Groszer
Hello Shailesh, Which version of Z3 re you using? As I remember that was fixed, but I can't dig the info from SVN. Tuesday, August 7, 2007, 5:28:02 PM, you wrote: Hi, I was using InternalPrincipal object and specified a password with non-ascii characters. Since Password is derived from

Re[2]: [Zope3-Users] possible bug in zope\app\authentication\principalfolder.py

2007-08-09 Thread Adam Groszer
Hello Shailesh, As I remember the fix was later. Thursday, August 9, 2007, 10:51:18 AM, you wrote: I have Zope 3.3.1 the official release. With regards, -Shailesh On 8/9/07, Adam Groszer [EMAIL PROTECTED] wrote: Hello Shailesh, Which version of Z3 re you using? As I remember that was

Re: [Zope3-Users] possible bug in zope\app\authentication\principalfolder.py

2007-08-09 Thread Shailesh Kumar
I have Zope 3.3.1 the official release. With regards, -Shailesh On 8/9/07, Adam Groszer [EMAIL PROTECTED] wrote: Hello Shailesh, Which version of Z3 re you using? As I remember that was fixed, but I can't dig the info from SVN. Tuesday, August 7, 2007, 5:28:02 PM, you wrote: Hi, I

Re: Re[2]: [Zope3-Users] possible bug in zope\app\authentication\principalfolder.py

2007-08-09 Thread Shailesh Kumar
Hi, Just another quick question on this. Is there any plan for new bug fix releases of 3.3 branch? or Will the next releases be on the 3.4 branch? With regards, -Shailesh On 8/9/07, Adam Groszer [EMAIL PROTECTED] wrote: Hello Shailesh, As I remember the fix was later. Thursday, August 9,

Re: [Zope3-Users] z3c.formdemo, problems with lxml

2007-08-09 Thread Darryl Cousins
Hi Andreas, On Thu, 2007-08-09 at 10:12 +0200, Andreas Reuleaux wrote: I am just following the very simple instructions to install z3c.formdemo from zc.buildout snip On Debian this may work: apt-get libxml2-dev libxslt-dev Hope that helps. Darryl

[Zope3-Users] Re: z3c.formdemo, problems with lxml

2007-08-09 Thread Philipp von Weitershausen
Darryl Cousins wrote: Hi Andreas, On Thu, 2007-08-09 at 10:12 +0200, Andreas Reuleaux wrote: I am just following the very simple instructions to install z3c.formdemo from zc.buildout snip On Debian this may work: apt-get libxml2-dev libxslt-dev In short, Andreas is missing the libxml2

Re: [Zope3-Users] Strange ZODB error

2007-08-09 Thread Gary Poster
You probably need to find out what the object is for anyone to have a chance of helping. I usually just put a pdb in the ZODB that is triggered if there's an error here, and then start poking around. Using the postmortem debug publisher might work too, but it has caused enough problems

Re: [Zope3-Users] Strange ZODB error - Solved: Zalchemy bug

2007-08-09 Thread Hermann Himmelbauer
Am Donnerstag, 9. August 2007 15:44 schrieb Hermann Himmelbauer: Hi, After updating some z3c packages and changing some of my code, I receive a very strange traceback from Zope3: Ah, after fiddling around I found out that the svn update of the zalchemy package resulted in this error. If

Re: [Zope3-Users] z3c.form: How to hide a button/define action without a button?

2007-08-09 Thread Hermann Himmelbauer
Am Donnerstag, 9. August 2007 04:08 schrieb Stephan Richter: On Monday 06 August 2007 10:41, Hermann Himmelbauer wrote: Is there a way simple way to accomplish this? Perhaps via a hidden=True   attribute in the buttonAndHandler decorator method? I would override the ``updateActions()``

Re: [Zope3-Users] a question about zope.app.security.principallogging.PrincipalLogging

2007-08-09 Thread Stephan Richter
On Wednesday 08 August 2007 12:14, Shailesh Kumar wrote: zope.app.security.principallogging.PrincipalLogging looks like: class PrincipalLogging(object):     implements(ILoggingInfo)     def __init__(self, principal):         self.principal = principal     def getLogMessage(self):        

Re: [Zope3-Users] Using zope.formlib for a search form

2007-08-09 Thread Stephan Richter
On Thursday 09 August 2007 22:14, Andrew Groom wrote: I've been battling with formlib for the last three days now and, while I've learnt a lot, it's nearly driven me crazy. I'm trying to use it to create simple search form, i.e., a form that does input validation, remembers the values you

[Zope3-Users] Using zope.formlib for a search form

2007-08-09 Thread Andrew Groom
Hi All, I've been battling with formlib for the last three days now and, while I've learnt a lot, it's nearly driven me crazy. I'm trying to use it to create simple search form, i.e., a form that does input validation, remembers the values you entered, etc., but is not tied to a persisted

Re: [Zope3-Users] principal associated data in a form

2007-08-09 Thread Stephan Richter
On Tuesday 24 July 2007 12:30, Otto van der Meer wrote: The idea is that many residents of a house have a single user account (nature of app). and that the names of the residents are associated with the account so they can be used in the application. Therefor the house would be the Principal

Re: [Zope3-Users] principal associated data in a form

2007-08-09 Thread Fred Drake
On 7/24/07, Otto van der Meer [EMAIL PROTECTED] wrote: The idea is that many residents of a house have a single user account (nature of app). and that the names of the residents are associated with the account so they can be used in the application. I guess it depends on what you mean by user

[Zope3-Users] Cache values must be persistent objects. - ZODB3-3.9.0_dev_r77011-py2.4-linux-i686.egg

2007-08-09 Thread Andreas Reuleaux
The example below (contacts) works fine for me with a recent svn checkout of the 3.4 branch, i e svn co svn://svn.zope.org/repos/main/Zope3/branches/3.4 z3 but I get errors with a recent eggs installation via zc.buildout (when trying to edit and save a contact, see below) ... File

[Zope3-Users] Re: Strange ZODB error - Solved: Zalchemy bug

2007-08-09 Thread Christian Zagrodnick
On 2007-08-09 16:27:23 +0200, Hermann Himmelbauer [EMAIL PROTECTED] said: Am Donnerstag, 9. August 2007 15:44 schrieb Hermann Himmelbauer: Hi, After updating some z3c packages and changing some of my code, I receive a very strange traceback from Zope3: Ah, after fiddling around I found out