Re: [Zope] Editors [OT]

2001-01-25 Thread Wolfgang Strobl
On 25 Jan 2001, 10:08 Chris Withers wrote: > Tres Seaver wrote: > > > > I'm liking it a lot -- the last reason to even consider using > > emacs is gone :) > > Hmmm... interesting, maybe it's time to find a new editor... Why not use Riaan Booysens Boa Constructor IDE or Mark Hammonds PythonWi

[Zope] z2.py

2001-01-25 Thread Wolfgang Strobl
While analyzing a problem, I had a quick look into z2.py, and frankly, I don't understand the logic behind the so called "required path hackery for the win32 binary distribution". This hack unnecessarily makes the z2.py location dependant. The installer rewrites the z2.py source, inserting the

Re: [Zope] Trivial challenge ?

2001-01-23 Thread Wolfgang Strobl
. IMHO, this isn't Olivers fault, but an indication that there is something wrong with dtml. Btw, I believe that is the easiest way to express what he wants. But what do I know. :-} -- Wolfgang Strobl ___ Zope maillist - [EMAIL PROTECTED] htt

Re: [Zope] Zope on Win2K stable ?

2001-01-09 Thread Wolfgang Strobl
possible to start Zope under Win2K as a service > (controlable through the system management console) ? Yes. It's no different from NT 4 in this respect. -- Wolfgang Strobl ___ Zope maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/l

Re: [Zope] Non-ASCII-form-input -> HTML-entities?

2001-01-03 Thread Wolfgang Strobl
On 3 Jan 2001, at 22:53, Dieter Maurer wrote: > I would instead include a "charset" declaration and > no longer worry about HTML entities for latin 1 characters. > > This is rendundant. ISO-8859-1 is the default encoding for http, anyway, and has ever been

[Zope] ImportError on Zope 2.3.0 alpha 1

2000-12-28 Thread Wolfgang Strobl
The following method worked on 2.2.4, but fails on 2.3.0a1: Actually, "manage_addProperty" doesn't seem to work at all, throwing an error message like Error Type: ImportError Error Value: cannot import name checkValidId Traceback (innermost last): ... File /home/strobl/Zope-2.3.0a1-sr

Re: [Zope] Path problem?

2000-12-21 Thread Wolfgang Strobl
On 21 Dec 2000, 9:22 Tim Cook wrote: > Otto Pichlhoefer wrote: > > > > Hope someone can help, although it might be related to WindowsNT :-) > > > > I asked this before but it really gives me some headache. > > > > I have a problem with the Export/Import feature. When trying to > > import a *.

Re: [Zope] Path problem?

2000-12-21 Thread Wolfgang Strobl
On 21 Dec 2000, 15:43 Otto Pichlhoefer wrote: > Hope someone can help, although it might be related to WindowsNT :-) Actually, it isn't related to Windows NT. > > I asked this before but it really gives me some headache. > > I have a problem with the Export/Import feature. When trying to i

Re: [Zope] Problem with 2.2.4b1

2000-11-25 Thread Wolfgang Strobl
he only only experiencing this problem? No. I reported this on Tuesday, and Brian Lloyd answered that it is fixed for final, on the very same day. See Message-ID -- eMSK / Wolfgang Strobl / [EMAIL PROTECTED] ___ Zope maillist - [EMAIL PRO

Re: [Zope] You are currently working in version No

2000-11-21 Thread Wolfgang Strobl
On 21 Nov 2000, 9:57 Andy McKay wrote: > Zope figures out what version you are in by saving a cookie. Close > your browser and or delete all cookies and go back to Zope, you should > then be out of any version. Sorry, I forgot to mention that I tried this before asking the list. That's why I c

[Zope] Re: You are currently working in version No

2000-11-21 Thread Wolfgang Strobl
On 21 Nov 2000, 18:41 [EMAIL PROTECTED] wrote: > I'm just figthing with a somewhat strange and annoying error on one of > my production sites. > > After saving and leaving a version named "neu", I'm now confronted > with a system which says "You are currently working in version No " > right aft

[Zope] You are currently working in version No

2000-11-21 Thread Wolfgang Strobl
I'm just figthing with a somewhat strange and annoying error on one of my production sites. After saving and leaving a version named "neu", I'm now confronted with a system which says "You are currently working in version No " right after I enter a management screen, and before I really enter

Re: [Zope] ANNOUNCE: Zope 2.2.4 beta 1 released...

2000-11-21 Thread Wolfgang Strobl
On 20 Nov 2000, 15:07 Brian Lloyd wrote: > Zope 2.2.4 beta 1 has been released - you can download it > from Zope.org: > > http://www.zope.org/Products/Zope/2.2.4b1/ I'm not quite sure wether it's me, my system or this beta, but a fresh installation of 2.2.4 beta 1 says: Zope Error

[Zope] Risks. Was ZopeLDAP 1.0b4 breaks the root directory security tab

2000-11-16 Thread Wolfgang Strobl
On 16 Nov 2000, 9:02 Kyler B. Laird wrote: > Remember the satellite that blew up because of a > missed comma? (O.k., something like that. Is it > an urban legend?) "MARINER 1, the first U.S. attempt to send a spacecraft to Venus, failed minutes after launch in 1962. The guidance instructions

Re: [Zope] problems reading tar file

2000-11-12 Thread Wolfgang Strobl
r to xyz.tgz locally. -- Wolfgang Strobl ___ Zope maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope

Re: [Zope] ZCatalog scalability?

2000-11-08 Thread Wolfgang Strobl
ataloging about ten thousand news messages into a catalog in one step. Searching isn't the problem (this is quite fast) - cataloging is. This takes a lot of time and a lot of memory. -- Wolfgang Strobl ___ Zope maillist - [EMAIL P

Re: [Zope] catalog DTML Document

2000-11-07 Thread Wolfgang Strobl
On 7 Nov 2000, 10:37 Chris Withers wrote: > Wolfgang Strobl wrote: > > There is a How-To "Adding ZClass Instances Programmatically", > > and a lot of gobbledigoop about when, how and why. But I haven't > > found anything about how to "index" or

Re: [Zope] catalog DTML Document

2000-11-06 Thread Wolfgang Strobl
On 6 Nov 2000, at 21:46, Dieter Maurer wrote: > Wolfgang Strobl writes: > > "Finding"a bunch of DTML Documents into a Zcatalog is easy. > > But how to do that programmatically? I haven't even found a way > > of doing that for a single DMTL Document. >

[Zope] catalog DTML Document

2000-11-05 Thread Wolfgang Strobl
"Finding"a bunch of DTML Documents into a Zcatalog is easy. But how to do that programmatically? I haven't even found a way of doing that for a single DMTL Document. -- Wolfgang Strobl ___ Zope maillist - [EMAIL

Re: [Zope] Re: [Zope-book] Re: [Zope] Zope Book Beta

2000-10-31 Thread Wolfgang Strobl
ion, and I'm using them both. -- Wolfgang Strobl ___ Zope maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-a

Re: [Zope] Re: [Zope-book] Re: [Zope] Zope Book Beta

2000-10-31 Thread Wolfgang Strobl
nds as christmas gifts, folks, so get crackin and start reading at." in the announcement? >Take a look at the copyright stuff info > on each page. didn't restribute it, I uploaded the same content in a different format to the very same site I got

Re: [Zope] Zope Book Beta

2000-10-31 Thread Wolfgang Strobl
On 30 Oct 2000, 17:32 Michel Pelletier wrote: > > Amos and I are gibbering like madmen with excitement to announce the > Zope Book Beta. [...] Great! For my own use, I'Ve just created a fully indexed MS-Windows HTMHelp-Version, see http://www.zope.org/Members/strobl, that I want to share

Re: [Zope] OT:NT and rebooting

2000-10-25 Thread Wolfgang Strobl
o reinstall the OS, in order to add a lousy floppy drive or some memory to my Unix workstation. Eeek. The statelessness of NFS, for example, came for a reason, you know. -- Wolfgang Strobl ___ Zope maillist - [EMAIL PROTECTED] http://lists.zop

Re: [Zope] OT:NT and rebooting

2000-10-25 Thread Wolfgang Strobl
On 25 Oct 2000, at 16:00, J. Atwood wrote: > "Months without rebooting"? > > That is certainly not something to brag about. Huh? Did anybody? Certainly not me. :-{ In case I didn't make myself clear: for running Zope; I don't care much whether the OS needs a reboot every month, every year, o

Re: [Zope] OT:NT and rebooting

2000-10-25 Thread Wolfgang Strobl
[...] To: trimmed to zope.org On 25 Oct 2000, 23:49 Bak @ kedai wrote: > > sorry if this is offtopic, but i see reference of rebooting every so > often with NT( and maybe W2K). is this real? or FUD? i use linux > myself and would like to confirm this from all you guys' experience It's FUD.

[Zope] Zope 2.2.2 breaks YihawDirectory ?

2000-10-23 Thread Wolfgang Strobl
When installing the actual Version of YihawDirectory (http://www.zope.org/Members/Roug/Yihaw) by importing it into a 2.2.2 Zope, I got the following traceback. This happens both with and without the current hotfixes. Importing it into 2.2.1 equipped with the current hotfixes works without flaw

Re: [Zope] bobobase_modification_time and .zexp

2000-10-17 Thread Wolfgang Strobl
On 17 Oct 2000, 20:18 Marcin Kasperski wrote: > Wolfgang Strobl wrote: > > > > import/export obviously doesn't preserve time stamps (i.e. > > bobobase_modification_time). This is unfortunate for any content > > which depends on those timestamps. How do you

[Zope] bobobase_modification_time and .zexp

2000-10-17 Thread Wolfgang Strobl
import/export obviously doesn't preserve time stamps (i.e. bobobase_modification_time). This is unfortunate for any content which depends on those timestamps. How do you people out there solve this problem when it comes to moving content from different Zope installations into a single one?

Re: [Zope] Stored Procedures

2000-10-17 Thread Wolfgang Strobl
Don't do that, P L E E E A S E ! HTML mail doesn't add to the content of a message in any way, other making them larger and harder to read and harder to search for most people. On 17 Oct 2000, 13:28 Alejandro Pancani wrote: > This is a multi-part message in MIME format. > > --=_NextPart_

Re: [Zope] Microsoft Zope

2000-10-17 Thread Wolfgang Strobl
On 16 Oct 2000, 12:27 Damien Morton wrote: > http://msdn.microsoft.com/library/default.asp?URL=/library/techart/Des > ignKMS ols.htm > > Looks like MS has embraced the Zope way of doing things "You must have scripting enabled in order to view this site. Please modify your browser's settings a

Re: [Zope] Reading/Parsing HTML Files from another server

2000-09-28 Thread Wolfgang Strobl
On 28 Sep 2000, 16:01 Dicken, Peer wrote: > I want to include a HTML file from another server (e.g. > www.foo.com/include.html ) into the output of one of my DTML methods > (index_html). See http://www.zope.org/Members/lstaffor/ZClientMethod "Using ZClient to Access Another Server" -- o

Re: [Zope] DTML entity syntax: was Nested properties (addition)

2000-09-28 Thread Wolfgang Strobl
On 27 Sep 2000, 12:46 Lars Heber wrote: > I forgot something: > > > By the way: Is it possible to insert special characters in > > properties, > > like รค? > > I meant, that properties with special characters in it are not > displayed correctly, when called with the shortened syntax > &dtml-VA

[Zope] Stack overflow on DEC OSF1 alpha

2000-09-22 Thread Wolfgang Strobl
s an uptime of 64 days now, and I don't care much about optimization for that not so heavily used internal server anyway. Context: OSF1 V4.0 1229 alpha gcc 2.95.2 -- Wolfgang Strobl, [EMAIL PROTECTED] or [EMAIL PROTECTED] ___ Zope mail

Re: [Zope] Ann: ZGDChart 0.4.2.b

2000-09-18 Thread Wolfgang Strobl
On 16 Sep 2000, 16:17 Chui Tey wrote: > ZGDChart with more chart styles, data from non-SQL sources, plus Linux > binaries. After installing ZGDChart, I noticed a handfull of new permissions with strange one-letter names, including a blank one, but no "Add ZGDCharts" permission. Changing

Re: [Zope] Running Zope 2.2.1 as NT service

2000-08-28 Thread Wolfgang Strobl
On 27 Aug 2000, 12:50 Alexander Chelnokov wrote: > The option seems to be unavailable under W2000. 2.1.6 could be run > that way without any trouble. Could you please elaborate? I just installed 2.2.1 final on my developement machine, under win2000 prof us. The installer asked the usual quest

Re: [Zope] Zope CVS on Windoze

2000-08-24 Thread Wolfgang Strobl
On 24 Aug 2000, 7:31 Chris Withers wrote: (I asked) > > Is there perhaps a better way for installing a cvs checkout on > > windows? It's obvious that none of the c modules get compiled, but > > these seem to change rather rarely ... > > I'd love to know the answer to this too :-) > > (mindyou

Re: [Zope] compiling on windows

2000-08-23 Thread Wolfgang Strobl
On 23 Aug 2000, 15:23 Toby Dickenson wrote: > On Wed, 23 Aug 2000 15:47:36 +0200, "Wolfgang Strobl" <[EMAIL PROTECTED]> > wrote: > > >Well, actually I have. But there aren't any workspace and project > >files (*.dsw and *.dsp). > > Hmmm, no. If

Re: [Zope] compiling on windows

2000-08-23 Thread Wolfgang Strobl
On 23 Aug 2000, 14:21 Toby Dickenson wrote: > On Wed, 23 Aug 2000 10:49:15 +0200, "Wolfgang Strobl" <[EMAIL PROTECTED]> > wrote: > > >Speaking about cvs: How do you people out there who run Zope on > >Windows too, do install cvs versions of zope?

Re: [Zope] Yihaw on 2.2.1b1, boolean properties

2000-08-23 Thread Wolfgang Strobl
On 22 Aug 2000, 22:15 R. David Murray wrote: > On Tue, 22 Aug 2000, Wolfgang Strobl wrote: > > 9. Uncheck "Highlight" and push Save Changes. > > > > Result: The boolean Highlight property checkbox is still checked. > > There is no way of making it uncheck

Re: [Zope] Yihaw on 2.2.1b1, boolean properties

2000-08-23 Thread Wolfgang Strobl
On 22 Aug 00, at 22:15, R. David Murray wrote: > On Tue, 22 Aug 2000, Wolfgang Strobl wrote: > > 9. Uncheck "Highlight" and push Save Changes. > > > > Result: The boolean Highlight property checkbox is still checked. > > There is no way of making it unch

Re: [Zope] Yihaw on 2.2.1b1, boolean properties

2000-08-22 Thread Wolfgang Strobl
On 22 Aug 2000, 11:15 Soren Roug wrote: > I don't know why your boolean properties are "sticky". What version of > Zope have you installed Yihaw on? Various, starting with 2.1.6. On what version of Zope doesn't doesn't it display this behaviour, IYO? Anyway. 1. Install Zope 2.2.0 on Window

[Zope] Yihaw on 2.2.1b1, boolean properties

2000-08-21 Thread Wolfgang Strobl
I just tried installing a freshly downloaded copy of YihawDirectory.zexp into a relatively new 2.2.1b1, but in vain. Error Type: Permission mapping error Error Value: Attempted to map a permission to a permission, Add Yihaw Objects, that is not valid. This should never happen. (Waaa). I'm s

Re: [Zope] Cannot "uncheck" boolean properties in 2.2b3

2000-08-21 Thread Wolfgang Strobl
On 3 Jul 2000, 1:55 Ron Bickers wrote: > In 2.2b3, after setting a boolean property to "checked", it will not > save when trying to "uncheck" it. I reported this to the Collector > already (751). > > As a workaround, you can just delete it and readd it since it defaults > to unchecked. I trie

Re: [Zope] Zope is memory intensive?

2000-07-18 Thread Wolfgang Strobl
On 18 Jul 2000, 2:15 Firestar wrote: > Hi, i have installed Zope on a RH6 box, and looking at the processes, > Zope(running as 'python') consumes abt 20% of the memory usage! A > single apache daemon only takes abt 9-10%. Is Zope supposed to be so > memory intensive? Well, I'm running both IIS

Re: [Zope] How to deactivate HTML tags ... (??)

2000-07-18 Thread Wolfgang Strobl
On 18 Jul 2000, 9:39 Wolfgang Klinger wrote: > I've a problem. I'm working on an address collection and I don't want > html tags to work. e.g someone enters html tags in the name field. How > can I deactivate or remove them? -- o ( [EMAIL PROTECTED] (+49 2241) 14-2394 /\

[Zope] Cannot "uncheck" boolean properties in 2.2b3 fixed in 2.2?

2000-07-17 Thread Wolfgang Strobl
On 3 Jul 2000, 1:55 Ron Bickers wrote: > In 2.2b3, after setting a boolean property to "checked", it will not > save when trying to "uncheck" it. I reported this to the Collector > already (751). > > As a workaround, you can just delete it and readd it since it defaults > to unchecked. The co

Re: [Zope] Zope on NT - port problem

2000-06-14 Thread Wolfgang Strobl
On 14 Jun 2000, 8:06 - - wrote: > How do I customise the port number that Zope installs to? I'm > running NT and there is already a service running on the default > port 8080. Modify the start value in HKLM/SYSTEM/CurrentControlSet/Services//Parameters, by adding a -P or -w at the end of the s

[Zope] getSize()? was [Zope] Zope 2.2 beta 1 released

2000-06-14 Thread Wolfgang Strobl
On 12 Jun 2000, 17:36 Brian Lloyd wrote: > Zope 2.2.0 beta 1 has been released - you can download it from ... After noticing that ZWiki throws an Attribute Error / getSize in RecentChanges, I tried a simple This works in 2.1.6, but throws the aforementioned exception in 2.2b1, too. Is

Re: [Zope] Win98 and WEBDAV - you ought to see it if you can

2000-05-22 Thread Wolfgang Strobl
On 22 May 2000, 6:41 Paul Browning wrote: > Question: If WEBDAV works so well under Win98 does it > also work just as well under Win2K? Perhaps someone > who will admit to using Win2K can confirm this? It might > even motivate me to upgrade from NT . I'm using Win2000 at work. Opening a web