On Jun 8, 5:05 pm, pantera_user <[email protected]> wrote: > I am trying to do the examples fromhttp://formbuild.org/docs/manual.html > and >>>from formbuild.form import FormBase results in an error > "ImportError: No module named form" > > Can you direct me to > the version of FormBuild that contains formbuild.form so I can install > that version.
The formbuild.org web site is obsolete, the index page (http:// formbuild.org) advises that the documentation pertains to formbuild version 1 (the code for which is no longer available) As noted on http://jimmyg.org/work/code/index.html, formbuild version 3 is recommended: http://pypi.python.org/pypi/FormBuild/3.1.0 HTH Cheers, Graham Higgins -- 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.
