[Zope-dev] Fw: [Zope] copy / paste support

2000-08-23 Thread Andy McKay
I know some people have helped me on this thread before but Ive had chance to look at this again and Im still stumped on this. Newly created 2.2 objects still have a problem. Using custom class in Zope 2.2.0. Thanks. - Original Message - From: "Andy McKay" [EMAIL

Re: [Zope-dev] _setObject error - urgent!

2000-09-01 Thread Andy McKay
Sorry for the cross post and so on, panicked with a deadline approaching. The error was caused my a cataloguing error after intialisation. Thanks. - Original Message - From: "Andy McKay" [EMAIL PROTECTED] To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Thursday, August 31, 200

Re: [Zope-dev] Folderish objects and multiple inheritance

2000-09-05 Thread Andy McKay
- Original Message - From: "Andy McKay" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, September 05, 2000 2:13 PM Subject: [Zope] Re: [Zope-dev] Folderish objects and multiple inheritance Hmmm I can override inheritance in a simple class... I guess theres somethi

Re: [Zope-dev] Folderish objects and multiple inheritance

2000-09-07 Thread Andy McKay
Well if anybody is interested I did solve this but instead of trying to inherit A, Folder and then fix the folderish methods broken I did Folder, A and then overrode class A methods I wanted. - Original Message - From: "Andy McKay" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sen

Re: [Zope-dev] Custom dtml tag

2000-09-12 Thread Andy McKay
Hmm well ive found i have TemplateDict object and of course my self. Perhaps there is a pythonism I have to research here. - Original Message - From: "Andy McKay" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, September 11, 2000 4:03 PM Subject: [Zope-dev] Custom dtml

Re: [Zope-dev] Custom dtml tag

2000-09-12 Thread Andy McKay
rtijn Pieters" [EMAIL PROTECTED] To: "Andy McKay" [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Tuesday, September 12, 2000 11:29 AM Subject: Re: [Zope-dev] Custom dtml tag On Tue, Sep 12, 2000 at 09:26:49AM -0700, Andy McKay wrote: Hmm well ive found i have TemplateDict object a

Re: [Zope-dev] Custom dtml tag

2000-09-12 Thread Andy McKay
Really? Ive looked up this and get nothing (an attribute error actually) and its not in globals. If that would work that would be great - but a it certainly doesnt seem to on a standard DTMLDocument / Method. - Original Message - From: "Brett Carter" [EMAIL PROTECTED] To: &

[Zope-dev] Zope Error message

2000-09-14 Thread Andy McKay
this before. Before waste a day going down this path, does anyone have any advice? -- Andy McKay, Developer. ActiveState. ___ Zope-Dev maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope-dev ** No cross posts or HTML

[Zope-dev] __del__

2000-09-18 Thread Andy McKay
Is there an method that I can use as a hook when an object is destroyed? (Im trying to save some _v_ data prior to destruction. Ive tried __del__ but this doesnt seem to get called. Thanks. -- Andy McKay, Developer. ActiveState. ___ Zope-Dev

Re: [Zope-dev] Custom dtml tag

2000-09-18 Thread Andy McKay
what Ive done and stayed away from using a dtml-tag. Thanks for your help. - Original Message - From: "Brett Carter" [EMAIL PROTECTED] To: "Andy McKay" [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Wednesday, September 13, 2000 9:51 AM Subject: Re: [Zope-dev] Custom dtml t

Re: [Zope-dev] __del__

2000-09-18 Thread Andy McKay
e() method on it (see ObjectManager.py). How are you destroying it? [EMAIL PROTECTED] wrote: Is there an method that I can use as a hook when an object is destroyed? (Im trying to save some _v_ data prior to destruction. Ive tried __del__ but this doesnt seem to get called. Thanks. -

Re: [Zope-dev] __del__

2000-09-18 Thread Andy McKay
Wow thanks. I'll see what I can do. I can think of a whole bunch of uses for that. - Original Message - From: "Chris McDonough" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Monday, September 18, 2000 3:10 PM Subject: Re: [Zope-dev] __del__ Oh I see... objects

[Zope-dev] Re: __str__, DMTLFolder adn Squishdot]

2000-09-21 Thread Andy McKay
) Or something like that. Its in my source somewhere with nasty comments around it :) - Original Message - From: "Chris Withers" [EMAIL PROTECTED] To: [EMAIL PROTECTED]; "Andy McKay" [EMAIL PROTECTED] Sent: Thursday, September 21, 2000 9:44 AM Subject: [Fwd: __str__, DMTLFolder ad

[Zope-dev] Do I really understanding caching?

2000-09-22 Thread Andy McKay
correctly? -- Andy McKay, Developer. ActiveState. ___ 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-anno

Re: [Zope-dev] Do I really understanding caching?

2000-09-22 Thread Andy McKay
Thanks (I'm only talking about text indices here.) Note that the Catalog is actually a tree of database/cache objects. There are a series of buckets and sub-buckets that end in a word object. The buckets, sub-buckets, and words are all database objects and can be cached/updated

[Zope-dev] why cant i rename an object from an external method

2000-09-28 Thread Andy McKay
to resort to writing a Perl script to imitate the browser, please! Thanks in advance as ever. -- Andy McKay, Developer. ActiveState. ___ Zope-Dev maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope-dev ** No cross posts or HTML

Re: [Zope-dev] why cant i rename an object from an external method

2000-09-29 Thread Andy McKay
: Thursday, September 28, 2000 8:26 PM Subject: Re: [Zope-dev] why cant i rename an object from an external method Andy McKay wrote: Heres a treat. I'm trying to write an external method to rename objects. I have approx 10,000 to rename so a script would be nice. No problem I thought, imita

[Zope-dev] _setObject error - urgent!

2000-08-31 Thread Andy McKay
Hi, I think I have traced my error with cut and paste, I am getting an error on _setObject. If the object is not registered with Zope properly this will be a problem. Basic synopsis: Im importing an object from a script so Im getting a handle to the folder I would like the object to be in: this

Re: [Zope-dev] Zope Suitability for Computer Lab Project

2000-10-04 Thread Andy McKay
Zope is just simply not suited to lots of writes. Use Access as the relational database and use Zope as the reporting tool using ZODBCA to connect to Access. Then you get the best of both worlds. - Original Message - From: "John Hopkins" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent:

Re: [Zope-dev] Acquisition/cDocumentTemplate bug

2000-10-05 Thread Andy McKay
Does anyone know of any progress on this bug its marked as "pending" in the Collector, so I guess not. http://classic.zope.org:8080/Collector/1441/view - Original Message - From: "Shane Hathaway" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Thursday, July 20, 2000

Re: [Zope-dev] Acquisition/cDocumentTemplate bug

2000-10-05 Thread Andy McKay
Sorry ignore me, I thought I was being bitten by this bug, but Im not. It was the old difference between dtml-with foo and dtml-with "foo" in someone else's dtml. - Original Message ----- From: "Andy McKay" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, Octo

Re: [Zope-dev] Recursive folders from Python

2000-10-16 Thread Andy McKay
Try using getattr to get the object... heres a python script to do it a little more cleanly: import string def create_folders(self): path = '/a/b/c' # create a folder for each part of the string, nested. for p in string.split(path, '/'): if p != '': self = create_folder(self, p)

Re: [Zope-dev] FW: FastCGI under IIS

2000-10-25 Thread Andy McKay
The fastCGI plugin for IIS is unfortunately not open source. FastCGI bought it and you now have to pay for it. Try pcgi instead. http://www.fastcgi.com/ - Original Message - From: "Becker, Glen" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, October 25, 2000 12:41 PM Subject:

[Zope-dev] 2gb file size

2000-11-03 Thread Andy McKay
My database has suddenly ballooned to 2 gig's stopping my Zope from running. Are there any utils to delete the last transaction or so? This is kinda urgent... :( Thanks. -- Andy McKay, Developer. ActiveState. ___ Zope-Dev maillist - [EMAIL

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

2000-11-03 Thread Andy McKay
line 1530 and reran. It runs through the entire file and reduces the data.fs to 1k. Am I totally hooped? I thought ZODB could handle being truncated, ive never had an problems reading from a data.fs even when my box has blown up. Anyway looks like Im talking to myself here... -- Andy McKay,

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

2000-11-06 Thread Andy McKay
believe its a python issue. Thanks. -- Andy McKay, Developer. ActiveState. - Original Message - From: "Itamar Shtull-Trauring" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Sunday, November 05, 2000 2:37 AM Subject: Re: [Zope-dev] Fw: 2gb file size Shane Hathaway wrote:

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

2000-11-06 Thread Andy McKay
I did do a How-to as well http://www.zope.org/Members/andym/2gig -- Andy McKay, Developer. ActiveState. - Original Message - From: "Andy McKay" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, November 06, 2000 9:26 AM Subject: Re: [Zope-dev] Fw: 2gb file size

Re: [Zope-dev] ZCatalog index error

2000-11-06 Thread Andy McKay
Thanks, will look forward to 2.2.3! I deleted an index and metadata, re created them and recatalogued the affected objects. That seem to solve it in my initial tests... keeping my fingers crossed. -- Andy McKay, Developer. ActiveState. - Original Message - From: "Chris McDo

Re: [Zope-dev] Zope Permission's Adjustment

2000-11-07 Thread Andy McKay
/lib/python/AccessControl/access.dtml contains the dtml for that page. Fiddle away. -- Andy McKay, Developer. ActiveState. - Original Message - From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, November 07, 2000 7:54 AM Subject: [Zope-dev] Zope Permission's Adjustment

Re: [Zope-dev] ZCatalog index error

2000-11-07 Thread Andy McKay
Well im not sure how much deleting the index and then recreating the index throught the management interface actually does. But I wrote an external method to basically do a find and apply to recatalog bunches of objects. -- Andy McKay, Developer. ActiveState. - Original Message

Re: [Zope-dev] ZCatalog index error

2000-11-07 Thread Andy McKay
Ah sorry, I have custom CatalogAware class thats been a bit hacked but was written by Mike Pelletier... when he was hanging around at ActiveState for a few days. Theres a link to wiki on it somewhere -- Andy McKay, Developer. ActiveState. - Original Message - From: "Christ

[Zope-dev] Cache parameters

2000-11-08 Thread Andy McKay
of the cache (guess). Has anyone found a sweet spot away from the standard, I guess of course it all depends on the individual Zope site, this one is particulary ZCatalog heavy. Or should I just leave it at the default, which I found seems to work fine. -- Andy McKay, Developer. ActiveState

Re: [Zope-dev] ZCatalog index error

2000-11-09 Thread Andy McKay
)] = self.counter return self.counter groans from the audience -- Andy McKay, Developer. ActiveState. - Original Message - From: "Andy McKay" [EMAIL PROTECTED] To: "Christopher Petrilli" [EMAIL PROTECTED]; "Chris McDonough" [EMAIL PROTECTED]; [

Re: [Zope-dev] ZCatalog index error

2000-11-09 Thread Andy McKay
Ah ok. I'll just wait impatiently then. Thanks. -- Andy McKay, Developer. ActiveState. - Original Message - From: "Chris McDonough" [EMAIL PROTECTED] To: "Andy McKay" [EMAIL PROTECTED]; "Christopher Petrilli" [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent:

[Zope-dev] unbuffered html from external method

2000-11-13 Thread Andy McKay
. -- Andy McKay, Developer. ActiveState. ___ 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 http

Re: [Zope-dev] Two glaring omissions

2000-11-14 Thread Andy McKay
Of course all those points can be done in python, im assuming you are talking about ZClasses. -- Andy McKay, Developer. ActiveState. - Original Message - From: "Alexander Limi" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, November 14, 2000 11:35 AM Subject: [Zop

[Zope-dev] Re: [Zope] IIS and PCGI

2000-10-20 Thread Andy McKay
and apologies for the cross post to zope-dev but it is more of a zope-dev question. - Original Message - From: "Andy McKay" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, October 17, 2000 1:33 PM Subject: [Zope] IIS and PCGI Im fiddling with IIS and PCGI, I've looked at (http://ww

Re: [Zope-dev] A way to check what products are installed?

2000-11-20 Thread Andy McKay
Quick hack: dtml-with "Control_Panel.Products" dtml-in "objectIds()" dtml-var sequence-item /dtml-in /dtml-with -- Andy McKay, Developer. ActiveState. - Original Message - From: "Morten W. Petersen" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Sun

Re: [Zope-dev] objectValues performance

2000-11-28 Thread Andy McKay
Id recommend all the above but just for reference "objectIds" is faster than "objectValues". -- Andy McKay, Developer. ActiveState. - Original Message - From: "Casey Duncan" [EMAIL PROTECTED] To: "Brett Carter" [EMAIL PROTECTED]; [EMAIL PROTE

[Zope-dev] Fw: PythonLabs Team Moves to Digital Creations

2000-10-28 Thread Andy McKay
This is great news for Zope... (well I think it is anyway) Original Message Subject: PythonLabs Team Moves to Digital Creations Date: Fri, 27 Oct 2000 20:42:42 -0500 From: Guido van Rossum [EMAIL PROTECTED] To: [EMAIL PROTECTED] (Python mailing list),[EMAIL PROTECTED],

[Zope-dev] case insensitive sorts

2000-12-06 Thread Andy McKay
Minor nit and patch: I've found that really for me what users want to see is a case insensitive sort of objects, not the current python case sensitive sort. So that the order of objects from dtml-in and tree is a, A, b, B as apposed to A, B, a, b. Anyway Ive patched dtml-in and dtml-tree to do

Re: [Zope-dev] case insensitive sorts

2000-12-06 Thread Andy McKay
Oh yeah for the ZCatalog I have two indexes one upper case and one lower case for some of my classes. No problemo. My area to attack though is the standard views such as the management interface... How's life in Lancaster? Went to school there and grew up in Garstang -- Andy McKay

Re: [Zope-dev] case insensitive sorts

2000-12-07 Thread Andy McKay
But thats a result of the sorting... anyway I have in and tree patched, I'll post them tonight when I get home and let people do what they want. -- Andy McKay, Developer. ActiveState. - Original Message - From: "Dieter Maurer" [EMAIL PROTECTED] To: "Chris Withers&qu

Re: [Zope-dev] case insensitive sorts

2000-12-07 Thread Andy McKay
3. ZCatalog stores objects in a pre-sorted order. Changing the sort order of any object (not just strings) would break *all* existing ZCatalog instances that store mixed case strings. (and other applications too - the python language reference documents that this assmption is safe at least

[Zope-dev] python 2.0, windows and zope

2000-12-13 Thread Andy McKay
Has anyone got python 2.0 working with Zope on windows? Just curious if anyone has any pointers before I start done this (potentially) painful path... -- Andy McKay, Developer. ActiveState. ___ Zope-Dev maillist - [EMAIL PROTECTED] http

Re: [Zope-dev] python 2.0, windows and zope

2000-12-13 Thread Andy McKay
using python 2.0 and not the default python installation? -- Andy McKay, Developer. ActiveState. - Original Message - From: "Josh Zeidner" [EMAIL PROTECTED] To: "Andy McKay" [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Wednesday, December 13, 2000 9:18 AM Subject: R

Re: [Zope-dev] python 2.0, windows and zope

2000-12-13 Thread Andy McKay
it for Windows? -- Andy McKay, Developer. ActiveState. - Original Message - From: "Andy McKay" [EMAIL PROTECTED] To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Wednesday, December 13, 2000 9:21 AM Subject: Re: [Zope-dev] python 2.0, windows and zope using python 2.0 and not t

Re: [Zope-dev] python 2.0, windows and zope

2000-12-13 Thread Andy McKay
I think thats just the fella I need! Thanks... Will let you know progress -- Andy McKay, Developer. ActiveState. - Original Message - From: "Brian Lloyd" [EMAIL PROTECTED] To: "Andy McKay" [EMAIL PROTECTED]; [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Wednesda

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 URL's:

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. - Original

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

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 screenshots? -- Andy McKay

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] Cc: "zope-de

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-dev] New UI

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] To: &q

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

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 people

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

Re: [Zope-dev] Massive scalability

2001-01-17 Thread Andy McKay
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 posts or HTML encoding

Re: [Zope-dev] Massive scalability

2001-01-17 Thread Andy McKay
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: [EMAIL PROTECTED]; [EMAIL PROTECTE

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 Withers" [EMAIL

Re: [Zope-dev] Re: ZCatalog Scalability

2001-01-17 Thread Andy McKay
systems. -- 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 http://lists.zope.org

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 PROTECTED]; "And

[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

[Zope-dev] Old to new registerClass

2001-01-23 Thread Andy McKay
). 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? Thanks. -- Andy McKay. ___ Zope-Dev maillist

Re: [Zope-dev] Old to new registerClass

2001-01-24 Thread Andy McKay
i-IEMethod merge so that you can edit a ZWiki standard style or using IEMethod. Thanks for the code. -- Andy McKay. - Original Message - From: "Johan Carlsson" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, January 24, 2001 8:44 AM Subject: Re: [Zope-dev] Old to new r

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] Sent: Wedne

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]; [EMAIL PROTECTED] Sent: Thursday

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 released - you can downlo

[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-Dev maillist

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-dev] Zope Ser

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 forwarding of an interes

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

2001-01-31 Thread Andy McKay
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... Thanks for your help. -- Andy McKay. ___ Zope-Dev maillist

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

2001-02-02 Thread Andy McKay
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 maillist - [EMAIL PROTECTED] http://lists.zope.org/mailma

[Zope-dev] Changing Ownership

2001-02-02 Thread Andy McKay
. 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! ** (Related

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] test, please igno

[Zope-dev] CoreSessionTracking stuff

2001-02-05 Thread Andy McKay
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/mailma

[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

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 with a

[Zope-dev] manage_options in 2.3

2001-02-07 Thread Andy McKay
] = {'label':'View','action':'my_index_html'} manage_options = (_m) Whats going on? -- 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] Python products

2001-02-07 Thread Andy McKay
, 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/mailman/listinfo/zope-dev

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 Subject: Re: [Zope-dev] Pyth

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 Subject: RE: [Zope-dev] m

Re: [Zope-dev] manage_options in 2.3

2001-02-08 Thread Andy McKay
d') print type(b) type 'tuple' -- Andy McKay. - Original Message - From: "Chris Withers" [EMAIL PROTECTED] To: "Andy McKay" [EMAIL PROTECTED]; "Brian Lloyd" [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Thursday, February 08, 2001 10:18 AM Subject: Re: [Zope-dev]

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" [EMAIL PROTECTED]

[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

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

2001-02-08 Thread Andy McKay
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... -- Andy McKay

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:27 AM Subject: Re: [Zo

[Zope-dev] ThreadSafeCounter

2001-02-12 Thread Andy McKay
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/mailman

[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

Re: [Zope-dev] Re: ThreadSafeCounter

2001-02-13 Thread Andy McKay
. 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 maillist - [EMAIL PROTECTED

Re: [Zope-dev] Windows registry?

2001-02-13 Thread Andy McKay
know about this specific topic at this time; I'd suggest that Andy McKay might ask his colleague Mark about pythonservice.exe, instead of doing guesswork :-) I just wanted know details of how the registry is set up so I can quickly fiddle with my service settings and write a script to quickly install and

Re: [Zope-dev] Re: ThreadSafeCounter

2001-02-13 Thread Andy McKay
. -- 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 encoding! ** (Related lists

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 Message - From: "M

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]; "Erik Enge" [EMAIL PROTE

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 PM Subject:

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

2001-02-19 Thread Andy McKay
e 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 - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope-dev ** No cross posts or HTM

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]

Re: [Zope-dev] ZCatalog stuff

2001-02-22 Thread Andy McKay
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 little fiddl

  1   2   3   >