Re: [Zope3-Users] Trouble with Skins

2007-06-27 Thread Arne Nordmann
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Herman, thank you very much for your answer. However, this case shows me that I'm not the only one with such problems. These ComponentLookupErrors and cryptic tracebacks (at least for newbies) drove me mad and costed me hours to resolve. In

[Zope3-Users] Trouble with Skins

2007-06-26 Thread Arne Nordmann
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, I tried to create my own skin for a website of mine. I used Phillip's book (2nd version) and tried to do everything analog (just different names and a slightly different file structure). If I call a test view (registered for IRootFolder) with

Re: [Zope3-Users] Re: Unit test problem - ImportError

2006-09-28 Thread Arne Nordmann
Hi. Philipp von Weitershausen schrieb: Looks like this instance was created with Zope 3.2 or even X3 3.0. You are right, that may be the case here. Create a new instance by calling mkzopeinstance and copy over a) your data in 'var' and b) your packages in 'lib/python' to the new instance.

[Zope3-Users] Re: Permissions for updateOrder() on OrderedContainer

2006-08-10 Thread Arne Nordmann
working, I will read the other answers carefully and will try to understand what's going on there and how I can do it without ignoring this red, blinking lamp :) Thanks for your support, Arne Philipp von Weitershausen schrieb: Arne Nordmann wrote: thank you very much indeed for your answers

Re: [Zope3-Users] Permissions for updateOrder() on OrderedContainer

2006-08-09 Thread Arne Nordmann
Hey guys, thank you very much indeed for your answers. I use removeAllPermissions() at the moment to have an ad hoc solution and now will busy myself with your ideas. So long, Arne ___ Zope3-users mailing list Zope3-users@zope.org

Re: [Zope3-Users] Permissions for updateOrder() on OrderedContainer

2006-08-09 Thread Arne Nordmann
thank you very much indeed for your answers. I use removeAllPermissions() at the moment to have an ad hoc solution and now will busy myself with your ideas. For the sake of correctness: I ment to write removeAllProxies() ___ Zope3-users mailing list

[Zope3-Users] Permissions for updateOrder() on OrderedContainer

2006-08-08 Thread Arne Nordmann
Hi folks, first of all: I'm working with Zope 3.3 and Python 2.4. I created a hierarchical structure of OrderedContainers - some kind of a tree - and now want to sort it with Python. To move the containers from level to level in this tree with the ObjectMover is no problem, but updating the