[Zope] Btreefolder: How to fix Keyerror ???

2006-05-05 Thread robert rottermann
Hi there, I have a big problem with an Plone site throwing btreefolder errors. Traceback (innermost last): Module ZPublisher.Publish, line 113, in publish Module ZPublisher.mapply, line 88, in mapply Module ZPublisher.Publish, line 40, in call_object Module OFS.CopySupport, line 193, in

Re: [Zope] Re: default_zpublisher_encoding not supported

2006-05-05 Thread MIlos Prudek
The spelling in my 2.8 branch checkout is 'default-zpublisher-encoding'. Wow, not I see it. Dashes instead of underscores. Now it works. Thank you. -- Milos Prudek ___ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope **

Re: [Zope] Questions on ZODB BTrees versus bsddb BTrees

2006-05-05 Thread Chris Withers
Terry Jones wrote: |ZCatalog can be downloaded from the Zope download area and is also a |module in the public CVS for Zope. Untar it while in the root directory |of your Zope installation: | | $ cd Zope-2.0.0a3-src/ And what version of Zope are we on now? | $ tar

[Zope] Re: Questions on ZODB BTrees versus bsddb BTrees

2006-05-05 Thread Simon Pamies
On 2006-05-04, Jonathan [EMAIL PROTECTED] wrote: From the Berkeley DB docs: Usually you find database records by means of the record's key. However, the key that you use for your record will not always contain the information required to provide you with rapid access to the data

Re: [Zope] Questions on ZODB BTrees versus bsddb BTrees

2006-05-05 Thread Terry Jones
Hi Chris Yesterday you said: Chris Not everything is as hard as some people manage to make it ;-) And today this | | $ cd Zope-2.0.0a3-src/ | Chris And what version of Zope are we on now? and | Chris But really, with Open Source, it's up to you to be the judge. If a That's 3 times

Re: [Zope] Questions on ZODB BTrees versus bsddb BTrees

2006-05-05 Thread Terry Jones
Chris == Chris Withers [EMAIL PROTECTED] writes: Chris Terry Jones wrote: Usually you find database records by means of the record's key. However, the key that you use for your record will not always contain the information required to provide you with rapid access to the data that you want

Re: [Zope] Re: Questions on ZODB BTrees versus bsddb BTrees

2006-05-05 Thread Terry Jones
Hi Simon Simon == Simon Pamies [EMAIL PROTECTED] writes: Last year I Simon hacked some ZCatalog replacement because I had a non-zope standalone Simon ZODB application. It is only one single file containing a complete Simon customizable indexer. Perhaps it is also useable here. Simon

Re: [Zope] How to set property from external method or pythonscript?

2006-05-05 Thread Jonathan
- Original Message - From: Jaroslav Lukesh [EMAIL PROTECTED] To: zope@zope.org Sent: Friday, May 05, 2006 1:02 AM Subject: [Zope] How to set property from external method or pythonscript? HI all, External methods and pythonscripts are fine, but I did not find how to set some

[Zope] Re: Btreefolder: How to fix Keyerror ???

2006-05-05 Thread Tres Seaver
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 robert rottermann wrote: Hi there, I have a big problem with an Plone site throwing btreefolder errors. Traceback (innermost last): Module ZPublisher.Publish, line 113, in publish Module ZPublisher.mapply, line 88, in mapply Module

[Zope] ftp server deadlocking zope with DeadlockDebugger

2006-05-05 Thread Michael Kaplan
Hello, about 2 weeks ago I reported about my ftp-problem (see attached listing). In the meantime I installed DeadlockDebugger-1.0.tgz from http://www.zope.org/Members/nuxeo/Products/DeadlockDebugger Here is the output of this program for the thread that seems to be responsible for the

[Zope] [Warning] ManagableIndex Zope2.8+ incompatibility

2006-05-05 Thread Dieter Maurer
WARNING! We hit an incompatibility of ManagableIndex with Zope 2.8+. For Python new style classes, __len__ instance attributes are no longer taken into account in the implementation of the len builtin. len now only looks for __len__ class attributes. From Zope 2.8+ on, all

Re: [Zope] HTTP PUT

2006-05-05 Thread Dieter Maurer
David wrote at 2006-5-3 23:12 +0100: ... I have a user messing with a site using HTTP PUT to upload files. The user has access privileges to use a simple CMS (although for the time being now, they're revoked). Will switching off the permission for WebDAV access prevent any successful PUT or

Re: [Zope] Btreefolder: How to fix Keyerror ???

2006-05-05 Thread Dieter Maurer
robert rottermann wrote at 2006-5-5 08:35 +0200: ... Module Products.Archetypes.BaseFolder, line 104, in manage_afterAdd Module Products.Archetypes.BaseObject, line 179, in manage_afterAdd - __traceback_info__: (CartManager at /whirlweb/backup/whirlweb/portal_cartmanager, PloneSite at

Re: [Zope] ftp server deadlocking zope with DeadlockDebugger

2006-05-05 Thread Dieter Maurer
Michael Kaplan wrote at 2006-5-5 16:09 +0200: ... File /home/www/Zope-2.8.5-0/Products/Archetypes/ReferenceEngine.py, line 583, in getReferences return self._resolveBrains(brains) File /home/www/Zope-2.8.5-0/Products/Archetypes/ReferenceEngine.py, line 716, in _uidFor return uuid,

Re: [Zope] problem opening pdf-files with firefox in LocalFS folders on Zope

2006-05-05 Thread Dieter Maurer
Marinussen, M.J. (Ria) wrote at 2006-5-4 09:52 +0200: I've got Zope 2.8.5 installed with LocalFS version LocalFS-1-3-andreas on Solaris (SunOs 5.8, I'm not sure which version number of solaris that is...) When I place pdf-files in the LocalFS directories, sometimes they open correctly, but most

[Zope] Metal:fill-slot *always* returns a span?

2006-05-05 Thread Doyon, Jean-Francois
Hi there, I have a master template with a slot definition like this: !-- Main Content Area is HERE -- div metal:define-slot=main/div !-- Main Content Area ends HERE -- And another template which attempts to fill it with something like: div

[Zope] psycopgda

2006-05-05 Thread Josh Stephenson
I recently installed psycopgda version 1.0.0 and restarted zope. I can see that it installed because it's listed under products in zope's control panel, but it's not listed in the drop-down menu where all the other products are. I installed by doing: python install.py build python install.py

Re: [Zope] psycopgda

2006-05-05 Thread Infor Gates
version 1.0.0 is very old. You should try the last stable version 1.1.21. I have used this version with Zope 2.8.x with Postgresql 8.0.x. It is stable.CYJosh Stephenson [EMAIL PROTECTED] wrote: I recently installed psycopgda version 1.0.0 and restarted zope. I can see that it installed because

[Zope-Annce] [Warning] ManagableIndex Zope2.8+ incompatibility

2006-05-05 Thread Dieter Maurer
WARNING! We hit an incompatibility of ManagableIndex with Zope 2.8+. For Python new style classes, __len__ instance attributes are no longer taken into account in the implementation of the len builtin. len now only looks for __len__ class attributes. From Zope 2.8+ on, all

[Zope-Checkins] SVN: Zope/trunk/utilities/tracelog.py Typos and provide proper help text for --html option.

2006-05-05 Thread Zachery Bir
Log message for revision 67995: Typos and provide proper help text for --html option. Changed: U Zope/trunk/utilities/tracelog.py -=- Modified: Zope/trunk/utilities/tracelog.py === --- Zope/trunk/utilities/tracelog.py

Re: [ZWeb] ZCatalog tutorial / how-to page out of date

2006-05-05 Thread Michael Haubenwallner
FYI, i have split the How-To listing into http://www.zope.org/Documentation/How-To/ and http://www.zope.org/Documentation/How-To/index_html_old and added a descriptive text to the docs. Michael -- http://zope.org/Members/d2m http://planetzope.org