darkwallet / python-obelisk

Pure Python Obelisk + Bitcoin client side library
GNU Affero General Public License v3.0
62 stars 50 forks source link

doc: update INSTALL with differences for Debian stable/testing. #10

Closed veox closed 9 years ago

veox commented 10 years ago

EDIT: I'm not sure which pyzmq version should be recommended (see below).

veox commented 10 years ago

Hmm, looks like pyzmq 14.1.1 might be a bad version... I get this in the gateway debug console (when changing lobby channel in darkwallet):

Traceback (most recent call last):
  File "/usr/lib/python2.7/multiprocessing/process.py", line 258, in _bootstrap
    self.run()
  File "/usr/lib/python2.7/multiprocessing/process.py", line 114, in run
    self._target(*self._args, **self._kwargs)
  File "/home/veox/opt/gateway/lib/p2p.py", line 44, in _send_raw
    self.create_socket()
  File "/home/veox/opt/gateway/lib/p2p.py", line 32, in create_socket
    self._socket.connect(self._address)
  File "socket.pyx", line 475, in zmq.backend.cython.socket.Socket.connect (zmq/backend/cython/socket.c:4314)
ZMQError: Invalid argument

So it might be a bad idea to recommend 14.1.1.

veox commented 10 years ago

BTW, pip (PyPI) says latest version available through it is 14.3.0.