Re: [Zope-dev] Open Letters and Zope 3

2001-12-04 Thread Andy Dawkins
YAY *There was much rejoicing* Thanks Shane, once again you have solved my problems. -Andy Shane Hathaway wrote: Andy Dawkins wrote: Zope 3X requires Python 2.2b2. Are you sure you mean Python2.2b2? I tried this but seem to get problems with the pyexpat module. Would

[Zope-dev] Zope 2.3.1b3 problem

2001-03-26 Thread Andy Dawkins
People I have found this small problem but I don't know where it is coming from or why. If you create a Python Script in a folder: --- print container.id return printed --- If fails with this error: Error Type: TypeError Error Value: call of non-function (type list) Traceback

Re: [Zope-dev] Zope 2.3.1b3 problem

2001-03-26 Thread Andy Dawkins
Phil Harris wrote: Andy, Try print container.getId() return printed hth Phil That doesn't work either. Prehaps I should have been more specific. Generally _any_ calls on the container result in this error. I used 'container.id' because this is the simplist one to

Re: [Zope-dev] Zope 2.3.1b3 problem

2001-03-26 Thread Andy Dawkins
I'd file this in the Collector, I have seen another problem with Python Scripts that seems related on the lists somewhere, I think something changed out from under Ethan's feet.. This has been collected: No. 2094 http://classic.zope.org:8080/Collector/2094/view Cheers -Andy

[Zope-dev] ZCatalog bug in 2.3.1b2

2001-03-20 Thread Andy Dawkins
I posted this before but didn't get a reply. Has any one seen this bug, Or do they know a fix? ATM this is stopping me using 2.3.1b2 which is a bad thing(tm) --- Zope Errorr Zope has encountered an error while publishing this resource. Error Type: TypeError Error Value: len() of

Re: [Zope-dev] New Zcatalog bug on b2?

2001-03-17 Thread Andy Dawkins
Chris I also have this error with 2.3.1b2 Here is the line which calls the search: sr = self.searchResults({'Type' : type, 'sort_on':'lowercase_title_'}) fyi. type = 'TypeTest' The indexes are as follows: Status = Text Index Type = Field Index Identifier = Field Index lowercase_title_ = Field

Re: [Zope-dev] Weird Re-Indexing Errors after move to Zope 2.3.1b1

2001-03-02 Thread Andy Dawkins
Chris Withers wrote: Is there a workaround in the meantime? This is turning into a real showstopper for one of NIP's most important projects right now :~( desperately, Chris I the meantime I have changed that method to the following: def insertReverseIndexEntry(self, entry,

[Zope-dev] Unindex_Object, bug (Again)

2001-02-20 Thread Andy Dawkins
The bug with zope 2.3.0 that I reported with this mail: http://zope.nipltd.com/public/lists/dev-archive.nsf/ByKey/5FE0F6EF4EFF2299 Has made it in to 2.3.1b1 Can we please get rid of it this time?? Do I need to submit anything to the collector for this to happen? -Andy

Re: [Zope-dev] Unindex_Object, bug (Again)

2001-02-20 Thread Andy Dawkins
Chris McDonough wrote: Andy, Eek!! Please do submit this to the collector again. Apologies, - C I have submitted it to the collector with a patch, so there will be no excuses next time :) -Andy ___ Zope-Dev maillist - [EMAIL

[Zope-dev] Re: [Zope] New Python Script Logo?

2001-02-20 Thread Andy Dawkins
[EMAIL PROTECTED] wrote: Hi, Here's take II of the funky logo for python scripts (adapted from the Win32 Python distribution) This one is transaparent where it needs to be... enjoy :-) Chris Totally Groovy Its made its way in to my Zope installation's -Andy

Re: [Zope-dev] Profiling Products

2001-02-08 Thread Andy Dawkins
Martijn Pieters wrote: Have a look at: Control Panel - Debug Information. There is a 'Profiling' tab that explains what you have to do to switch it on. -- Martijn Pieters Oh my god, That is so sexy :-) Cheers Martijn, I owe you a pint. -Andy

[Zope-dev] Profiling Products

2001-02-07 Thread Andy Dawkins
People I have a desire to be able to profile my Python Product so that I can benefit from the advantages of profiling. Has anybody done this? Does anybody know how to do this? I have tried profiling Z2.py but of course that doesn't drop down to the level of the python product (Possibly running

[Zope-dev] 2.3.0. Unindex_object Tried To Unindex Nonexistent

2001-01-29 Thread Andy Dawkins
I'm having some more problems with the ZCatalog in Zope 2.3.0 I've got a name error in the file UnTextIndex.py Error Type: NameError Error Value: i I believe this is occuring when the catalog tries to unindex an object that isn't currently indexed. The traceback reports line 332: File

RE: [Zope-dev] New UI for 2.3

2001-01-12 Thread Andy Dawkins
Well just to be completely different to everyone else, I like the new look. The bar at the top takes up a centimeter on my 20in monitor and it doesn't bother me in the slightest. I think Brain is right, People have been asking for DC to give Zope a face lift and now its got one you are all

RE: [Zope-dev] case insensitive sorts

2001-01-04 Thread Andy Dawkins
* collation (which letters belong together) is highly locale sensitive (e.g., does a-accent-grave sort with a? etc.) A Fair point. The answer is whatever seems _naturally_ correct from a users point of view. I think the answer is yes. Elephant entropy écrit élan i.e. In the order in

RE: [Zope-dev] case insensitive sorts

2001-01-03 Thread Andy Dawkins
Dieter Maurer wrote: Chris Withers writes: Dieter Maurer wrote: Andy McKay writes: what does anyone else think I would not like it. Why not? ;-) I would not like to see this sort order in the management screens, because I use capitalization to

RE: [Zope-dev] case insensitive sorts

2001-01-03 Thread Andy Dawkins
Andrew David Wayne bart sophie is better than sorting: Andrew bart David sophie Wayne That's only because you use NT (ach spit). ;) Thats not actually true. It is how python behaves on WinNt, Win9X, Linux, etc (I have tested this) -Andy

RE: [Zope-dev] case insensitive sorts

2001-01-03 Thread Andy Dawkins
Your analogies imply that this behavior is a bug or an unintended flaw in the design. I would argue that it is intentional. Unix file systems work the same way. Try doing an "ls" with mixed case files and you'll see what I mean. It isn't a flaw. It seems as though it was overlooked. The

RE: [Zope-dev] Fw: 2gb file size

2000-11-07 Thread Andy Dawkins
Shane This would be very helpfull to share. One of the reasons I tried the Berkeley Database was because I kept blowing this 2Gb limit. Prehaps if this was released I could finally finish the zope mail archives. :-) Cheers -Andy -Original Message- From: [EMAIL PROTECTED]

[Zope-dev] ZMYSALDA - Ports

2000-10-16 Thread Andy Dawkins
People Has anyone managed to patch the MYSQLDA so that you can access a MySQL server on a different port? i.e. port 3307 instead of the default 3306 If so would you care to share the breakthrough with me please? Andy Dawkins ___ Zope-Dev maillist

[Zope-dev] INSTANCE_HOME

2000-07-03 Thread Andy Dawkins
does anybody know where REQUEST['INSTANCE_HOME'] disappeared to between Zope version 2.1.4 and version 2.1.6. Furthermore is it likely to reappear or has it been succeeded by some other key. Cheers, -Andy Dawkins ___ Zope-Dev maillist - [EMAIL

RE: [Zope-dev] Product Data Storage

2000-06-30 Thread Andy Dawkins
am looking for a method of doing this that the Zope community agrees as being efficient and recognises as being _the_ solution to the problem. I want to avoid a 'hack' solution if possible. -Andy Dawkins (New Information Paradigms Ltd) ___ Zope-Dev

RE: [Zope-dev] Product Data Storage

2000-06-30 Thread Andy Dawkins
Dan wrote: Shared data should go in zope/var, or a subdirectory of that. Zope/lib should be considered read-only by running products unless explicitly changed by the user. As you have correctly pointed out, lots of machines share Zope installations for multiple servers. A standard interface for