Re: [Zope-dev] 27 million objects.

2001-04-09 Thread Andy McKay
ou'll notice the difference. (This script was cataloguing 250,000 mail messages, one at a time. Big no-no) -- Andy McKay. - Original Message - From: "Chris Withers" <[EMAIL PROTECTED]> To: "Andy McKay" <[EMAIL PROTECTED]> Cc: "Erik Enge"

Re: [Zope-dev] 27 million objects.

2001-04-09 Thread Andy McKay
As I said this was a year ago... but still incremental cataloging is very expensive. -- Andy McKay. - Original Message - From: "Chris Withers" <[EMAIL PROTECTED]> To: "Zopista" <[EMAIL PROTECTED]> Cc: "Erik Enge" <[EMAIL PROTECTED]>; &qu

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: &qu

Re: [Zope-dev] dtml-in performance

2001-04-04 Thread Andy
Yes, but iterating over a list of 2000 rows is a long process. Things like using mapping slow it down even further as you get each column. Less rows will make all the difference. - Original Message - From: "Brett Carter" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, April 0

Re: [Zope-dev] INSTANCE_HOME and Win32

2001-04-02 Thread Andy McKay
Thanks... seem's to work. -- Andy McKay. - Original Message - From: "Chris Withers" <[EMAIL PROTECTED]> To: "Andy McKay" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Sunday, April 01, 2001 4:20 PM Subject: Re: [Zope-dev] INSTANCE_HOME

[Zope-dev] INSTANCE_HOME and Win32

2001-03-30 Thread Andy McKay
In 4am's how to on using INSTANCE HOME he says "copy start and stop to the site directory". Whats start and stop? My second Zope instance is wanting to lock the same file on start up... E:\Zope\lib\python\ZODB\lock_file.py line 115 in lock_file

Re: [Zope-dev] Zope 2.3.1b3 problem

2001-03-26 Thread Andy Dawkins
[EMAIL PROTECTED] wrote: > > This is now fixed in the 2.3 branch. > > Thanks, > > Evan @ digicool Thanks Evan -Andy ___ Zope-Dev maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope-dev ** No cross post

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/2

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 &#x

[Zope-dev] Zope 2.3.1b3 problem

2001-03-26 Thread Andy Dawkins
ed to reproduce this on Zope 2.3.1b2 and Zope 2.3.1b3 but it works fine on Zope 2.3.1b1 Any Ideas/Assistance? -Andy ___ Zope-Dev maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope-dev ** No cross posts or HTML encoding! ** (Re

Re: [Zope-dev] Transparent Folder bug?

2001-03-23 Thread Andy McKay
Thanks, I applied that patch and it didnt seem to help. Since this will production shortly I removed all traces of transparent folder. I have huge folders again, but thankfully Acquistion works properly. Thanks for your help. -- Andy McKay. - Original Message - From: "Randall F.

Re: [Zope-dev] Transparent Folder bug?

2001-03-23 Thread Andy McKay
Saying that I can now only reproduce this wierdness under certain circumstances. Id ignore this until I can find a solid example... Sorry -- Andy McKay. - Original Message - From: "Andy McKay" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, March 23

[Zope-dev] Transparent Folder bug?

2001-03-23 Thread Andy McKay
namespace. Without transparent folders I get a KeyError (which I should). With I get X/Foo rendered even though X is not transparent. My only caveat here is that every test with transparent folders is Zope 2.3, where as without im using 2.1.6. Cheers. -- Andy McKay

Re: [Zope-dev] ZEO question.

2001-03-23 Thread Andy
There is a second line to mess with, something about os.ppid I think. We should really have these changes made to the source - Original Message - From: "Chris Withers" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, March 23, 2001 2:23 AM Subject: [Zope-dev] ZEO question.

Re: [Zope-dev] It worked! [Andy rocks]

2001-03-22 Thread Andy McKay
Hey no problem, glad it works. Thanks to Brian for sending me all that stuff a while ago... -- Andy McKay. - Original Message - From: "resefficient..." <[EMAIL PROTECTED]> To: "Andy McKay" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Cc: &quo

Re: [Zope-dev] What does DC use to compile Splitter.c on Windows?

2001-03-22 Thread Andy McKay
No problem... hope it works. -- Andy McKay. - Original Message - From: "resefficient..." <[EMAIL PROTECTED]> To: "Andy McKay" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Thursday, March 22, 2001 3:43 PM Subject: Re: [Zope-dev] What does D

Re: [Zope-dev] What does DC use to compile Splitter.c on Windows?

2001-03-22 Thread Andy McKay
python to get it looking at the right files. totally untested pyd but Visual Studio 6.0 didnt complain HTH -- Andy McKay. - Original Message - From: "resefficient..." <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, March 22, 2001 1:36 PM Subject: [Zope-de

Re: [Zope-dev] Compiling Zope from source on Windows

2001-03-22 Thread Andy McKay
Wouldnt be anything to do with SQL would it? Brian did help me a while ago, I will have a look and see if I can find anything helpful... ;) -- Andy McKay. - Original Message - From: "Chris Withers" <[EMAIL PROTECTED]> To: "Brian Lloyd" <[EMAIL PROTECTED]&

[Zope-dev] Re: Compiling Zope from source on Windows

2001-03-22 Thread Andy McKay
I tried that once with Python 2.0 in the mix as well. I gave in after some frustration, mostly related to 2.0 issues so I cant really give any help there. Sorry -- Andy McKay. - Original Message - From: "Big John Holmes" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTE

Re: [Zope-dev] Compiling new Splitter.c on Windows

2001-03-22 Thread Andy McKay
Shame to hear HireTechs arent doing to well. I must confess I havent used that splitter.c on windows, its just sat there and I just havent gotten around to it, one day along with all the other stuff I have to do... Erm nice name btw. -- Andy McKay. - Original Message - From: &quo

Re: [Zope-dev] Zope-SQL Server2000 question

2001-03-21 Thread Andy McKay
placholders and complicated queries. -- Andy McKay. - Original Message - From: "Bryan Baszczewski" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, March 21, 2001 10:05 AM Subject: [Zope-dev] Zope-SQL Server2000 question > > I am curio

Re: [Zope-dev] Overriding traversal

2001-03-20 Thread Andy
--- Original Message - From: "Andy McKay" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, March 20, 2001 6:01 PM Subject: [Zope-dev] Overriding traversal > We have a SQL method that works quite nicely by messing around with > __bobo_traverse__ meanin

[Zope-dev] Overriding traversal

2001-03-20 Thread Andy McKay
if it all goes wrong, what the hey I just return with no change. This post could go on for a while, but I dont want to bore you. Any advice? Thanks in advance. -- Andy McKay. ___ Zope-Dev maillist - [EMAIL PROTECTED] http://lists.zope.org/mailma

[Zope-dev] ZCatalog bug in 2.3.1b2

2001-03-20 Thread Andy Dawkins
parent_identifiers_ = Keyword Index The meta types are like this: Title id identifier There are only 13 records in the catalog. And there are some results to be returned. Cheers -Andy ___ Zope-Dev maillist - [EMAIL PROTECTED] http://lists.zope.org/mailma

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

2001-03-17 Thread Andy Dawkins
r = Field Index lowercase_title_ = Field Index parent_identifiers_ = Keyword Index The meta types are like this: Title id identifier There are only 13 records in the catalog. Cheers -Andy Chris McDonough wrote: > > Julio, > > Can you give us the actual index names that you'

Re: [Zope-dev] getPhysicalPath?

2001-03-16 Thread Andy
Ahh... thanks Brian. Thats a new one to me :) > The aq_chain attribute (computed at time of access) provides > a list (in reverse order) of the objects in the acquisition > path. > > Hope this helps! > > > Brian Lloyd[EMAIL PROTECTED] > Software Engineer 540.371.6909 >

Re: [Zope-dev] getPhysicalPath?

2001-03-15 Thread Andy McKay
Should be "how I was acquired" not required. Duh. -- Andy McKay. - Original Message ----- From: "Andy McKay" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, March 15, 2001 6:26 PM Subject: [Zope-dev] getPhysicalPath? > getPhysicalPath ret

[Zope-dev] getPhysicalPath?

2001-03-15 Thread Andy McKay
simple method like getAcquistionPath() that tells me how I was required without having to do some sub optimal REQUEST variable hacking / string matching? Thanks. -- Andy McKay. ___ Zope-Dev maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman

Re: [Zope-dev] PythonScript for iso_week

2001-03-14 Thread Andy McKay
Cool. Its all available in Perl as well now. -- Andy McKay. - Original Message - From: "Steve Alexander" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, March 14, 2001 4:32 AM Subject: [Zope-dev] PythonScript for iso_week > Hi folks, > &g

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

2001-03-05 Thread Andy Dawkins
Andy Dawkins wrote: > Chris > > I the meantime I have changed that method to the following: > > def insertReverseIndexEntry(self, entry, documentId): > """Insert the correct entry into the reverse indexes for future > unindexing."&

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, docu

Re: [Zope-dev] ZCatalog stuff

2001-02-22 Thread Andy McKay
> Well hell, what's good enough for Perl is good enough > for... *slaps self silly* > > C'mon, are you really seriously gonna back up > reasoning for Zope features by quoting Larry Wall??? > 8^) Why not ? (sometimes) he make

Re: [Zope-dev] ZCatalog stuff

2001-02-22 Thread Andy McKay
job done before your boss fires you." The simple fact is many non-technical users dont give a hoot about the underlying python reasons or computer science, its just common to see a case-insensitive sort. And yes it can be done in ZCatalog and dtml-in with a l

Re: [Zope-dev] Storing part of an object on the file system

2001-02-22 Thread Andy McKay
> That is, they would require some sort of shared network drive for all > ZEO clients to functions correctly. Im no expert on ZEO, but I believe that is the case. ___ Zope-Dev maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope

Re: [Zope-dev] Storing part of an object on the file system

2001-02-22 Thread Andy McKay
. -- Andy McKay. - Original Message - From: "Andy McKay" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, February 08, 2001 4:15 PM Subject: [Zope-dev] Storing part of an object on the file system > Ok whack idea #34... Well sort of, the idea was sparked

[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

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 ___ Z

[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] RE: [Zope] Newcomer

2001-02-19 Thread Andy McKay
> "Zope ODBC Database Adapter 3.1.0b2 (Development) 1999/09/03" Hmm thats the same one Im using. Well Im stumped. Sorry it was a while ago and I cant seem to remember what your actual problem was... -- Andy McKay. ___ Zope-Dev maillist

Re: [Zope-dev] 2gb ZODB size limit

2001-02-15 Thread Andy McKay
Windows, according to Trent Mick a Developer here at ActiveState who added in some large file support for Python platforms for python 2.0 (and has looked at this in detail). I heard a rumour Solaris does not have this problem. -- Andy McKay. - Original Message - From: "Mor

Re: [Zope-dev] 2gb ZODB size limit

2001-02-15 Thread Andy McKay
Yes, you will hit this limit. Windows uses a 32 bit integer for file size... No matter what MS says, Ive hit it on Win2k. -- Andy McKay. - Original Message - From: "Tim McLaughlin" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, February 15, 2001 1:13

Re: [Zope-dev] LONGing for normal inetegers...

2001-02-14 Thread Andy Dustman
2.0 could solve this problem, as longs are no longer rendered > with the L suffix. That's my preferred solution, but also see: http://www.zope.org/Members/adustman/Tips/no_el -- Andy Dustman PGP: 0xC72F3F1D @ .net http://dustman.net/andy "Normally with carbonar

Re: [Zope-dev] Introducing ZopePrints.

2001-02-14 Thread Andy McKay
Ah that one. I was looking too deeply for something amusing there. -- Andy McKay. - Original Message - From: "Matt Hamilton" <[EMAIL PROTECTED]> To: "Andy McKay" <[EMAIL PROTECTED]> Cc: "Michel Pelletier" <[EMAIL PROTECTED]>; "Eri

Re: [Zope-dev] Introducing ZopePrints.

2001-02-14 Thread Andy McKay
> partly on chaos theory, Jim's three laws of engineering (1. F=MA, 2. You > can't solve a problem unless you know the answer, 3. You can't push a > rope) and on the abundance of Thai food. Perhaps I need more beer but whats: F=MA? -- Andy McKay. - Original Mes

Re: [Zope-dev] Re: ThreadSafeCounter

2001-02-13 Thread Andy McKay
us to me. -- Andy McKay. > -- > Steve Alexander > Software Engineer > Cat-Box limited > http://www.cat-box.net ___ Zope-Dev maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope-dev ** No cross posts or HTML encod

Re: [Zope-dev] Windows registry?

2001-02-13 Thread Andy McKay
> This doesn't use svrany.exe, but pythonservice.exe, which is part > of the win32 extensions written by Mark Hammond, now with > ActiveState. "Python programming on Win32" by Mark Hammond > and Andy Robinson contains some documentation on how to use > pythonservi

Re: [Zope-dev] Re: ThreadSafeCounter

2001-02-13 Thread Andy McKay
ide the ZODB. This would implrement locking and be hence be thread safe. Its a real science project. This would also have to be ZEO friendly, but to be honest for my use and most other peoples, this isnt a huge concern. > I like XML-RPC. Me too but its slw. -- Andy McKay. ___

[Zope-dev] Windows registry?

2001-02-12 Thread Andy McKay
Anyone tried or got a script to create / delete the windows registry settings for running a zope server as a service. It would make my life a lot easier... If no-one has I could recreate them from observation. Cheers. -- Andy McKay. ___ Zope-Dev

[Zope-dev] ThreadSafeCounter

2001-02-12 Thread Andy McKay
ng to combine the two into one FSCountThing with FSPoll and FSCounter subclassing of it, so maybe we could co-operate on ThreadSafeCounter and FSCounter? Cheers. -- Andy McKay. ___ Zope-Dev maillist - [EMAIL PROTECTED] http://lists.zope.org/ma

Re: [Zope-dev] Updates! Refresh, BTreeFolder, and ZDebug products

2001-02-12 Thread Andy McKay
zed by Zope > and development is almost as nice as working with ZClasses. > > http://www.zope.org/Members/hathawsh/Refresh I am humbled to be on the same mail list. You rock. Thanks. -- Andy McKay. ___ Zope-Dev maillist - [EMAIL PROTEC

Re: [Zope-dev] Storing part of an object on the file system

2001-02-09 Thread Andy McKay
Hmm sounds like ZPatterns might help ;-)... will take a look thanks. -- Andy McKay. - Original Message - From: "Steve Alexander" <[EMAIL PROTECTED]> To: "Andy McKay" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Friday, February 09, 2001 1

[Zope-dev] Storing part of an object on the file system

2001-02-08 Thread Andy McKay
ead writes it on to the filesystem... -we could in the ZODB put a hack to say if pickling something with so and so attribute do this instead... I feel like this something I should just not be doing, but it would be great if I could get it work... --

[Zope-dev] Object decision from WebDav/FTP

2001-02-08 Thread Andy McKay
Where does Zope do the decision to turn an file sent via FTP or WebDAV into an object of a certain type? I want to fiddle with this so an image put via WebDAV is a myImage object (for example) rather than an Image Cheers. -- Andy McKay

Re: [Zope-dev] manage_options in 2.3

2001-02-08 Thread Andy McKay
If ActivePython is "un-normal" python, then yes "normal" python behaves like that too. :) -- Andy McKay. - Original Message - From: "Chris Withers" <[EMAIL PROTECTED]> To: "Andy McKay" <[EMAIL PROTECTED]>; "Brian Lloyd&qu

Re: [Zope-dev] manage_options in 2.3

2001-02-08 Thread Andy McKay
Yes you can: ActivePython 2.0, build 202 (ActiveState Tool Corp.) based on Python 2.0 (#8, Oct 19 2000, 11:30:05) [MSC Type "copyright", "credits" or "license" for more in >>> a = ('a','b','c','d') >>> pr

Re: [Zope-dev] manage_options in 2.3

2001-02-08 Thread Andy McKay
, when I thought I was accesing a simple tuple. Sorry to bother you. -- Andy McKay. - Original Message - From: "Brian Lloyd" <[EMAIL PROTECTED]> To: "Andy McKay" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Thursday, February 08, 2001 7:17 AM Sub

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 Marti

Re: [Zope-dev] Python products

2001-02-07 Thread Andy McKay
anywhere except in an FSPoll Folder. So how do I limit that? -- Andy McKay. - Original Message - From: "Jens Quade" <[EMAIL PROTECTED]> To: "Tom Deprez" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Wednesday, February 07, 2001 7:08 AM S

Re: [Zope-dev] Python products

2001-02-07 Thread Andy McKay
tered_meta_types, and iterated through the tuple of objects, discarding ones I dont want, keeping the ones I do. I was hoping to do a how to in the next day or so. -- Andy McKay. ___ Zope-Dev maillist - [EMAIL PROTECTED] http://lists.zope.org/mailm

[Zope-dev] manage_options in 2.3

2001-02-07 Thread Andy McKay
roved): _m = list(Folder.manage_options) _m[1] = {'label':'View','action':'my_index_html'} manage_options = (_m) Whats going on? -- Andy McKay. ___ Zope-Dev maillist - [EMAIL PROTECTED] http://

[Zope-dev] Profiling Products

2001-02-07 Thread Andy Dawkins
nning in a different thread - or something :( ) General Comments Welcomed. Cheers -Andy ___ Zope-Dev maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope-dev ** No cross posts or HTML encoding! ** (Related lists -

Re: [Zope-dev] CoreSessionTracking stuff

2001-02-05 Thread Andy McKay
> A session data object timeout of "0" as set in the session data container > means "give me completely persistent session data objects, do not expire > them". Set it to this, and set a high cookie timeout. But yes, a better > way to do something like this is to use sessioning in combination wit

[Zope-dev] Debugging Zope

2001-02-05 Thread Andy McKay
For all those who questioned my slip of an email a few weeks ago regarding debugging Zope with Komodo, well its official now. A how to and some screenshots are now available: http://www.zope.org/Members/andym/Komodo. I hope you find it as useful as I do. Cheers. -- Andy McKay

[Zope-dev] CoreSessionTracking stuff

2001-02-05 Thread Andy McKay
tion has called the file system, why dont we use that? I was thinking we could modifiy LocalFS to provide that sort of functionality would be much easier... Cheers. -- Andy McKay. ___ Zope-Dev maillist - [EMAIL PROTECTED] http://lists.zope.org/m

Re: [Zope-dev] test, please ignore

2001-02-02 Thread Andy McKay
My golly are we back up? -- Andy McKay. - Original Message - From: "Michael Bernstein" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Friday, February 02, 2001 8:06 AM Subject: [Zope-dev]

[Zope-dev] Changing Ownership

2001-02-02 Thread Andy McKay
owner. Is there a simpler way to do this. Is getUser actually returning the wrong thing? Cheers. -- Andy McKay. ___ Zope-Dev maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope-dev ** No cross posts or HTML encoding! ** (Re

Re: [Zope-dev] Fw: [Zope-dev] Storing session objects in a ZODB

2001-02-02 Thread Andy McKay
e situation specific solution I give access to the stored session snapshots along the lines of ?load_ssn=Default will load in the session named "Default" for that user allowing them to be bookmarked... -- Andy McKay. ___ Zope-Dev mail

Re: [Zope-dev] Fw: [Zope-dev] Storing session objects in a ZODB

2001-01-31 Thread Andy McKay
e session > data object values are) is completely independent of the app code. Yep this is what I like. Im actually thinking this simple ZStore class is a useful little object for throwing stuff into, if I get mapping working I'll release the whole 50 lines of code it currently is...

Re: [Zope-dev] Fw: [Zope-dev] Storing session objects in a ZODB

2001-01-31 Thread Andy McKay
h a better solution. -- Andy McKay. - Original Message - From: "Chris McDonough" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, January 31, 2001 11:28 AM Subject: [Zope-dev] Fw: [Zope-dev] Storing session objects in a ZODB > This is a forwardin

Re: [Zope-dev] Zope Service Won't Start

2001-01-30 Thread Andy McKay
Will start from MS-Dos? Starting it using the start.bat file will produce an output of errors encoutered. -- Andy McKay. - Original Message - From: "Nai A. Tzeo" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, January 30, 2001 5:31 PM Subject: [Zope-d

[Zope-dev] Storing session objects in a ZODB

2001-01-29 Thread Andy McKay
suggested I could just _setObject into the ZODB, but don't I still need to make a class wrapper around this? Has anyone tried this? I couldn't spot anything in the CoreSessionTracking API that obvious... Cheers. -- Andy McKay. ___ Zope-De

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

2001-01-29 Thread Andy Dawkins
or declares i, however it does use documentId. I think perhaps the i should have been documentId but I thought i would check with you guys first. What do you think? -Andy ___ Zope-Dev maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo

Re: [Zope-dev] ANNOUNCE: Zope 2.3.0 final released

2001-01-26 Thread Andy McKay
Congrats! -- Andy McKay. - Original Message - From: "Brian Lloyd" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, January 26, 2001 1:06 PM Subject: [Zope-dev] ANNOUNCE: Zope 2.3.0 final released > Hello all, > > Zope 2.3.0 final has been

Re: [Zope-dev] Server seems to stop responding.

2001-01-26 Thread Andy McKay
I think I've traced to a hack of ZCache, I nuked with much better results. I guess I'll wait for zope 2.3 Cheers. -- Andy McKay. - Original Message - From: "Chris McDonough" <[EMAIL PROTECTED]> To: "Andy McKay" <[EMAIL PROTECTED]>; <

[Zope-dev] Server seems to stop responding.

2001-01-25 Thread Andy McKay
dying gratitude... -- Andy McKay. ___ Zope-Dev maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope-dev ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce

Re: [Zope-dev] Old to new registerClass

2001-01-24 Thread Andy McKay
I nuked it and everything is just fine, its defined in misc. Anyway works fine, will post a "package" shortly after some testing. -- Andy McKay. - Original Message - From: "Johan Carlsson" <[EMAIL PROTECTED]> To: "Andy McKay" <[EMAIL PROTECTED]&

Re: [Zope-dev] Old to new registerClass

2001-01-24 Thread Andy McKay
Lang is used in this line: document.write(""); Kind of a bizarre line, but it looks like its setting the script source. Thanks, just doing a quick ZWiki-IEMethod merge so that you can edit a ZWiki standard style or using IEMethod. Thanks for the code. -- Andy McKay. - Origin

[Zope-dev] Old to new registerClass

2001-01-23 Thread Andy McKay
nt to put this into a modern style product initialisation (context.registerClass). Looking at this functions API it didn't become readily apparent how I can pass in these values. This would be nice to do so I don't have any hacking of dtml to do. Has anyone done this / got any advice? Thank

[Zope-dev] Import/Export in 2.3beta2

2001-01-19 Thread Andy McKay
Is this a stupid question, or why cant i Import/Export into a folder in 2.3 b2 (Windows), there seems to be no tab... -- Andy McKay. ___ Zope-Dev maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope-dev ** No cross posts or

Re: [Zope-dev] Massive scalability

2001-01-17 Thread Andy McKay
On the plus side any corrupted objects are fixed or deleted when you start up the ZODB. For that reason, somedays a restart is very useful :) -- Andy McKay. - Original Message - From: "ender" <[EMAIL PROTECTED]> To: "Michael Bernstein" <[EMAIL PROT

Re: [Zope-dev] Re: ZCatalog Scalability

2001-01-17 Thread Andy McKay
d about it, once upon a time I tried to stick everying in the ZODB. To me one of Zope's great strengths is it's portability and connectivity to other databases and storage systems. -- Andy McKay. ___ Zope-Dev maillist - [EMAIL PROTECTED] h

Re: [Zope-dev] No Restarts-cos-of-changed-python-product in 2.3?

2001-01-17 Thread Andy McKay
I haven't spotted any UI for it, if its there. Shane's Refresh didn't quite work all the time for every product (something he recognized in his readme's). This would be a huge advantage for me with 2.3. -- Andy McKay. - Original Message - From: "Chris Wither

Re: [Zope-dev] Massive scalability

2001-01-17 Thread Andy McKay
e and use all the advantages an OO approach gives. I've got to play with this stuff, this could solve my data storage problems... Thanks! -- Andy McKay. - Original Message - From: "Steve Spicklemire" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Cc: <[E

Re: [Zope-dev] Massive scalability

2001-01-17 Thread Andy McKay
ata and one with a lot (two sets of test). However in the end Shane Hathaway's excellent refresh product saved the day. -- Andy McKay. ___ Zope-Dev maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope-dev ** No cross p

[Zope-dev] 2.3 beta

2001-01-16 Thread Andy McKay
On a more minor note would it be possible to get rid of the old style dtml syntax (

Re: [Zope-dev] Massive scalability

2001-01-16 Thread Andy McKay
Does ZPatterns provide a nice interface / way for storing classes in a RDBMS? I have to say using an RDBMS is not as transparent as I would like, this may may improve it. Finally a reason for me to ZPatterns... -- Andy McKay. - Original Message - From: "John Eikenberry&quo

Re: [Zope-dev] Massive scalability

2001-01-16 Thread Andy McKay
> While that would work for the simple object case, I find the > prospect of storing a bunch of BLOBs (for the image data of > the Photos) in an RDBMS to be *most* un-appetizing. Storing > them on the server's file-system seems in-elegant as well. Okey dokey, just a suggestion. I have heard peopl

Re: [Zope-dev] Massive scalability

2001-01-15 Thread Andy McKay
> I am currently planning two separate 'Archive' type > projects/Products. In both cases, I need to make sure that > my implementation will scale to hundreds of thousands or > even millions of objects. I would recommend using an RDMBS behind Zope then. Its faster, simpler and I have always had be

Re: [Zope-dev] New UI for 2.3

2001-01-12 Thread Andy McKay
No chance of getting no case sensitive object listing (or at least having it as an option?) -the select/deselect all is great but changing the button is generally considering confusing.. -- Andy McKay. - Original Message - From: "Dieter Maurer" <[EMAIL PROTECTED]

Re: [Zope-dev] New UI for 2.3

2001-01-12 Thread Andy McKay
Come on, can someone post some sample screenshots? -- Andy McKay. - Original Message - From: "Andy Dawkins" <[EMAIL PROTECTED]> To: "Brian Lloyd" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Friday, January 12, 2001 12:39 AM Subject: RE: [Zope-d

Re: [Zope-dev] Debugging Zope with Komodo

2001-01-12 Thread Andy McKay
My lips are sealed. Damn email client... oh well it wont be the first time and won't be the last this has happened. Yours embarrased. -- Andy McKay. - Original Message - From: "Chris Withers" <[EMAIL PROTECTED]> To: "Andy McKay" <[EMAIL PROTECTED]

RE: [Zope-dev] New UI for 2.3

2001-01-12 Thread Andy Dawkins
e all complaining about it. Don't get me wrong the points you raised are valid but you are complaining about 32 pixels. Give it a week and you won't know what you were complaining about. Overall it gets the thumbs up from me. :) -Andy (P.S. Why hasn't the acl_users folder got the same

Re: [Zope-dev] Debugging Zope with Komodo

2001-01-11 Thread Andy McKay
Sorry wrong mail list. Move along, nothing to see here. -- Andy McKay. - Original Message - From: "Andy McKay" <[EMAIL PROTECTED]> To: "zope-dev" <[EMAIL PROTECTED]> Sent: Thursday, January 11, 2001 11:03 AM Subject: [Zope-dev] Debugging Zope with Kom

[Zope-dev] Debugging Zope with Komodo

2001-01-11 Thread Andy McKay
developer. Many thanks to all involved in Komodo for making this happen. -- Andy McKay. ___ Zope-Dev maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope-dev ** No cross posts or HTML encoding! ** (Related lists - http

[Zope-dev] Debugging Zope with Komodo

2001-01-11 Thread Andy McKay
any Zope developer. Many thanks to all involved in Komodo for making this happen. -- Andy McKay. ___ Zope-Dev maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope-dev ** No cross posts or HTML encoding! ** (Related lists

Re: [Zope-dev] New UI for 2.3

2001-01-11 Thread Andy McKay
> I haven't seen this yet, but I have to agree. Two frames is bad enough > btu addign another one with all the wasted border space, etc, sounds > like a bad idea... > > > This would leave extra screen space for doing work. Hear, hear, could anyone post some screens

Re: [Zope-dev] ZDESIGN IDEAS = How to improve 'manage' ?

2001-01-08 Thread Andy McKay
> For example some headings I see a real need for: > > NAME [default now], DATE[created, last modified] SIZE, TYPE[meta-type], > USER[default=owner], DEPTH, COUNT, CHANGES, PROPERTY, DISPLAY This is just more dtml, since most of the mangement interface is done using dtml-in over a simple set of o

RE: [Zope-dev] case insensitive sorts

2001-01-04 Thread Andy Dawkins
In the order in which they would appear in a dictionary. > * Should strings which differ only in case be equal (*NOT*!) > 'Ant' is not equal to 'ant' but 'Ant'<'ant'<'Ante'<'ante' i.e. Ant ant Ant

Re: [Zope-dev] case insensitive sorts

2001-01-03 Thread Andy McKay
Hmm im actually not so sure on that. Currently you can do a sort either way, if you fix it so its only case sensitive we'll end up like Visual Basic :) Fixing python is a question for the python list and I'd be scared to ask it there... -- Andy McKay, Developer. ActiveState.

Re: [Zope-dev] Allowed characters in Zope ids

2001-01-03 Thread Andy McKay
> I recently read RFC 2396 which defines the generic URI syntax > and especially the URL syntax. > I recognized, that > > * Zope forbids many characters in ids (with the error message >"not allowed in URLs"), that are legal characters >in URL path segments: > > generally allowed in

<    1   2   3   4   >