jgarzik / python-bitcoinrpc

Python interface to bitcoin's JSON-RPC API
GNU Lesser General Public License v2.1
644 stars 304 forks source link

Connection Problems with Python 3.x #45

Closed FaSan closed 9 years ago

FaSan commented 9 years ago

Like title :

TypeError: getsockaddrarg: AF_INET6 address must be tuple, not int
FaSan commented 9 years ago

Here the solution : https://github.com/jgarzik/python-bitcoinrpc/pull/34