I that is Python 2 syntax that isn’t present in the master branch. Looking at 
https://github.com/Pylons/pyramid_simpleform/issues/16 it seems like you could 
make it work by installing 0.7-dev, but it doesn’t seem like a good idea to 
build a new app on it.

Sent from my phone.

> On 24. Sep 2021, at 09:12, Nick Victor <[email protected]> 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].
> To view this discussion on the web visit 
> https://groups.google.com/d/msgid/pylons-discuss/00466e99-d518-4db6-94b1-2eeb3d40d0ean%40googlegroups.com.

-- 
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/60000DB4-33A0-4830-8DAD-C536BE47F9AC%40ox.cx.

Reply via email to