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

SyntaxError: Missing parentheses in call to 'print' #79

Closed
ari3s opened this issue Aug 7, 2016 · 0 comments
Closed

SyntaxError: Missing parentheses in call to 'print' #79

ari3s opened this issue Aug 7, 2016 · 0 comments

Comments

@ari3s
Copy link

ari3s commented Aug 7, 2016

Syntax error in 0002_set__last_child_id__on_delete__set_null.py when Python 3 is used:

Bytecompiling .py files below /home/makerpm/rpmbuild/BUILDROOT/python-django-threadedcomments-1.0.1-1.fc24.x86_64/usr/lib/python3.5 using /usr/bin/python3.5
*** Error compiling '/home/makerpm/rpmbuild/BUILDROOT/python-django-threadedcomments-1.0.1-1.fc24.x86_64/usr/lib/python3.5/site-packages/threadedcomments/south_migrations/0002_set__last_child_id__on_delete__set_null.py'...
  File "/usr/lib/python3.5/0002_set__last_child_id__on_delete__set_null.py", line 16
    print " * WARNING: Your South version is not able to add ON DELETE SET NULL. Please fix this manually."
                                                                                                          ^
SyntaxError: Missing parentheses in call to 'print'
@vdboor vdboor closed this as completed in 6fb53ca Aug 31, 2016
vdboor added a commit that referenced this issue Aug 31, 2016
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

1 participant