[Zope-dev] RE: ZPatterns, ObjectDomain, UML and all that.....

2000-12-05 Thread RC Compaan
Hi Steve I'm also a babe in the woods when it comes to object modelling, but here's my pennie's worth. Since code generation was not really required in the models I recently did for Zope Apps and the terrible exchange rate on the South African Rand I decided to use to very light weight

Re: [Zope-dev] debugging authentication problems

2000-12-05 Thread Toby Dickenson
On Mon, 04 Dec 2000 09:38:10 +, Chris Withers [EMAIL PROTECTED] wrote: Toby Dickenson wrote: Im have trouble tracking down why one specific method is needing authentication. Can anyone suggest any tips or tools? Toby Dickenson [EMAIL PROTECTED] Shane's ZDebug tool can help, but

Re: [Zope-dev] Implementing [XOR A] 1 object connections in ZPatterns

2000-12-05 Thread Steve Spicklemire
Hi Itai, "Itai" == Itai Tavor [EMAIL PROTECTED] writes: ... Itai The 2nd way seems to go better with OO principles - all Itai handling of photos is delegated to the Photos Specialist and Itai the Product doesn't care if the photo exists or not, or Itai where it comes from.

RE: [Zope-dev] time-travel how to?

2000-12-05 Thread Damien Morton
Thanks for the tip. Yes, the HistoricalRevisions subsystem looks interesting. Im not sure it solves my problem though, in that the revisions seem to be for a single given object, rather than for a given subtree or site. They certainly dont seem to apply to folderish objects. For my

Re: [Zope-dev] FW: ZPatterns, ObjectDomain, UML and all that.....

2000-12-05 Thread Phillip J. Eby
At 09:44 PM 12/5/00 +0200, Roch'e Compaan wrote: If you want to store one DataSkin inside another, where either one of them is stored in a Rack, you will have to create appropriate SkinScript or custom attribute providers to do so. But what if I always store dataskins in there own racks but

[Zope-dev] Zope 2.3 plan updated...

2000-12-05 Thread Brian Lloyd
Hi all - We're gearing up for getting a new feature release out so for those interested I've updated the Zope 2.3 plan at: http://dev.zope.org/Resources/zope_230_plan.html The main changes from the prior version are that it is much more detailed, some items have been added and the item for

[Zope-dev] Re: ZPatterns, ObjectDomain, UML and all that.....

2000-12-05 Thread Itai Tavor
Steve Spicklemire wrote: "RC" == RC Compaan [EMAIL PROTECTED] writes: RC Hi Steve RC I'm also a babe in the woods when it comes to object RC modelling, but here's my pennie's worth. Since code RC generation was not really required in the models I recently RC did

[Zope-dev] RE: ZPatterns, ObjectDomain, UML and all that.....

2000-12-05 Thread Itai Tavor
Roché wrote: Steve Spicklemire wrote: If I explicitly store a Bar object as an Attribute of a DataSkin then what happens if the original Bar is removed from its Specialist's Rack? Does the Bar I store still refer to the original Rack as its DataManager? So.. does a Rack sometimes

[Zope-dev] ZPatterns scalability...

2000-12-05 Thread John Eikenberry
Just to get more opinions... we have a service coming up where we'd like to use a Zope/Zpatters solution. Its a feedback tool, with the potential of up to 50,000 entries. These would be stored in a Specialist/Rack/DataSkin combo, stored in a standard zodb/filestorage system. Using a ZCatalog for

[Zope-dev] Re: ZPatterns, ObjectDomain, UML and all that.....

2000-12-05 Thread Steve Spicklemire
Thanks Roche! "RC" == RC Compaan [EMAIL PROTECTED] writes: RC Hi Steve RC I'm also a babe in the woods when it comes to object RC modelling, but here's my pennie's worth. Since code RC generation was not really required in the models I recently RC did for Zope Apps and

Re: [Zope] Windows NT, Zope, PostgreSQL, PoPy, and ZPoPyDA

2000-12-05 Thread Holger Lehmann
Am Freitag, 1. Dezember 2000 22:26 schrieben Sie: Is anyone using NT (or W2K), Zope, PostgreSQL, PoPy and ZPopyDA? Do PoPy and ZPoPyDA build on NT? with cygwin? Yes, cygwin should do the trick. My colleague is successfully using PoPy to access a Postrgres DB, well under Linux :-) Thanks

[Zope] What difference between subclassing from OFS:Folder and ObjectManager

2000-12-05 Thread Dirksen
What is the difference between subclassing from OFS:Folder and ObjectManager? Is it the ONLY difference that the ObjectManager is able to limit kinds of object to contain? Dirksen __ Do You Yahoo!? Yahoo! Shopping - Thousands of Stores. Millions

RE: [Zope] Simple site - hard to make ?

2000-12-05 Thread Max Møller Rasmussen
From: Michael Jenner [mailto:[EMAIL PROTECTED]] Is this easy to do in Zope or ?? VERY easy if you know how. But it also depends on you abilities Regards Max M ___ Zope maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope **

[Zope] Problems with list?

2000-12-05 Thread Tony McDonald
I've had no email from this list since Friday at 06:50am. Is there anything wrong with it? Tone -- Dr Tony McDonald, Assistant Director, FMCC, http://www.fmcc.org.uk/ The Medical School, Newcastle University Tel: +44 191 222 5116 A Zope list for UK HE/FE

RE: [Zope] FTP in HTML-Kit? Sussed it!

2000-12-05 Thread Paul Browning
Like others I was a bit puzzled as to how to Save As FTP in HTML-Kit. I've just downloaded build 290 and got it all working (the stuff may have lain undiscovered in earlier verions - RTFM .). The keys to cracking it are: 1. Go Workspace - Add FTP Server/Folder - Add FTP Server. Do the

Re: [Zope] Problems with list?

2000-12-05 Thread Phil Harris
Maybe?!?!? - Original Message - From: "Tony McDonald" [EMAIL PROTECTED] To: "Zope List" [EMAIL PROTECTED] Sent: Tuesday, December 05, 2000 10:43 AM Subject: [Zope] Problems with list? I've had no email from this list since Friday at 06:50am. Is there anything wrong with it? Tone

Re: [Zope] What difference between subclassing from OFS:Folder andObjectManager

2000-12-05 Thread Stefan H. Holek
On Tue, 5 Dec 2000, Dirksen wrote: What is the difference between subclassing from OFS:Folder and ObjectManager? Is it the ONLY difference that the ObjectManager is able to limit kinds of object to contain? Deriving from OFS:Folder will only give you global meta types in the Addbox,

Re: [Zope] The not-very-Super user

2000-12-05 Thread Anthony Baxter
An example might be: if somehow someone took all permissions away from all of your managers, they'd be out of luck. The superuser could still log in and fix that though. I actually got bit by this with what I suspect was a web browser having severe mental problems - a submit of the security

Re: [Zope] How to specify to z sql methods, the connection object to use at runtime...time...

2000-12-05 Thread Tino Wildenhain
Hi Frederic, Frederic Quin schrieb: Hi all, I have the same querry to execute on different servers. I don't want to create as many z sql methods as servers I have. I would like to specify to my z sql method, the connection object to use at run time. Do I have to patch the files of z sql

RE: [Zope] FTP in HTML-Kit? Sussed it!

2000-12-05 Thread Paul Browning
Like others I was a bit puzzled as to how to Save As FTP in HTML-Kit. I've just downloaded build 290 and got it all working (the stuff may have lain undiscovered in earlier verions - RTFM .). The keys to cracking it are: 1. Go Workspace - Add FTP Server/Folder - Add FTP Server. Do the

[Zope] Sort broken on zope.org site...

2000-12-05 Thread Darin Lee
Zopistas, Following up on my question yesterday, regarding sorting on the results columns of keyword/text based searches, I have noticed that if I do a text search on the zope.org site and then try to sort on a column - the same error comes up: Error type: TypeError Error value: loop over

Re: [Zope] FTP in HTML-Kit? Sussed it!

2000-12-05 Thread Robin Becker
I'm a bit puzzled as to how you get things like index_html to appear. My homesite seems to need an extension list. -- Robin Becker ___ Zope maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML

Re: [Zope] Re: [Zope-ZEO] Zope 2.2.4 ZEO 0.4.1 (latest anyway)doesn't want to add Products

2000-12-05 Thread Shane Hathaway
On Mon, 4 Dec 2000, Bill Anderson wrote: Shane Hathaway wrote: Just packaged up. http://www.zope.org/Members/hathawsh/ExternalMount And there was almost much rejoicing. It doesn't seme to want to mount the root of a Data.fs, at least according to the add form. Is this by design?

[Zope] FTP for ZClass hierarchies

2000-12-05 Thread Jim Welch
As an avid emacs user I am delighted to be able to access DTML objects via FTP. Recently I have been creating some ZClass hierarchies and have been disappointed to discover that while I can access, via FTP, the methods of a top-level ZClass, I can't access any methods of ZClasses defined inside

Re: [Zope] What difference between subclassing from OFS:Folder and ObjectManager

2000-12-05 Thread Jim Welch
You can get both if you derive from ObjectManager and then use the "Subobjects" tab in the Zope management interface. "Stefan H. Holek" [EMAIL PROTECTED] writes: Deriving from OFS:Folder will only give you global meta types in the Addbox, whereas deriving from ObjectManager will only give you

RE: [Zope] Dreamweaver

2000-12-05 Thread Yvonne Totty
Well, I mean how can I make it 'write' the tags right? For instance, I have this legacy page that needs to be reworked visually. I want to keep the code, but move the stuff around. I open it in DW3, and it is a HUGE mess. Have they released DW4? -y ~~~

RE: [Zope] Dreamweaver

2000-12-05 Thread knight
Yes, DW4 has been released. I used it yesterday at work. Knight On Tue, 5 Dec 2000, Yvonne Totty wrote: Well, I mean how can I make it 'write' the tags right? For instance, I have this legacy page that needs to be reworked visually. I want to keep the code, but move the stuff around. I

Re: [Zope] FTP in HTML-Kit? Sussed it!

2000-12-05 Thread Jason Cunliffe
Paul Thanks for your notes, especially the "open as text" tip. Very fast and easy. HTML-Kit Preview is very useful too for changing forms in Zope. Now if only someone would create an HTML-Kit library Zope extension complete with all essential DTML and pythonisms for auto tag completion -

Re: [Zope] FTP in HTML-Kit? Sussed it!

2000-12-05 Thread Phil Harris
Jason, Working on the HTML-Kit plugin as we speak. ;) Phil - Original Message - From: "Jason Cunliffe" [EMAIL PROTECTED] To: "Paul Browning" [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Tuesday, December 05, 2000 3:05 PM Subject: Re: [Zope] FTP in HTML-Kit? Sussed it! Paul Thanks

Re: [Zope] FTP in HTML-Kit? Sussed it!

2000-12-05 Thread Paul Browning
On Tue, 5 Dec 2000 13:56:04 + Robin Becker [EMAIL PROTECTED] wrote: I'm a bit puzzled as to how you get things like index_html to appear. My homesite seems to need an extension list. For me it just works (index_html included). Mind you I declined all offers to set preferences for

Re: [Zope] The not-very-Super user

2000-12-05 Thread Shane Hathaway
Brian Lloyd wrote: I notice there were some CVS checkins about renaming it to the 'emergency user'. Cool, does this mean you're going to be able to define a manager at install-time? Yes - the whole lame login-as-superuser-create-a-manager-and-relogin process will be gone

Re: [Zope] [ot] python book

2000-12-05 Thread Chris Withers
Python Essential Reference by David M. Beazley (New Riders) The name says it all really ;-) cheers, Chris ___ Zope maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists -

[Zope] On DTML and Python Script.

2000-12-05 Thread Harris Peter
Jason Leach writes... Message: 9 Date: Mon, 4 Dec 2000 12:36:26 -0800 (PST) From: "Jason C. Leach" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: [Zope] On DTML and Python Script. hi, For Christmas I'd like a way

[Zope] On DTML and Python Script

2000-12-05 Thread Phill Hugo
Jason Leach pointed out that Document Template could include ASP/PHP style Python escapes to embed code. This may seem a good idea at first but part of the really nice thing about Zope is that it goes a fair way to ensure you organise your work cleanly and seperate logic from the layout. In PHP

[Zope] [ot] python book

2000-12-05 Thread Lee Reilly CS1997
Hi, I'm going through the tutorials available on Python.org but can anyone recommend a good book? I've always been impressed by O'Reilly's books and I see that there are a number of them available: - Python Programming on Win32 - Learning Python - Programming Python Which one of the above

Re: [Zope] [ot] python book

2000-12-05 Thread Ragnar Beer
I read Learning Python and still love it and would highly recommend it. The book is very good! Apart from that I'm using the Python Essential Reference more often nowadays. It's handier than a printout of the lib.pdf but actually you don't really need if if you are comfy with the pdf stuff.

Re: [Zope] [ot] python book

2000-12-05 Thread peter bengtson
Learning Python is good and has good "english". But Python The Quick Book (ugly cover) has brilliant english writing, and is probably more pedagogic than others. Hi, I'm going through the tutorials available on Python.org but can anyone recommend a good book? I've always been impressed

[Zope] HTML - ZOPE?

2000-12-05 Thread Tom Deprez
Hi, I'm not sure if this is a strictly zope question, but I hope some people can give me an idea on how to solve this problem. I'm creating a form which has amonng it's input tags 2 comboboxes. Now, the content of one combobox, depends on the selection of the first combobox. How can I

[Zope] manage_main in python product

2000-12-05 Thread Menard . Jean-Francois
I'm developping a python simple product. I want to define a tab in the management interface as the manage_main of a subobject in it. Is it possible, and if it is, how can I do that? Jean-François Ménard Intranet DPAS Pratiques d'affaires et orientations *(514) 840-3000 poste 3939 *

Re: [Zope] HTML - ZOPE?

2000-12-05 Thread Oliver Bleutgen
Hi, I'm not sure if this is a strictly zope question, but I hope some people can give me an idea on how to solve this problem. I'm creating a form which has amonng it's input tags 2 comboboxes. Now, the content of one combobox, depends on the selection of the first combobox. How can I

Re: [Zope] FTP in HTML-Kit? Sussed it!

2000-12-05 Thread Stefan H. Holek
On Tue, 5 Dec 2000, Jason Cunliffe wrote: Thanks for your notes, especially the "open as text" tip. I found an option in "Edit | Preferences | Workspace" named "Ignore file type when opening/inserting" It may have (yet undetected) side effects, but doubleclicking index_html now does what I

Re: [Zope] HTML - ZOPE?

2000-12-05 Thread Andy McKay
You either have to refresh / reload the page after the first combo box, go for two pages or go for javascript. -- Andy McKay, Developer. ActiveState. - Original Message - From: "Oliver Bleutgen" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, December 05, 2000 10:51 AM

Re: [Zope] string splitting in dtml

2000-12-05 Thread Mike Kelland
I tried what you recommended and got the following error: Error Type: AttributeError Error Value: __getslice__ The problem I think is that the variable is drawn from the database as type date (Microsoft Access 2k) and somehow is cast into a date type. Is there a way to re-cast this variable as

Re: [Zope] How to specify to z sql methods, the connection object to use at runtime...time...

2000-12-05 Thread Randall Kern
I haven't actually tried this, but it seems it should work: / /db1- folder connection- a DB connection object to db 1 /db2- folder connection- a DB connection object to db 2 query- a ZSqlMethod, set to use the connection 'connection'. Note, you

Re: [Zope] Does 2.2.4 solve Proxy+ZCatalog bugs?

2000-12-05 Thread Andy McKay
It works fine for me. I dont know if that proves anything except I cant find the problem again. -- Andy McKay, Developer. ActiveState. - Original Message - From: "ethan mindlace fremen" [EMAIL PROTECTED] To: "Marcin Kasperski" [EMAIL PROTECTED] Cc: "Zope List Submission" [EMAIL

Re: [Zope] FTP in HTML-Kit? Sussed it!

2000-12-05 Thread Jason Cunliffe
Yes interesting + thanks again. Also there is radio button in "Edit | Preferences | Workspace" 'Transfer mode' = use text mode to transfer files with extensions and then a long list: al;asa;asc;asp;aspc;aspx;bas;bat;c;c++;cat;cc;cfm;cfml;cgi;cnf;conf;cpp;cs;c

Re: [Zope] Link counter

2000-12-05 Thread Andy McKay
FSCounter happily counts things effeciently on the file system and could be used for counting, followed by a redirect as Chris says. -- Andy McKay, Developer. ActiveState. - Original Message - From: "Chris Gray" [EMAIL PROTECTED] To: "Brendon Grunewald" [EMAIL PROTECTED] Cc: [EMAIL

[Zope] mod_fastcgi

2000-12-05 Thread michael angelo ruberto
hi, i was wondering what if any difference there is for zope if i install it to access mod_fastcgi through a port as opposed to a socket. which is the recommended/safest approach? thanks -mike- ___ Zope maillist - [EMAIL PROTECTED]

[Zope] ZMySQLDA traceback

2000-12-05 Thread Rodrigo Leme de Mello
Hi All, I am trying to install ZMySQLDA and as a result of my installation, i am getting the following traceback ZMySQLDA Import Traceback Traceback (innermost last): File "/home/zope/224/lib/python/OFS/Application.py", line 397, in import_products product=__import__(pname, global_dict,

Re: [Zope] FTP in HTML-Kit? (Or other editor on MS-Windows)

2000-12-05 Thread Martijn Pieters
On Mon, Dec 04, 2000 at 11:09:00PM +0100, Oliver Bleutgen wrote: A very interesting feature for zope seems to be the following: " Ability to map local folders to remote servers, for the purpose of previewing files with server-side scripting through the server ("Edit | Preferences... |

Re: [Zope] [ot] python book

2000-12-05 Thread Rik Hoekstra
What I'm still missing is something like the perl cookbook but for Python :( I don't know the perl cookbook, but the eff-bot guide to the Python library has some 300 scripts in it. You can get it from fatbrain.com. It is in pdf version only (or at least a

[Zope] Zope Beginner

2000-12-05 Thread Mark A. Pappas
Hi All, I'm new to Zope. Just installed it a few minutes ago. Everything installed fine. Logged in http://localhost:8080/manage worked great. I'm trying to figure out the web server portion of zope. I was reading the docs the chart that talks about ZServer Command Line Switches. It tells me the

[Zope] Database Image Publishing

2000-12-05 Thread Mohan Baro
Hey Guys and Gals, Can anyone help me to Retrieve, Update, Insert image files into a Database in Zope. I am running zope on linux mandrake and use ZSever The database I am currently using is MySQL on MySQLDA (MySQLdb non-binary dist.) Mo. ___

RE: [Zope] mod_fastcgi

2000-12-05 Thread Ron Bickers
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of michael angelo ruberto Sent: Tuesday, December 05, 2000 3:36 PM To: [EMAIL PROTECTED] Subject: [Zope] mod_fastcgi hi, i was wondering what if any difference there is for zope if i install it to

Re: [Zope] Simple site - hard to make ?

2000-12-05 Thread Dieter Maurer
Michael Jenner writes: I would like to set up a site with the following contents / requirements: 1. One main-page (no header / footer). Mainly a clickable image + a few links. 2. A section with articles. Including the "Print this page" option. This section should use one set of

[Zope] Large XML files

2000-12-05 Thread paul_s_johnson
I am testing the possibilities of delivering the content of XML Documents through the Zope environment. Unfortunately, some of the proposed file are rather large (up to 760KB) and just uploading them and viewing them on our current Zope server is prohibitively slow. Our server, running Z2 is a

[Zope] version 2.2.4 just blew up!

2000-12-05 Thread michael angelo ruberto
hi, i just performed the upgrade from 2.2.2 to 2.2.4 and it blew up after running for a few minutes. it happened as i clicked the link to Debug Information from the control panel. Zope does start up again and the same thing occurs each time i click this link. i can send you the Dr. Watson error

RE: [Zope] mod_fastcgi

2000-12-05 Thread michael angelo ruberto
Ron, i was wondering what if any difference there is for zope if i install it to access mod_fastcgi through a port as opposed to a socket. which is the recommended/safest approach? In theory (and maybe in practice) the socket should be faster since it does not go through the networking

Re: [Zope] Zope Beginner

2000-12-05 Thread Phil Harris
Mark, Here's the line from my Zope start script, it may help: "D:\zope\bin\python.exe" "D:\zope\z2.py" -X -w20080 -f20021 %1 %2 %3 %4 %5 %6 %7 %8 %9 This line turns off 'debugging' mode (note the absence of -D), it also shuts down all servers by default (-X), then explicitly starts http on

Re: [Zope] Large XML files

2000-12-05 Thread Jim Hebert
You could check into the ExtFile product (search on zope.org) and see if that makes a perf difference. That said, just about anything on that setup is going to be slow!! Please excuse the os advocacy, but given that this is likely all you'd dream of running on this server anyways (ie it's not

[Zope] Zope 2.3 plan updated...

2000-12-05 Thread Brian Lloyd
Hi all - We're gearing up for getting a new feature release out so for those interested I've updated the Zope 2.3 plan at: http://dev.zope.org/Resources/zope_230_plan.html The main changes from the prior version are that it is much more detailed, some items have been added and the item for

Re: [Zope] [ot] python book

2000-12-05 Thread Andy McKay
Learning Python. -- Andy McKay, Developer. ActiveState. - Original Message - From: "Lee Reilly CS1997" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, December 05, 2000 8:40 AM Subject: [Zope] [ot] python book Hi, I'm going through the tutorials available on Python.org

Re: [Zope] Large XML files

2000-12-05 Thread Phil Harris
Paul, The XMLDocument type is rather 'expensive' and you may be able to 'get away' with using a simpler type such as DTMLDocument. If you don't need the DOMification of your XML when you put it into Zope this is something i'd look at.. I have done this with large documents and then used an

Re: [Zope] ZMySQLDA traceback

2000-12-05 Thread Curtis Maloney
On Wednesday 06 December 2000 08:47, Rodrigo Leme de Mello wrote: Hi All, I am trying to install ZMySQLDA and as a result of my installation, i am getting the following traceback ZMySQLDA Import Traceback Traceback (innermost last): File "/home/zope/224/lib/python/OFS/Application.py",

Re: [Zope] Sort broken on zope.org site...

2000-12-05 Thread Itai Tavor
Darin Lee wrote: Zopistas, Following up on my question yesterday, regarding sorting on the results columns of keyword/text based searches, I have noticed that if I do a text search on the zope.org site and then try to sort on a column - the same error comes up: Error type: TypeError Error

Re: [Zope] Re: [Zope-ZEO] Zope 2.2.4 ZEO 0.4.1 (latest anyway)doesn't want to add Products

2000-12-05 Thread Bill Anderson
Shane Hathaway wrote: On Mon, 4 Dec 2000, Bill Anderson wrote: Shane Hathaway wrote: Just packaged up. http://www.zope.org/Members/hathawsh/ExternalMount And there was almost much rejoicing. It doesn't seme to want to mount the root of a Data.fs, at least according to the

[Zope] FTP in HTML-Kit? Sussed it!

2000-12-05 Thread jimbo
Thanks for the tips. Here's how I mapped a local folder in order to use the preview feature. I'm not talking about right click preview. Look under edit/preference/preview Server mappings Server Address c:\work http://www.myhost.com:8080 "c:\work" holds my dtml

[Zope] the day of zope headaches

2000-12-05 Thread michael angelo ruberto
ok, i'm not that superstitious but today must be Zopes equivalent of friday the 13th. i've nothing but headaches with it all day today. maybe the warranty expired ;) here we go the new problem is this: Zope has encountered an error while publishing this resource. IOError Sorry, a Zope error

[Zope] Newbie question, help with navigation method

2000-12-05 Thread Richard Blumberg
I've a Zope newbie, trying to set up a Zope site at zope.org, and I'm running into problems with what seems like it should be a fairly simple navigation method. I've replaced the standard_html_header and footer methods with my own, which create a simple two column table; I'm trying to get the

[Zope] just curious

2000-12-05 Thread michael angelo ruberto
hi, how do i remove all of the 7000 + company documents from Zope? -mike- ___ Zope maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists -

[Zope] version 2.2.4 just blew up

2000-12-05 Thread jimbo
Same thing happened to me on upgrading from 2.2.2. I just reinstalled the full version over the hosed upgrade and it worked again. -Jimbo ___ Zope maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML

[Zope] Comment elimination...

2000-12-05 Thread Curtis Maloney
Greetings, Whilst developing, i often dtml-comment out some part of a document so I can test an replacement/option/something. Sometimes, due to interruptions or just my poor memory, I don't remove the old code... I was just wondering if there were some convenient way I could search all of

RE: [Zope] version 2.2.4 just blew up

2000-12-05 Thread michael angelo ruberto
i was thinking of doing just that. thanks Jimbo! -mike- -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of jimbo Sent: Tuesday, December 05, 2000 7:57 PM To: [EMAIL PROTECTED] Subject: [Zope] version 2.2.4 just blew up Same thing happened to me on

[Zope] How to edit ZClass methods in HTML-Kit?

2000-12-05 Thread Dirksen
Has anybody tried to edit ZClass methods in HTML-Kit? Dirksen __ Do You Yahoo!? Yahoo! Shopping - Thousands of Stores. Millions of Products. http://shopping.yahoo.com/ ___ Zope maillist - [EMAIL

Re: [Zope] Re: [Zope-ZEO] Zope 2.2.4 ZEO 0.4.1 (latest anyway)doesn't want to add Products

2000-12-05 Thread Shane Hathaway
On Tue, 5 Dec 2000, Bill Anderson wrote: So, what would you suggest for the following scenario? o Site distirbuted via ZEO o Using SiteAccess2 for virtual hosting sites under /vhosts/thissite /vhosts/thatsite o each site is actually it's own full Data.fs Under non-zeo, it's simple,

Re: [Zope] the day of zope headaches

2000-12-05 Thread Kevin Teague
Zope has encountered an error while publishing this resource. IOError Sorry, a Zope error occurred. such a very helpful message. this happened while reindexing the ZCatalog View the HTML source for the error page - the Python traceback contained in there will be more helpful. However,

[Zope] 2.2.4 bombs

2000-12-05 Thread Jon Nathan
hi, i have a couple old zope installations that i'm trying to replace. i downloaded 2.2.4 and untarred/zipped it as /web/Zope-2.2.4-src/ i ran python w_pcgi.py and it seemed to go cleanly. i want to use it with apache, which is already installed and happy. that's how my other installations

Re: [Zope] the day of zope headaches

2000-12-05 Thread Chris McDonough
Yup, this is very likely. The catalog does subcommits by default, which take up lots of temp space if you're cataloging lots of stuff in a batch. - Original Message - From: "Kevin Teague" [EMAIL PROTECTED] To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Tuesday, December 05, 2000 11:00

Re: [Zope] version 2.2.4 just blew up!

2000-12-05 Thread Chris McDonough
The Dr. Watson log won't help us at this stage. Can you turn on debug logging by inserting the following to the beginning of your Zope's start.bat file: set STUPID_FILE_LOG=var\debug.log Then report back what comes up in the var\debug.log file when you click on the link that crashes Zope, if

Re: [Zope] just curious

2000-12-05 Thread Chris McDonough
What? - Original Message - From: "michael angelo ruberto" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, December 05, 2000 7:33 PM Subject: [Zope] just curious hi, how do i remove all of the 7000 + company documents from Zope? -mike-