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.

Reply via email to