I'm working on a script that processes some data coming from a web application running on a phone. The web application, written in javascript, sends data to the "blender python server" using websockets.
The code doesn't compile with the error:
ImportError: No module named 'websockets'
But that's not true, I have websockets installed, using pip, on my machine. And I've already used them with no problems. Is it possible that the blender environment prevents me to use them? Did anyone ever have any problems with some modules installed using pip?
sys.pathso that blender can find your system modules. – sambler Oct 27 '18 at 23:36