You're welcome to submit a PR with correct information. I don't use this library. I merely made an unproven assumption about Pyramid version support.
--steve On Fri, Sep 24, 2021, 2:14 AM Nick Victor <[email protected]> wrote: > Thanks, Steve. > A remark like yours that pyramid_simpleforms´does not support Pyramid 2.0 > on this page > https://docs.pylonsproject.org/projects/pyramid-simpleform/en/latest/ > would be helpful. > > Steve Piercy schrieb am Freitag, 24. September 2021 um 09:19:08 UTC+2: > >> pyramid_simpleform probably does not support Pyramid 2.0. It has not been >> updated for many years. Welcome to free open source software maintained by >> volunteers! >> >> We would accept pull requests that includes updated tests and currently >> supported versions of Python, dropping the old stuff. I would suggest >> starting here. >> >> https://github.com/Pylons/pyramid_simpleform/blob/master/tox.ini >> >> Or use a form library that supports Pyramid 2.0, modern versions of >> Python, and has been updated within the last year. >> >> https://docs.pylonsproject.org/projects/deform/en/latest/ >> >> --steve >> >> >> On 9/23/21 11:30 PM, Nick Victor wrote: >> > >> > Hi, >> > newbie to Pyramid I have tried to use the pyramid_simpleform but >> already fail when I only try to run the example on >> > >> > https://docs.pylonsproject.org/projects/pyramid-simpleform/en/latest/ >> > >> > My little non-cookiecutter trial project gives that @ invocation: >> > >> > Traceback (most recent call last): >> > File "...\trypyramid_3.py", line 15, in <module> >> > config.scan('trypyramid_3b_views') >> > .... >> > File "...\trypyramid_3b_views.py", line 6, in <module> >> > from pyramid_simpleform import Form >> > File "...\env\lib\site-packages\pyramid_simpleform\__init__.py", line >> 175 >> > except Invalid, e: >> > ^ >> > SyntaxError: invalid syntax >> > >> > I have uninstalled and reinstalled pyramid_simpleform assuming that a >> dependecy might be the problem. >> > I even do not understand why python complains about the import already >> rather than the instantiation of the Form class. >> > I thought importing just making a module content available in the >> current namespace?? >> > >> > So how can I fix this problem? >> > Any hint appreciated. Thanks. >> > Nick >> > >> > -- >> > You received this message because you are subscribed to the Google >> Groups "pylons-discuss" group. >> > To unsubscribe from this group and stop receiving emails from it, send >> an email to [email protected] <mailto: >> [email protected]>. >> > To view this discussion on the web visit >> https://groups.google.com/d/msgid/pylons-discuss/00466e99-d518-4db6-94b1-2eeb3d40d0ean%40googlegroups.com >> < >> https://groups.google.com/d/msgid/pylons-discuss/00466e99-d518-4db6-94b1-2eeb3d40d0ean%40googlegroups.com?utm_medium=email&utm_source=footer>. >> >> >> -- > You received this message because you are subscribed to the Google Groups > "pylons-discuss" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/pylons-discuss/c087ff5e-4a1e-4a99-97cf-5744412ca1bfn%40googlegroups.com > <https://groups.google.com/d/msgid/pylons-discuss/c087ff5e-4a1e-4a99-97cf-5744412ca1bfn%40googlegroups.com?utm_medium=email&utm_source=footer> > . > -- You received this message because you are subscribed to the Google Groups "pylons-discuss" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/pylons-discuss/CAOSXUXvsLNbv9WFaimDqmmoqpYLACJfbbxqwbtbPzX6K%2BtFw3Q%40mail.gmail.com.
