[Zope-dev] STX and underline symbology

2001-10-19 Thread Alastair Burt
In the current version of STX, the underline symbology is not very good for documenting Python. In the string python_function1 does this, and python_function2 does that, function1 does this, and python gets underlined. I think it would be better if either: 1) there are no spaces in strings to

Re: [Zope-dev] STX and underline symbology

2001-10-19 Thread Andreas Jung
I checked in some fixes to underline handling into the trunk and the 2.4 branch. Please check this out. If the problems persist, please send me a small testcase. Andreas - Original Message - From: Alastair Burt [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, October 19, 2001 06:25

Re: [Zope-dev] STX and underline symbology

2001-10-19 Thread Alastair Burt
Andreas Jung [EMAIL PROTECTED] writes: I checked in some fixes to underline handling into the trunk and the 2.4 branch. Please check this out. If the problems persist, please send me a small testcase. I don't really know my way around CVS. The version I checked out has the following in

[Zope-dev] Zope server hanging

2001-10-19 Thread Stefane Fermigier
Hi, I've sent this message yesterday to the EuroZope list but got not conclusive answer: The eurozope.org Zope instance was down again this morning due to the same recurring problem as last week: 2001-10-18T02:32:52 ERROR(200) ZServer uncaptured python exception, closing channel

RE: [Zope-dev] Zope Cygwin

2001-10-19 Thread Norman Vine
Andreas Jung writes: I think its in ZServer/HTTPResponse.py - Original Message - From: Norman Vine [EMAIL PROTECTED] To: 'Chris McDonough' [EMAIL PROTECTED] Cc: [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Thursday, October 18, 2001 20:18 Subject: RE: [Zope-dev] Zope Cygwin If you can

Re: [Zope-dev] nasty persistence problem

2001-10-19 Thread Chris Withers
Michel Pelletier wrote: Tim McLaughlin wrote: Thanks Chris, I'll hold on to that for a rainier day. I just worked this one out in a very roundabout way ;) A product had gotten copied in that moved a Product class from one module to another even though everything else was the same.

RE: [Zope-dev] Proposal: have install_product detect __init__.pyo too

2001-10-19 Thread Brian Lloyd
I'd like to run python in its optimised mode (to try to squeeze that extra 1-5% of performance out of it ;). The only real barrier to doing this is that install_product doesn't check for __init__.pyo (just .py and .pyc). Would there be serious problems if it was modified to detect the

[Zope-dev] Small ZMI enhancement

2001-10-19 Thread Casey Duncan
When working in versions, it is currently a pain to get to the current version you are working in. Since the ZMI displays the path to the current version at the top, I thought, why now make this a link to the version so that you can get there in one click and manage it? Here is the patch to

RE: [Zope-dev] standard_error_message and displaying non-html content.

2001-10-19 Thread Noel Duffy
I have now put the first (rough) draft of a proposal up on dev.zope.org. Please feel free to comment/modify/add suggestions. If anyone has a specific problem with standard_error_message which my proposal does not address, please feel free to contact me. I will be away from the office for the

Re: [Zope-dev] Small ZMI enhancement

2001-10-19 Thread Andreas Jung
It's in the CVS now. Thanks, Andreas - Original Message - From: Casey Duncan [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, October 19, 2001 11:45 Subject: [Zope-dev] Small ZMI enhancement When working in versions, it is currently a pain to get to the current version you are

[Zope-dev] Anyone know how to add a property to a Zope Product (not its instances)?

2001-10-19 Thread Craeg K. Strong
I am developing a new Zope product in python. Normally one adds properties to a product like so: class newProduct(SimpleItem, etc): meta_type 'NewProduct' _properties = ( {'id': 'title', 'type':'string'}, { 'id':'description','type':'string'}, {'id':'foobar' ,

[Zope-dev] Zope 2.4.2 Error

2001-10-19 Thread E. Seifert
Hi list, I just installed the 2.4.2 update over my Linux Zope 2.4.1 and I get the following traceback: Traceback (innermost last): File /usr/local/zope/lib/python/ZPublisher/Publish.py, line 223, in publish_module File /usr/local/zope/lib/python/ZPublisher/Publish.py, line 187, in publish

[Zope-dev] Python 2.2a1

2001-10-19 Thread Andy McKay
Is out and: Large file support is now enabled on Win32 and Win64 platforms, and automatically configured (at least on Linux and Solaris). Cool, that will mean there will be less worries about Zope users hitting the 2 gig limit. Cheers. -- Andy McKay.

RE: [Zope-dev] Zope 2.4.2 Error

2001-10-19 Thread E. Seifert
Oh, I forgot to mention that I also get the following message after starting Zope up the first time: snippet /usr/local/zope/lib/python/SearchIndex/__init__.py:9 1: DeprecationWarning: The usage of the SearchIndex package is deprecated since Zope 2.4. This package is only kept for backwards

Re: [Zope-dev] Zope 2.4.2 Error

2001-10-19 Thread Andreas Jung
Jup, I assume you are using some 3rd party products that still use the old SearchIndex stuff. Nothing to worry about -just a warning. Andreas - Original Message - From: E. Seifert [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, October 19, 2001 17:31 Subject: RE: [Zope-dev] Zope

Re: [Zope-dev] Python 2.2a1

2001-10-19 Thread Bill Anderson
On Fri, 2001-10-19 at 15:30, Andy McKay wrote: Is out and: Large file support is now enabled on Win32 and Win64 platforms, and automatically configured (at least on Linux and Solaris). Cool, that will mean there will be less worries about Zope users hitting the 2 gig limit. As soon as

Re: [Zope-dev] Small ZMI enhancement

2001-10-19 Thread Chris McDonough
Is the change going to be documented anywhere? Andreas Jung wrote: It's in the CVS now. Thanks, Andreas - Original Message - From: Casey Duncan [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, October 19, 2001 11:45 Subject: [Zope-dev] Small ZMI enhancement When

Re: [Zope-dev] Zope Cygwin

2001-10-19 Thread Chris McDonough
Note that after Ctrl-C'ing out of wget index.html has been recieved and that its length is 3022 bytes !! I know I am missing something obvious here, but why was Chris getting 194 bytes with a VC++ compiled Zope ?? I was wgetting a very short page... one that was essentially an HTML