You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi there,
I am getting following error with Python 3.10.4 version -
File "D:\Projects\Github\proj\pyramid-101\venv\lib\site-packages\pyramid_simpleform\__init__.py", line 175
except Invalid, e:
^^^^^^^^^^
SyntaxError: multiple exception types must be parenthesized
From this post, I think this is because this syntax in pyramid_simpleform\__init__.py is no longer supported by newer version of Python -
except Invalid, e:
Is there any plan to upgrade the package to support newer version of Python?
The text was updated successfully, but these errors were encountered:
You are welcome to submit a pull request to fulfill your requirements. The maintainers would be more likely to take action when a contributor does the work, than if they were to do it themselves.
Hi there,
I am getting following error with Python 3.10.4 version -
From this post, I think this is because this syntax in
pyramid_simpleform\__init__.py
is no longer supported by newer version of Python -Is there any plan to upgrade the package to support newer version of Python?
The text was updated successfully, but these errors were encountered: