On 12/28/05, reflog <[EMAIL PROTECTED]> wrote:
>
> Ok.
> 1) i am using linux. (ubuntu)
> 2) removing py:extends didn't affect the problem
> 3) removing the widgets call, i commented three lines:
> #from turbogears import widgets
>         #from tinymce import TinyMCE
>         comment_editor = None
> #widgets.TableForm([widgets.TextField("name"), TinyMCE()])
>
> this actually stabilized the project! I've refreshed the page 10 or so
> times - seems to be ok.
> hope this gets you on the right track.

Ahh, that is distinctly different from the problem that we're trying
to chase down. I haven't looked closely at the TinyMCE code (it's not
in turbogears proper, after all...)

You might try firing up a python shell and creating that form there,
then call render() on it and see if you get something reasonable out.

Kevin

Reply via email to