ZPT and "incompatible version None" error :(
bruno modulix
onurb at xiludom.gro
Tue Sep 13 06:45:56 EDT 2005
Jaroslaw Zabiello wrote:
> Dnia Mon, 12 Sep 2005 16:51:48 +0200, Jaroslaw Zabiello napisaĆ(a):
>
>
>>Another ZPT file try to fill one slot:
>>
>><div metal:use-macro="context/base">
>> <div metal:fill-slot="gora">Search|Read|Compare|History</div>
>></div>
>>
>>When I try to open it, I get the error mentioned above. Any idea?
>
>
> Solution was trivial
>
> <div metal:use-macro="context/base/macros/content">
Duh ! I should have spotted this one :(
--
bruno desthuilliers
python -c "print '@'.join(['.'.join([w[::-1] for w in p.split('.')]) for
p in 'onurb at xiludom.gro'.split('@')])"
More information about the Python-list
mailing list