pybitcointools
pybitcointools copied to clipboard
python 2.7 error
Hi, I am testing with python 2.7 and it returns this error
Traceback (most recent call last): File "test.py", line 1, in from cryptos import * File "/home/ger/.local/lib/python2.7/site-packages/cryptos/init.py", line 10, in from .coins import * File "/home/ger/.local/lib/python2.7/site-packages/cryptos/coins/init.py", line 1, in from .bitcoin import * File "/home/ger/.local/lib/python2.7/site-packages/cryptos/coins/bitcoin.py", line 1, in from ..explorers import blockchain File "/home/ger/.local/lib/python2.7/site-packages/cryptos/explorers/init.py", line 1, in from . import base_insight, bitpay, blockcypher, blockdozer, dash_siampm, sochain File "/home/ger/.local/lib/python2.7/site-packages/cryptos/explorers/blockcypher.py", line 5 def unspent(*addrs, coin_symbol=None, api_key=None, **kwargs): ^ SyntaxError: invalid syntax
Thanks!