actionflow problem

0 views
Skip to first unread message

Marc Gehling

unread,
Oct 17, 2006, 1:17:52 PM10/17/06
to actio...@googlegroups.com
Hello,

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

Mark Ramm

unread,
Oct 17, 2006, 1:41:01 PM10/17/06
to actio...@googlegroups.com
I'm actually testing on the 1.0 branch (of TurboGears -- not trunk) so
that may be why things aren't working yet.

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

Reply all
Reply to author
Forward
0 new messages