vertcoin-project / p2pool-vtc

GNU General Public License v3.0
31 stars 51 forks source link

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

Closed blackmennewstyle closed 2 years ago

blackmennewstyle commented 2 years ago
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 commented 2 years ago

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

blackmennewstyle commented 2 years ago

Misleading Python >=2.6 got me i guess.