ethereum / genesis_block_generator

34 stars 255 forks source link

Syntax Error mk_genesis_block.py #14

Open infus1on opened 9 years ago

infus1on commented 9 years ago

Hi,

I'm using cmd to generate the genesis block, but there seems to be something wrong with the script, mk_genesis_block.py

I get the following error:

python mk_genesis_block.py --extradata hash_for_0x11bbe8db4e347b4e8c937c1c8370e4b5ed33adb3db69cbdb7a38e1e50b1b82fa > genesis_block.json File "mk_genesis_block.py", line 293 print json.dumps(evaluate(), indent=4) ^ SyntaxError : invalid syntax

Can someone help me out please...

Thanks

imifos commented 9 years ago

Hi,

The script runs under Python 2 only: https://forum.ethereum.org/discussion/2558/my-experience-installing-on-windows/p2

Have fun :)