[Zope3-Users] Re: Other SQLAlchemy thoughts, Zope transaction manager, etc...

2006-04-07 Thread j.kartnaller
Jeff Shell wrote: On 4/6/06, Martin Aspeli [EMAIL PROTECTED] wrote: I, for one, am really excited by this [sqlalchemy / zalchemy]. I really hope that Zope 3 will have a somewhat consistent story for RDBMS access that (a) uses technology not invented in Zope alone (b) is scalable and robust and

[Zope3-Users] Install problem with Zope 3.2.1

2006-04-07 Thread Kim L. Jacobsen
Hi, I tried installing Zope 3.2.1. configure worked ok, but when ran make I got the following: /usr/bin/python install.py -q buildTraceback (most recent call last): File "install.py", line 28, in ? context.initialize() File "/usr/src/Zope/Zope-3.2.1/Support/zpkgsetup/setup.py", line 121,

Re: [Zope3-Users] Other SQLAlchemy thoughts, Zope transaction manager, etc...

2006-04-07 Thread Brian Sutherland
On Thu, Apr 06, 2006 at 08:04:11PM -0600, Jeff Shell wrote: I'd rather use transaction.begin() itself (I looked at Synchronizers, but couldn't really figure out how to make those work since a synchronizer is bound to just one thread). In sqlos._transaction, we are creating and registering a

[Zope3-Users] Time for a Decimal field type in zope.schema?

2006-04-07 Thread Jeff Rush
Perhaps this is an old topic, although I've done searches. I've seen the brief discussion about security proxies and the Decimal type on zope3-users, but (to zope3-dev) what about getting it added to the zope.schema as a first-class field type? So we can have auto-generated HTML forms and

[Zope3-Users] Re: Other SQLAlchemy thoughts, Zope transaction manager, etc...

2006-04-07 Thread Florent Guillaume
Jeff Shell wrote: On 4/6/06, Martin Aspeli [EMAIL PROTECTED] wrote: I, for one, am really excited by this [sqlalchemy / zalchemy]. I really hope that Zope 3 will have a somewhat consistent story for RDBMS access that (a) uses technology not invented in Zope alone (b) is scalable and robust and

Re: [Zope3-Users] Time for a Decimal field type in zope.schema?

2006-04-07 Thread Gary Poster
On Apr 7, 2006, at 8:35 AM, Jeff Rush wrote: Perhaps this is an old topic, although I've done searches. I've seen the brief discussion about security proxies and the Decimal type on zope3-users, but (to zope3-dev) what about getting it added to the zope.schema as a first-class field

Re: [Zope3-Users] understanding security

2006-04-07 Thread Frank Burkhardt
Hi, On Fri, Apr 07, 2006 at 03:33:28PM +0200, Achim Domma wrote: Hi, I'm just learning Zope and have a question regarding the security model: Do I understand it right, that I do not grant a permission to a principal on a certain object instance? I only grant a permission to use a

Re: [Zope3-Users] understanding security

2006-04-07 Thread Achim Domma
Frank Burkhardt wrote: Do I understand it right, that I do not grant a permission to a principal on a certain object instance? I only grant a permission to use a certain interface!? You can either grant permissions to principals (or groups/roles) globally. Those permissions can be used in

Re: [Zope3-Users] Install problem with Zope 3.2.1

2006-04-07 Thread Ron Bickers
On Fri April 7 2006 05:24, Kim L. Jacobsen wrote: I tried installing Zope 3.2.1. configure worked ok, but when ran make I got the following: I'm using Gentoo Linux and python 2.4.2. I can't help with the error, but Zope 3 is in Portage and can be installed with a simple 'emerge zope' if you

Re: [Zope3-Users] understanding security

2006-04-07 Thread mats.nordgren
Achim, Take a look at homefolder in the trunk. You can find it here: http://svn.zope.org/Zope3/trunk/src/zope/app/homefolder/ It does what you want to do. On Fri, 07 Apr 2006 16:50:50 +0200, Achim Domma wrote Frank Burkhardt wrote: Do I understand it right, that I do not grant a

[Zope3-Users] embedding a form in a viewlet

2006-04-07 Thread Pete Taylor
based on help that Stephan, Gary, and Alen were able to give me, I managed to embed a form in a viewlet to edit child objects of the current context, on the same page. I threw out some documentation on what I did and how I got there just in case anyone else runs into the same issue.

[Zope3-Users] MySQL Connection Closed Errors

2006-04-07 Thread David Johnson
What is the best way to manage MySQL connections? Were using the mysqldba and frequently get the following errors when calling queryForResults: File /home/djohnson/Zope-3.2.0/build/lib.linux-i686-2.4/zope/app/rdb/__init__.py, line 408, in queryForResults raise