Re: [Zope3-Users] zc.relationship or hurry.query and global intid utility

2007-01-08 Thread Stephan Richter
On Sunday 07 January 2007 07:06, Shaar Gabriel wrote: > > This utility is the one thing you should create before any other object > > because objects created prior to this utility will never have a unique > > ID. > > a debug session : > daemon manager not running > zopectl> start > . -- > 2007-

Re: [Zope3-Users] zc.relationship or hurry.query and global intid utility

2007-01-07 Thread Shaar Gabriel
Thanks. this sorted out a few things in my understanding. On Sunday 07 January 2007 02:56, Stephan Richter wrote: > On Saturday 06 January 2007 13:14, Gabi Shaar wrote: > > could somebody point me at a simple example of how to create the intid > > utility these packages are looking for ? > > Here

Re: [Zope3-Users] zc.relationship or hurry.query and global intid utility

2007-01-07 Thread Shaar Gabriel
hi. thanks for the quick reply. On Saturday 06 January 2007 21:40, FB wrote: > On Sat, Jan 06, 2007 at 08:14:52PM +0200, Gabi Shaar wrote: > > hi. > > i am trying to use zope 3.3.0 > > > > first somebody correct me if i'm wrong. > > > > getUtility(IIntIds) looks for an intid utility registerd in t

Re: [Zope3-Users] zc.relationship or hurry.query and global intid utility

2007-01-06 Thread Stephan Richter
On Saturday 06 January 2007 13:14, Gabi Shaar wrote: > could somebody point me at a simple example of how to create the intid > utility these packages are looking for ? Here is some code registering the stuff programmatically. Frank already told you the correct solution for doing this via the ZMI

Re: [Zope3-Users] zc.relationship or hurry.query and global intid utility

2007-01-06 Thread FB
On Sat, Jan 06, 2007 at 08:14:52PM +0200, Gabi Shaar wrote: > hi. > i am trying to use zope 3.3.0 > > first somebody correct me if i'm wrong. > > getUtility(IIntIds) looks for an intid utility registerd in the global site > manager. > if i supply a context, then it looks in the local site. > >

[Zope3-Users] zc.relationship or hurry.query and global intid utility

2007-01-06 Thread Gabi Shaar
hi. i am trying to use zope 3.3.0 first somebody correct me if i'm wrong. getUtility(IIntIds) looks for an intid utility registerd in the global site manager. if i supply a context, then it looks in the local site. i am trying to use zc.relationship and hurry.query. both seem to look for a g