>
> Hello,
>
> I started building the first form for the project yesterday, and have
> decided to give tw.forms a try. Though it was a bit confusing that
> there is ToscaWidgets and tw.forms, it took me a bit of time to figure
> out that I didn't have the whole package to start building forms :)
>
> A thing which was a bit annoying, though: In the standard installation
> using easy_setup, it installed tw.forms as an egg. But even with the
> right configuration, mako couldn't find the html snippets for building
> the form, it always threw an exception and stopped.
>
> It worked like a charm when I unpacked the egg, and just put it
> directly in my site-packages.
>
> Maybe someone could investigate into that issue - it is solved for me
> now, but might happen to others as well.
>
> I'm using ToscaWidgets 0.9.2, mako 0.2.2, tw.forms 0.9.1 and pylons
> 0.9.6 on top of Python 2.5.

This is a known issue that has been solved in the development version. It
was caused when I declared that tw.forms egg was zip safe until someone
reported that mako cannot load templates from zipped eggs so I removed the
zip_safe flag. You can get it until it's released like this:

easy_install -U tw.forms==dev

BTW, ToscaWidgets has it's own mailing list at
http://groups.google.com/group/toscawidgets-dicsuss where it's more likely
that someone can help you with TW troubles.

Alberto


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"pylons-discuss" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/pylons-discuss?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to