[Zope-dev] 27 million objects.

2001-04-05 Thread Erik Enge
Hi, Michael. Sorry for taking so long getting back to you. The programmer solving our problems with the post codes has solved it in a different way than what I would've done (his method is way superior), so we're not ending up adding all addresses as Zope Objects. Therefore, I don't have any

[Zope-dev] MySQL-python-0.3.5 with ZMySQLDAMike

2001-04-05 Thread Mike Blake
Hello! There are two copies of the _mysql.pyd file on my disk: the one I built yesterday is here C:\Python20\win32comext\MySQL-python-0.3.5\build\lib.win32-2.0 and there's another one here that I didn't know about here: C:\Python20 I'm not sure where that one came from... Anyway, I

Re: [Zope-dev] MySQL-python-0.3.5 with ZMySQLDAMike

2001-04-05 Thread Phil Harris
Mike, Is your Zope one of the standard installs or did you build it yourself? If it's one of the standard installs then it was built with Python 1.5.2. This means that your build of _mysql.pyd won't work with Zope as it was built with Python2.0. You will need to get Python 1.5.2 and rebuild

[Zope-dev] BTrees Documentation avaliable ??

2001-04-05 Thread Ulrich Eck
Is documentation for the new BTrees available ?? thanks Ulrich Eck ___ Zope-Dev maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope-dev ** No cross posts or HTML encoding! ** (Related lists -

[Zope-dev] DBObjects 1.0 and Demos for Proiektor ZQuest released

2001-04-05 Thread Stephan Richter
Hello everyone, iuveno AG, Ingolstadt Germany, has made available a demo and products page, releasing several products: THE LINK: http://demo.iuveno-net.de/ 1. DBObjects 1.0 - DBObjects is a framework that maps relational data to a Zope object tree. It provides many features (such as SQL

RE: [Zope-dev] Trouble with ZODB when switching between Zope-releases with Python 1.5 and Python2.0

2001-04-05 Thread Brian Lloyd
ZopeERROR Error Type: UnpicklingError Error Value: invalid load key, 'X'. snip It seems, that there is one Instance in a undefined state which is probably caused by the differences in pickling between Python 1.5 and 2.0. Not an undefined state; 'X' is the marker for BINUNICODE, which

Re: [Zope-dev] dtml-in performance

2001-04-05 Thread Casey Duncan
Brett Carter wrote: What can I do to maximize the peformance of a dtml-in statement? When iterating over a 2000 row database query, it takes about 20 seconds - time mostly spent doing security checks, and calling __getitem__ in DT_InSV.py. Is the performance of dtml-in just slow? -Brett

Re: [Zope-dev] Trouble with ZODB when switching betweenZope-releases with Python 1.5 and Python2.0

2001-04-05 Thread Bill Anderson
On 05 Apr 2001 12:28:34 +0200, Ulrich Eck wrote: hi out there, I recently tried Zope-2.3.1b3 with Python 2.0 and it worked so far ... except some of the known issues at compile time .. I had trouble with a few products including ParsedXML so I switched back to Python 1.5.2 and updated to

Re: [Zope-dev] Trouble with ZODB when switching betweenZope-releases with Python 1.5 and Python2.0

2001-04-05 Thread Ulrich Eck
yes I removed all .pyc files with rm -Rf *.pyc :) thanks Ulrich Eck - Original Message - From: "Bill Anderson" [EMAIL PROTECTED] To: "ZOPE-DEV Mailingliste" [EMAIL PROTECTED] Sent: Thursday, April 05, 2001 4:43 PM Subject: Re: [Zope-dev] Trouble with ZODB when switching

Re: [Zope-dev] 27 million objects.

2001-04-05 Thread Michael R. Bernstein
Erik Enge wrote: The programmer solving our problems with the post codes has solved it in a different way than what I would've done (his method is way superior), so we're not ending up adding all addresses as Zope Objects. Oh well. Does anyone else have any setups that store truly massive

[Zope-dev] Possible ZCatalog Bug

2001-04-05 Thread Edmund Goppelt
A ZCatalog when passed an empty mapping of search terms returns no records found in Zope 2.3.1, instead of all records. This is not the way I remember ZCatalog working in previous versions of Zope. Is this a bug? Too, can someone clue me in on the proper place to look for bugs in Zope before

Re: [Zope-dev] 27 million objects.

2001-04-05 Thread Andy McKay
I did try that but gave up when it got very unwieldy. Mind you that was nearly a year ago before btree folders and I knew what the heck I was actually doing in Zope. Cheers. -- Andy McKay. - Original Message - From: "Michael R. Bernstein" [EMAIL PROTECTED] To: "Erik Enge" [EMAIL

[Zope-dev] ZCatalog FieldIndex Bug

2001-04-05 Thread Chris Withers
Hi, Correct me if I'm wrong, but if I query a field index with an empty string, I expect to get returned all catalogued objects where that attribute's value _is_ the empty string. Anyway, this happens most of the time and I wish it happened all the time. Basically, the only situation where this

Re: [Zope-dev] DBObjects 1.0 and Demos for Proiektor ZQuest released

2001-04-05 Thread ender
hi, this seems pretty cool, and i'd like to thank stephen and iuveno for releasing it, but the release seems pretty half-baked. the website 1. dbobjects demo is not existent 2. the documentation for projektor is password protected 3. there are no downloads apparent for anything but dbobjects

[Zope-dev] make an object unowned

2001-04-05 Thread Tim McLaughlin
Does anybody know how to make an object unowned, programmatically or through the interface? Thanks, Tim ___ Zope-Dev maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope-dev ** No cross posts or HTML encoding! ** (Related lists

Re: [Zope-dev] DBObjects 1.0 and Demos for Proiektor ZQuest released

2001-04-05 Thread Joachim Werner
Hi! First of all, sorry if the http://demo.iuveno-net.de server is not available from time to time. We are experiencing a very strange Zope stability problem that has not been localized yet. 1. dbobjects demo is not existent Yes, it is. 2. the documentation for projektor is password

Re: [Zope-dev] dtml-in performance

2001-04-05 Thread Joachim Werner
What can I do to maximize the peformance of a dtml-in statement? When iterating over a 2000 row database query, it takes about 20 seconds - time mostly spent doing security checks, and calling __getitem__ in DT_InSV.py. Is the performance of dtml-in just slow? -Brett Another

[Zope-dev] Strange errors in the log

2001-04-05 Thread Joachim Werner
Hi! We have this in the logs of a brand new 2.3.1: -- 2001-04-06T03:16:10 ERROR(200) ZODB Couldn't load state for '\000\000\000\000\000\000\354\222' Traceback (innermost last): File /var/lib/zope/iuvenoProducts/lib/python/ZODB/Connection.py, line 508, in setstate AttributeError: 'None'

Re: [Zope-dev] Possible ZCatalog Bug

2001-04-05 Thread Edmund Goppelt
On Thu, Apr 05, 2001 at 12:02:31PM -0400, Chris McDonough wrote: I tried this in the most recent 2.3 branch: dtml-var "catalog({})" And it returned all objects. Are you sure the mapping is empty? Yep, though I am passing in some other parameters. Here's the dtml code that failed:

Re: [Zope-dev] Strange errors in the log

2001-04-05 Thread Chris McDonough
This bug will be the death of me. I see it every once in a while. It happens with mounted storages. I think it has something to do with conflict errors, but I'm not certain. If you can reproduce it reliably, I'd love to fix it. - Original Message - From: "Joachim Werner" [EMAIL

Re: [Zope-dev] Possible ZCatalog Bug

2001-04-05 Thread Edmund Goppelt
On Thu, Apr 05, 2001 at 05:31:23PM -0400, Chris McDonough wrote: What does "cleanrequest" return? It removes null strings from the REQUEST variable. But I substituted the empty mapping {} and got the same anomolous behavior. -- Ed Goppelt ___

Re: [Zope-dev] Possible ZCatalog Bug

2001-04-05 Thread Chris McDonough
Does this work? dtml-in "catalog({}, sort_on='date', sort_order='descending')" dtml-var id /dtml-in (it does for me) If not, does this? dtml-in "catalog({}, sort_on='bobobase_modification_time', sort_order='descending')" dtml-var id /dtml-in If so, what kind of index is 'date'? -