Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Syntax error in forms.py #37

Open
cdromart opened this issue Sep 6, 2021 · 2 comments
Open

Syntax error in forms.py #37

cdromart opened this issue Sep 6, 2021 · 2 comments

Comments

@cdromart
Copy link

cdromart commented Sep 6, 2021

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

@saharsh-solanki
Copy link

hey did you solve this problem ?

@ivan-yurukov
Copy link

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:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants