PaulMcMillan / kismetclient

A Python client for the Kismet server protocol

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Running Raspberry pi Causes issue

jordied opened this issue · comments

When i run on Raspberry pi I get the following:

>>> from kismetclient import Client
>>> k = Client()

Traceback (most recent call last):
  File "<pyshell#4>", line 1, in <module>
    k = Client()
  File "kismetclient/client.py", line 73, in __init__
    self.file = socket.create_connection(address).makefile('w', 1)
  File "/usr/lib/python2.7/socket.py", line 571, in create_connection
    raise err
error: [Errno 97] Address family not supported by protocol

Not sure on fix... ?