Re: [Zope-dev] Rendering xml content in ZPT

2003-11-13 Thread Florent Guillaume
In article [EMAIL PROTECTED] you write: Hi all: I have downloaded Zope-2.6.2-linux2-x86 and I have created a page template with xml content, but when I try to test it the next message appears: Error Type: ImportError Error Value: cannot import name expat Is this a bug? That's a

Re: [Zope-dev] Rendering xml content in ZPT

2003-11-13 Thread Fred L. Drake, Jr.
Florent Guillaume writes: That's a packaging bug in the packaged Linux binary versions of Zope 2.6.* that Zope Corp won't fix, cf the bug tracker (and anyway there will be no binary versions for Zope 2.7.*). The package is missing some shared library files for expat. You'll have to

Re: [Zope-dev] Rendering xml content in ZPT

2003-11-13 Thread Antonio Beamud Montero
I have downloaded the last version of PyXML and I have installed using the python version of Zope 2.6 and all was sucessfully, but doesn't work either... El jue, 13-11-2003 a las 16:11, Fred L. Drake, Jr. escribió: Florent Guillaume writes: That's a packaging bug in the packaged Linux binary

Re: [Zope-dev] Rendering xml content in ZPT

2003-11-13 Thread Fred L. Drake, Jr.
Antonio Beamud Montero writes: I have downloaded the last version of PyXML and I have installed using the python version of Zope 2.6 and all was sucessfully, but doesn't work either... Interesting. There should be a reasonable work-around for this; if you could check the existing report

[Zope-dev] ThreadedAsync.LoopCallback.register_loop_callback in Zope 2.7

2003-11-13 Thread Viktor Voroshylo
Does anyone know what is the replacement for ThreadedAsync.LoopCallback.register_loop_callback in Zope 2.7? The problem that in 2.7 asyncore is not started using asyncore.loop. Instead it is manully polled in Lifetime.py. Therefore all callback that are registered via

[Zope-dev] Bug? Handling of attribute names and default values in forms in 2.61 ??

2003-11-13 Thread Max M
I have a piece of code that looks like below. It has worked for a few years now. After upgrading to 2.61 it doesn't any more. input type=hidden name=teachers:list:default value= dtml-call REQUEST.set('teacherList', getAllTeachers()) dtml-in teacherList sort=title input type=checkbox

Re: [Zope-dev] Rendering xml content in ZPT

2003-11-13 Thread Florent Guillaume
Please define doesn't work a bit better. Florent Antonio Beamud Montero wrote: I have downloaded the last version of PyXML and I have installed using the python version of Zope 2.6 and all was sucessfully, but doesn't work either... El jue, 13-11-2003 a las 16:11, Fred L. Drake, Jr. escribió:

Re: [Zope-dev] Bug? Handling of attribute names and default values in forms in 2.61 ??

2003-11-13 Thread Tres Seaver
On Thu, 2003-11-13 at 12:01, Max M wrote: I have a piece of code that looks like below. It has worked for a few years now. After upgrading to 2.61 it doesn't any more. input type=hidden name=teachers:list:default value= dtml-call REQUEST.set('teacherList', getAllTeachers()) dtml-in

[Zope-dev] New-style ExtensionClass, ZODB 3.3, and Zope 2.8 status

2003-11-13 Thread Jim Fulton
I spent what turned into a couple of weeks on new-style ExtensionClass (NSEC). This is a reimplementation of ExtendionClass as a new-style type. Actually, ExtensionClass.ExtensionClass is a subclass of type and ExtensionClass.Base is a subclass of object whose type is

Re: [Zope-dev] New-style ExtensionClass, ZODB 3.3, and Zope 2.8 status

2003-11-13 Thread Jim Fulton
Sidnei da Silva wrote: snip | Gory details snip | | I estimate that the necessary refactoring would take me 3-5 | days. The vast majority of the required time will be spent writing | tests. I really need to focus on Zope 3 for a while, so I may not | be able to get back to this soon. I think

Re: [Zope-dev] New-style ExtensionClass, ZODB 3.3, and Zope 2.8 status

2003-11-13 Thread Sidnei da Silva
snip | Gory details snip | | I estimate that the necessary refactoring would take me 3-5 | days. The vast majority of the required time will be spent writing | tests. I really need to focus on Zope 3 for a while, so I may not | be able to get back to this soon. I think that this is an area |

Re: [Zope-dev] New-style ExtensionClass, ZODB 3.3, and Zope 2.8 status

2003-11-13 Thread Sidnei da Silva
On Thu, Nov 13, 2003 at 04:35:52PM -0500, Jim Fulton wrote: | The expectation is that existing Zope 2 products will work with 2.8. | The security APIs will be unchanged. Great. | In case that was the case, would porting the zcml machinery | and the security policy from zope3 completely out of