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

GNU/Linux Debian 11 - run_p2pool.py - SyntaxError: invalid syntax #54

Closed
blackmennewstyle opened this issue Oct 11, 2022 · 2 comments
Closed

Comments

@blackmennewstyle
Copy link

python3 run_p2pool.py --help
Traceback (most recent call last):
  File "/home/ceedii/p2pool-vtc-3.0.0/run_p2pool.py", line 3, in <module>
    from p2pool import main
  File "/home/ceedii/p2pool-vtc-3.0.0/p2pool/__init__.py", line 43
    except Exception, e:
                    ^
SyntaxError: invalid syntax

I'm getting that error when i try to execute run_p2pool.py

@blackmennewstyle
Copy link
Author

I imagine the issue here is the code not being compatible with python3 :/

@blackmennewstyle
Copy link
Author

Misleading Python >=2.6 got me i guess.

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