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

print #53

Open
andrasaa opened this issue May 7, 2022 · 2 comments
Open

print #53

andrasaa opened this issue May 7, 2022 · 2 comments

Comments

@andrasaa
Copy link

andrasaa commented May 7, 2022

Hi There,

I have found an issue. The description says that Python 2.7 is supported, but it gives and error on "print" function

Missing parentheses in call to 'print'. Did you mean print(boolObjL)?

Parentheses is not required for print in Python 2.7.

@dflook
Copy link
Owner

dflook commented May 8, 2022

Hello @andrasaa, you need to run python-minifier using a version of python that supports your source.
If your source code only works in python 2.7, you need to install and run python-minifier with python 2.7

@andrasaa
Copy link
Author

andrasaa commented May 8, 2022

Hello @andrasaa, you need to run python-minifier using a version of python that supports your source. If your source code only works in python 2.7, you need to install and run python-minifier with python 2.7

Thank you. I changed Python version to Python 2.7.18 but it has the same issue. I tried Command Line and Visual Code too.

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

2 participants