I'm writing an application using the pyramid framework using python 3.5.2, and when I import pyramid_simpleform, this error is raised:
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/home/someuser/dir/sub_dir/lib/python3.5/site-
packages/pyramid_simpleform/__init__.py", line 175
except Invalid, e:
^
Is the python version not compatible with this library? (I believe I downloaded the 0.61 version of pyramid_simpleform)