[Zope] Re: Potential PythonScript bug

2005-04-07 Thread Ira Sher
#x27;t actually swap it out of the 2.7.5 installation itself, but only duplicate it in this instance)? thanks for your help ira On Apr 5, 2005 3:56 AM, Chris Withers <[EMAIL PROTECTED]> wrote: > Ira Sher wrote: > > > migrated out since then, PluginIndexes and ZCTextIndex I can&

Re: Potential PythonScript bug (was: Re: [Zope] question about manipulating zcatalog query results)

2005-04-04 Thread Ira Sher
ons I have crash the startup) as I get a 4k empty tarball downloading with any browser...don't know if these should be obsolete, too. take care and thanks again for the suggestions ira On Apr 4, 2005 11:48 AM, Dieter Maurer <[EMAIL PROTECTED]> wrote: > Ira Sher wrote at 2005-4-3 13:32

Re: [Zope] question about manipulating zcatalog query results

2005-04-03 Thread Ira Sher
ieter Maurer <[EMAIL PROTECTED]> wrote: > Ira Sher wrote at 2005-4-1 14:29 -0700: > >I scoured the archives, and found mention of this problem, and a note > >by you, Dieter saying it was a problem with the 2.7 beta (this was > >back in May of 2004) but I can't find any subs

Re: [Zope] question about manipulating zcatalog query results

2005-04-01 Thread Ira Sher
On Apr 1, 2005 2:10 PM, Dieter Maurer <[EMAIL PROTECTED]> wrote: > Ira Sher wrote at 2005-3-31 01:05 -0700: > > ... > >I've found some reference to the _getiter_ problem on the forum, but > >the queries date from nearly a year ago, and there were no fixes at > &

Re: [Zope] Does anyone care whether we deprecate ZClasses?

2005-04-01 Thread Ira Sher
I can understand wanting to deprecate them, but I have to say, as the maintainer of a site written by someone else about six years ago in zope 1 days, that this would be a mess to migrate and require a total site rewrite. The client is unfortuneatly a non-profit mid-sized independent press, and thi

Re: [Zope] question about manipulating zcatalog query results

2005-04-01 Thread Ira Sher
om the list (by adding additional text, for example) I get "Record objects do not support concatenation". I just can't see a way to play with the zcat query results without raising an error, and I'm dreadful confused... thanks again for looking into this ira On Apr 1, 2005 12:2

Re: [Zope] question about manipulating zcatalog query results

2005-03-31 Thread Ira Sher
ript (Python), line 16, in testy NameError: global name '_getiter_' is not defined There is no call to _getiter_, of course, in the script, but whenever I use any for looping on the results, I get a variation of the above. Any thoughts on this? thanks again, ira On Thu, 31 Mar 2005 12

[Zope] question about manipulating zcatalog query results

2005-03-31 Thread Ira Sher
Hello all, I've moved a zope 2.5.1 (python 2.1.3) installation to two newer locations (zope 2.7.4/python 2.3.4 and zope 2.7.5/python 2.3.5) and scripts I have that iterate over zcatalog results using 'for' loops now fail with "global name '_getiter_' is not defined." I'm also unable to take the zca