Re: [Zope-dev] Failing Zope 2.8 / Python 2.3 tests on your box

2008-08-21 Thread Stefan H. Holek
It is a hand-compiled Python 2.3, not the one coming with the distro. I'll have to look into it, maybe ./configure missed something... Stefan On 20. Aug 2008, at 19:57, Tres Seaver wrote: Tests are blowing up on that box becaues the 'encodings' module has no attribute 'aliases': AFAICT,

[Zope-dev] zope.testbrowser.testing.Browser has undefined dependencies

2008-08-21 Thread Chris Withers
Hi All, I'm just starting to play with zope.testbrowser's testing.Browser but I notice that is uses the following packages: transaction zope.app.testing zope.app.folder zope.app.component ...but zope.testbrowser doesn't declare any dependency on these. It probably should in some way, but I

[Zope-dev] Zope Tests: 4 OK, 1 Unknown

2008-08-21 Thread Zope Tests Summarizer
Summary of messages to the zope-tests list. Period Wed Aug 20 11:00:00 2008 UTC to Thu Aug 21 11:00:00 2008 UTC. There were 5 messages: 5 from Zope Tests. Unknown --- Subject: UNKNOWN : Zope-2.8 Python-2.3.6 : Linux From: Zope Tests Date: Wed Aug 20 20:42:12 EDT 2008 URL:

Re: [Zope-dev] How to put , in HTML attributes?

2008-08-21 Thread Hermann Himmelbauer
Am Mittwoch 20 August 2008 19:59:37 schrieb Christian Theune: On Wed, 2008-08-20 at 19:34 +0200, Hermann Himmelbauer wrote: Hi, I have a page template, that should have the characters and in the resulting HTML code, e.g.: input type=hidden, name=xyz, value=ABC / Zope3 makes a lt;

Re: [Zope-dev] zope.testbrowser.testing.Browser has undefined dependencies

2008-08-21 Thread Philipp von Weitershausen
Chris Withers wrote: I'm just starting to play with zope.testbrowser's testing.Browser but I notice that is uses the following packages: transaction zope.app.testing zope.app.folder zope.app.component ...but zope.testbrowser doesn't declare any dependency on these. It does, using the

Re: [Zope-dev] How to put , in HTML attributes?

2008-08-21 Thread Christian Theune
On Thu, 2008-08-21 at 13:30 +0200, Hermann Himmelbauer wrote: Yes, many thanks for that, this did the trick! Interestingly, something like this did not work:: def attrcode(self): return 'broken' input value= tal:attributes=value view/attrcode / Of course not. The quoting happens

Re: [Zope-dev] zope.app.form: Make no value always available?

2008-08-21 Thread Thomas Lotze
Tres Seaver wrote: Thomas Lotze wrote: Oh well, it turns out that this doesn't really work well as the class in question is used as a base class by all the items edit widgets. The next-best approach we'd try would be a module-global flag that turns the old behaviour back on and must be set

Re: [Zope-dev] zope.app.form: Make no value always available?

2008-08-21 Thread Fred Drake
On Thu, Aug 21, 2008 at 8:45 AM, Thomas Lotze [EMAIL PROTECTED] wrote: If someone gives me access to the package on PyPI (username: tlotze), I can also upload it there. Done. -Fred -- Fred L. Drake, Jr. fdrake at gmail.com Chaos is the score upon which reality is written. --Henry Miller