[Zope3-Users] zope3, site-packages and easy_install

2006-10-27 Thread Michael Haubenwallner
a short question on using eggs and zope3 dev/checkout together had a case yesterday: easy_installed zope.schema (and automatically its dependencies) easy_install adds its paths in front of all other paths to sys.path -- this broke my zope3 svn checkout; first sign: bin/zopectl debug didn't

Re: [Zope3-Users] zope3, site-packages and easy_install

2006-10-27 Thread Fred Drake
On 10/27/06, Michael Haubenwallner [EMAIL PROTECTED] wrote: what should one suggest for development ? - using zope3 checkout with its own python interpreter - or remove site-packages from zope3 sys.path I use a pristine Python installation that doesn't have anything else installed into it.

Re: [Zope3-Users] Access to persistent Zope tables/classes in ZODB

2006-10-27 Thread Jim Fulton
Rob J Goedman wrote: I'm wondering if there is an easy way to get to persistent objects created in Zope and stored in ZODB from a python program outside Zope. Yup. As an example, I would like to iterate over created 'buddies' in buddydemo. The easiest way is to use zopectl, which takes

Re: [Zope3-Users] Zope3 database activity

2006-10-27 Thread Jim Fulton
Thierry Florac wrote: Zope2 provided a nice tool in his control panel to view database activity (objects loads and stores, cache usage...). Yes. This is wildly useful for improving performance. In many applications, a good way to improve performance is to allocate a larger object cache using

[Zope3-Users] viewtemplate

2006-10-27 Thread eXt
Hi all I recently read Stephan Richter's blog post: http://blogs.lovelysystems.com/srichter/2006/09/20/the-skin-browser-and-lovely-systems-new-development-workflow and intendent scope of viewlets thread: http://thread.gmane.org/gmane.comp.web.zope.zope3.user/4652/focus=4652. I like the

Re: [Zope3-Users] zope3, site-packages and easy_install

2006-10-27 Thread Fred Drake
On 10/27/06, Jim Fulton [EMAIL PROTECTED] wrote: Lets not forget: or what might have been left out by the system packager. Good point. We've often encountered systems where distutils has been left out, mistaken for something only needed by developers. -Fred -- Fred L. Drake, Jr.fdrake

Re: [Zope3-Users] Access to persistent Zope tables/classes in ZODB

2006-10-27 Thread Rob J Goedman
Thanks Jim, I had gotten to the following point (although you have now shown me a better way to get there, I was using FileStorage): ZODB.DB.DB object at 0x137e910 {'Application': zope.app.folder.folder.Folder object at 0x1377d70, 'zope.app.generations': persistent.dict.PersistentDict object

[Zope3-Users] Many problems with static-apidoc script...

2006-10-27 Thread KLEIN Stéphane
Hi, I've one zope3 instance in : ~/zope/instance/2/ When I do : cd ~/zope/instance/2/bin ./static-apidoc -d ~/zope/doc/ I've this error : Traceback (most recent call last): File ./static-apidoc, line 31, in ? main() File /home/harobed/zope/opt2//lib/python/zope/app/apidoc/static.py,