after install actionflow-trunk and start with turbogears-trunk, i see
only an " 500 Internal error".
for p in stream:
File "c:\python24\lib\site-packages\kid-0.9.3-py2.4.egg\kid\pull.py", line 210, in _coalesce
for ev, item in stream:
File "Y:\vmshare\dev\turbogear\osTGapplications\actionflow\trunk\actionflow\actionflow\templates\master.py", line 288, in _match_func
NameError: name 'tg_flash' is not defined
with google help, i change master.kid from
<div py:if="tg_flash" class="flash" py:content="tg_flash"></div>
to
<div py:if="value_of('tg_flash', None)" class="flash"
py:content="tg_flash"></div>
and it looks better.
--
Marc Gehling
I've also got some more code almost ready to check in, but I've had a
failing test for a week, and my work situation has been insane so I
haven't had time to fix it. And I don't like checking in broken code.
--Mark
--
Mark Ramm-Christensen
email: mark at compoundthinking dot com
blog: www.compoundthinking.com/blog