[Zope3-Users] hotel puchasing agents, FF&E purchasing agents, China purchasing agents, FF&E procurement agents, suppliers

2006-10-30 Thread victoria wong
Googoo China Holding Ltd ( http://www.googoochina.com ) is an internationally recognized provider of furniture, fixture and equipment (FF&E) procurement services that act as a professional sourcing agents, buying agents, buyer's representative and hotel FF&E purchasing agents. Founded by Mr. Kien

Re: [Zope3-Users] runzope gives error in zope.conf

2006-10-30 Thread Stephan Richter
On Wednesday 13 September 2006 14:06, David Walker wrote: > For help, use C:\Zope3Instance\bin\runzope -h > > The referenced line in zope.conf is: >     formatter zope.exceptions.log.Formatter I have no idea why this happens, but maybe you can comment out this line and see whether Zope 3 starts u

Re: [Zope3-Users] Patched PROPPATCH

2006-10-30 Thread Stephan Richter
On Friday 15 September 2006 06:03, Carlo Cardelli wrote: > It seems to be fixed now, i.e. only one instance of DavFoo is created > for every request. Note that Michael Kerring just recently checked in a new implementation of WebDAV. See: http://svn.zope.org/zope.webdav/ > Could someone validate

Re: [Zope3-Users] Books example

2006-10-30 Thread Stephan Richter
On Friday 08 September 2006 03:03, Sébastien VINOT wrote: >  - Web component Development with Zope 3 (Philipp Von Weitershausen) http://www.worldcookery.com/ >  - Zope 3 (Stephan Ritcher) http://svn.zope.org/book/ (not so updated) Regards, Stephan -- Stephan Richter CBU Physics & Chemistry (B.

Re: [Zope3-Users] Container display error

2006-10-30 Thread Stephan Richter
On Sunday 10 September 2006 12:23, Sébastien VINOT wrote: >   File "/opt/Zope-3.2.1/lib/python/zope/app/traversing/adapters.py", > line 58, in traverse >     return subject[name] > AttributeError: NotFound instance has no attribute 'args' > 192.168.1.6 - - [10/Sep/2006:17:17:25 +0200] "GET > /MyDes

Re: [Zope3-Users] Changing BTreeContainers to OrderedContainers

2006-10-30 Thread Stephan Richter
On Saturday 16 September 2006 05:08, Graham Stratton wrote: > I have a ZODB which contains some objects from a class which inherits > from BTreeContainer.  I'd like to change the class to use > OrderedContainer and modify the objects accordingly.  I read a bit about > generations, but couldn't see

Re: [Zope3-Users] Zope3 PDF Searching and Indexing HOWTO

2006-10-30 Thread Stephan Richter
On Wednesday 20 September 2006 16:23, Sreeram Raghav wrote: > I was wondering if there was a way to use a keyword index with > zope.app, what I mean is that if there is a way  to use a keyword > index just as a text index, like if i can add a keyword through the > ZMI under the catalog's add menu

Re: [Zope3-Users] zpt pages though ZMI

2006-10-30 Thread Stephan Richter
On Monday 25 September 2006 07:49, Hassan Alirezaei wrote: > but when I upload the ZPT and look at it, ONLY ZCML users render without > any problem. unauthenticated user in the ZCML also can not render. Note that we do not support TTW development in Zope 3. Thus there is little to no know-how on

Re: [Zope3-Users] How can I "link" two object. Exemple how link blogentry and category.

2006-10-30 Thread Stephan Richter
On Thursday 28 September 2006 13:40, KLEIN Stéphane wrote: > What is the best solution? > Add a category index with Catalog object ? That is only needed for optimizations. > Create a new  ICategory interface and Category content? Yes. > How can I do the link between zblog entry dans category

Re: [Zope3-Users] In /zope/schema/interfaces.py source code I've IDict interface and I can't found it in http://localhost:8080/++apidoc++/Interface/@@menu.html

2006-10-30 Thread Stephan Richter
On Thursday 28 September 2006 18:56, KLEIN Stéphane wrote: > I don't found IDict interface in apidoc interface localisator. It's normal > ? The zope.schema.interfaces are, unfortunately, never registered via ZCML, so that they are not known to apidoc. A simple ZCML statement would add it: Note

Re: [Zope3-Users] Unicode and vocabularies

2006-10-30 Thread Stephan Richter
On Friday 29 September 2006 21:52, Darryl Cousins wrote: > File "/opt/zope/zope3/src/zope/schema/vocabulary.py", line 41, in > __init__ >         self.token = str(token) >     UnicodeEncodeError: 'ascii' codec can't encode character u'\xe9' in > position 13: ordinal not in range(128)with vocabulary

Re: [Zope3-Users] Handling deletion rights ?

2006-10-30 Thread Stephan Richter
On Friday 06 October 2006 08:40, Thierry Florac wrote: > I can easilly give access rights for managers and contributors so that > each of them can only create given objects. > But what concerning deletion ? How can I prevent a contributor from > removing a sub-folder ? Good question. I think you h

Re: [Zope3-Users] Recursion using viewlets.

2006-10-30 Thread Stephan Richter
On Wednesday 11 October 2006 14:40, Alec Munro wrote: > After a very thorough schooling in the use of viewlets in my other > thread, I thought it might be better to start a new one for this > topic. What's the recommended practice for dealing with recursion > using viewlets? > In my case, I have a

Re: [Zope3-Users] Problems in sequences of custom objects display view

2006-10-30 Thread Stephan Richter
On Friday 13 October 2006 19:48, [EMAIL PROTECTED] wrote: > person_widget = CustomWidgetFactory(ObjectWidget, Person) > persons_widget = CustomWidgetFactory(ListSequenceWidget, > subwidget=person_widget) You have to create a "person_widget" for editing and displaying. I do not immediately know ho

Re: [Zope3-Users] Representation for Zope at PyCon 2007

2006-10-30 Thread Stephan Richter
On Sunday 22 October 2006 11:49, Jeff Rush wrote: > Django and TurboGears will be at PyCon in force; I hope Zope will be too. Hi Jeff, I would love to come, but I am already in Switzerland that week. Sorry. Regards, Stephan -- Stephan Richter CBU Physics & Chemistry (B.S.) / Tufts Physics (Ph.D

Re: [Zope3-Users] sendmail

2006-10-30 Thread Stephan Richter
On Sunday 22 October 2006 09:40, Garanin Michael wrote: > I want use zope.sendmail. > There are "pollingInterval"-attribute  in "IMailQueueProcessor" but i > not find his in implementations (grep -r 'pollingInterval' . => only > interfaces.py). > But i find hardcode "time.sleep(3) " in delivery.py.

Re: [Zope3-Users] A View combining graphics and HTML

2006-10-30 Thread Stephan Richter
On Thursday 19 October 2006 07:08, [EMAIL PROTECTED] wrote: > Hello, I need to display my content object (container of statistical data > points) in a kind of "dual view": > - Chart (PNG generated server-side) > - Data table below the chart (i.e piece of HTML) Okay, no problem. > I'm currently

Re: [Zope3-Users] problems with getting started on hurry.workflow

2006-10-30 Thread Stephan Richter
On Thursday 19 October 2006 05:18, Dominique Lederer wrote: > ok. but what now? where to define a recent workflow, where to stick my > content object into the workflow? Are you sure that the ZCML you wrote is loaded? You also need to load the "configure.zcml". Since hurry.workflow does not provid

Re: [Zope3-Users] Synchronizing with a remote host

2006-10-30 Thread Stephan Richter
On Tuesday 24 October 2006 12:26, Thierry Florac wrote: > To handle such a task, I was thinking about using : >  - a ZEO server instance on the front-office server, >  - and a ZEO ClientStorage on the back-office to handle replication of > data to the front-office. > > Of course, I'm far from sure

Re: [Zope3-Users] Problem with ZODB...

2006-10-30 Thread Stephan Richter
On Wednesday 25 October 2006 10:08, Thierry Florac wrote: > When transaction is committed, I receive an InvalidObjectReference for > 'remoteObject' ("Attempt to store an object from a foreign database > connection") which I don't understand, as remoteObject is a new object > which is not loaded fro

Re: [Zope3-Users] edit form is not being used

2006-10-30 Thread Stephan Richter
On Thursday 26 October 2006 16:43, Florian Lindner wrote: > But why is not used? Are you sure you are looking at it in the CS.skin.interfaces.IZMISkin skin? Or, are you sure your content object implements INewsfeed? Regards, Stephan -- Stephan Richter CBU Physics & Chemistry (B.S.) / Tufts Phys

Re: [Zope3-Users] Granting roles automatically ?

2006-10-30 Thread Stephan Richter
On Friday 27 October 2006 06:57, Thierry Florac wrote: > What I'd like to do is to be able to grant a set of roles automatically > to my internal principals authenticated via LDAP. Is it possible ? Yes, create some groups and grant them permissions and roles. You then listen to the IPrincipalCrea

Re: [Zope3-Users] ForbiddenAttribute problem with viewlet manager and hurry.workflow

2006-10-30 Thread Stephan Richter
On Wednesday 18 October 2006 07:31, Thierry Florac wrote: > I've created a ViewletManager to display available transitions, but a > ForbiddenAttribute exception is raised. I know that this exception is > due to missing permissions settings, but no configuration is working... See my other post on m

Re: [Zope3-Users] Links / Relationships (again)

2006-10-30 Thread Stephan Richter
On Monday 16 October 2006 18:48, Jeff Shell wrote: > Basically, I would like there to be a way that I can easily query an > object to see if there are any links pointing in its direction so that > I could handle a "Delete" operation. IE - "Deleting the Summer Sale > page will break the following it

Re: [Zope3-Users] IAdding behaviour changed from 3.2 to 3.3

2006-10-30 Thread Stephan Richter
On Saturday 14 October 2006 06:50, Lorenzo Gil Sanchez wrote: > Hi, > > I'm having problems with my Add Forms views (based in > formlib.form.AddForm) in my transition from Zope 3.2 to Zope 3.3. > > In Zope 3.2 I registered my views like this: > >for="zope.app.container.interfaces.IAdding" >

Re: [Zope3-Users] Links / Relationships (again)

2006-10-30 Thread Gary Poster
On Oct 30, 2006, at 11:56 AM, Stephan Richter wrote: All the zc packages should be up-to-date. In the Lovely projects we use zc.relationship, even though it is much more complicated than it should be. That seems unnecessarily derogatory. :-) But I know where you are coming from. As th

Re: [Zope3-Users] Using buildout for Zope 3 development instances (not developing Zope 3, but for developing against it)?

2006-10-30 Thread Stephan Richter
On Thursday 12 October 2006 13:40, Jeff Shell wrote: > I know I may need to write Recipes for some of what I want to do and I > don't mind that. I just would like to keep our development strategy -- > develop in an instance home built on a zope 3 release -- working > smoothly while automating all o

Re: [Zope3-Users] IAdding behaviour changed from 3.2 to 3.3

2006-10-30 Thread Lorenzo Gil Sanchez
Thanks a lot, Stephan. Removing the 'menu' and 'title' attributes of the directive solved my problem!! Best regards Lorenzo El lun, 30-10-2006 a las 13:07 -0400, Stephan Richter escribió: > On Saturday 14 October 2006 06:50, Lorenzo Gil Sanchez wrote: > > Hi, > > > > I'm having problems with my

Re: [Zope3-Users] emacs with metal and tal namespaces

2006-10-30 Thread Fred Drake
On 10/29/06, Perry Smith <[EMAIL PROTECTED]> wrote: But since emacs seems to be happy and not really do any checking, can you suggest a way to test whatever I come up with? If not, I'll browse the net some more to see what I can find. If you're only concerned about what Emacs does, then you're