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

clear.py SyntaxError #8

Open
V3lvetStorm opened this issue Jan 26, 2022 · 0 comments
Open

clear.py SyntaxError #8

V3lvetStorm opened this issue Jan 26, 2022 · 0 comments

Comments

@V3lvetStorm
Copy link

Every time the script is launced it raises a SyntaxError. I checked on multiple devices with different OS and different Python versions (3.8, 3.9, 3.10).

Here is with virtualenv on 3.8

Traceback (most recent call last):
  File "C:\Users\xstre\AppData\Local\Programs\Python\Python310\lib\runpy.py", line 196, in _run_module_as_main
    return _run_code(code, main_globals, None,
  File "C:\Users\xstre\AppData\Local\Programs\Python\Python310\lib\runpy.py", line 86, in _run_code
    exec(code, run_globals)
  File "C:\Users\xstre\python3.8\Scripts\imagebot.exe\__main__.py", line 4, in <module>
  File "C:\Users\xstre\python3.8\lib\site-packages\imagebot\main.py", line 11, in <module>
    from imagebot.clear import clear_cache, clear_db, clear_duplicate_images
  File "C:\Users\xstre\python3.8\lib\site-packages\imagebot\clear.py", line 28
    print ose.message
    ^^^^^^^^^^^^^^^^^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print(...)?
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