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
I had the same error. The solution for me was to move the library as normal django app and change the python 2 syntax to python 3. I do not expect support for this old python package.
except Exception, e: > except Exception as e:
I get a syntax error when importing django remote forms
\django_remote_forms\forms.py", line 141
except Exception, e:
^
SyntaxError: invalid syntax
Is this a problem on my end or from the package?
thanks in advance
The text was updated successfully, but these errors were encountered: