Skip to content Skip to sidebar Skip to footer
Showing posts with the label Protocols

No Module Named Google.protobuf

I am trying to run Google's deep dream. For some odd reason I keep getting ImportError: No mod… Read more No Module Named Google.protobuf

Sending / Receiving Websocket Message Over Python Socket / Websocket Client

I wrote a simple WebSocket client. I used the code I found on SO, here: How can I send and receive … Read more Sending / Receiving Websocket Message Over Python Socket / Websocket Client