On Mon, Dec 19, 2011 at 5:35 AM, rihad <[email protected]> wrote: > > > On Dec 18, 12:52 am, Gael Pasgrimaud <[email protected]> wrote: >> On Sat, Dec 17, 2011 at 9:41 PM, rihad <[email protected]> wrote: >> > Is going back to 1.2 the only way to try pyramid_formalchemy out? >> >> No, you don't really need a template. You can add pyramid_formalchemy >> to a project with only a few extra lines to your __init__.py: > > But it won't work: > $ pserve --reload development.ini > ... > import zope.component.event > ImportError: No module named component.event > > So I guess this is true: >> That [going back to 1.2]'d be the easiest way, at least until >> pyramid_formalchemy is updated >> to work with Pyramid 1.3.
Look like zope.component api have changed (?). Try to install zope.component-3.12.0. This one work for me Btw, you should use the formalchemy mailing list. > > -- > 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. > -- 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.
