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.
"Chaos is the score upon which reality is written." --Henry Miller
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
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 ''
>
>
Of course not. The quoting happens because of tal:attributes. Just
moving the `python
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, us
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.:
> >
> >
> >
> > Zope3 makes a < / &rt; out of the "<>"
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: http://mail.zope.or
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 can
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,