Skip to content
This repository has been archived by the owner on Dec 6, 2023. It is now read-only.

blame.py breaks on Windows (missing socket.inet_ntop implementation) #99

Open
rvineyard opened this issue Dec 14, 2015 · 0 comments
Open
Assignees

Comments

@rvineyard
Copy link

I was able to get the blame.py client running on Windows 7 after installing the requisite psutil and pyopenssl modules, however it crashes as soon as a connection is detected. The reason is that the socket.inet_ntop function is not implemented in Python 2.x for Windows. I didn't try with 3.4 (when I believe the official implementation was released), but I found this monkey-patch that works to get the client up and running: https://pypi.python.org/pypi/win_inet_pton

@chadbrubaker chadbrubaker self-assigned this Dec 14, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants