0

Kindly help me in configuring the socketio in my django module. Am using windows7 OS

File wsgi.py

Sample Code - from socketio import SocketIOServer

Error - Unresolved import:SocketIOServer

Am new to python and Django Frameworks.!

2 Answers 2

1

Try this:

pip install socketIO-server

Sign up to request clarification or add additional context in comments.

Comments

0

I think what you want is from socketio.server import SocketIOServer

7 Comments

Yes, But still the same Error, Unresolved import:SocketIOServer
Do you have SocketIOServer installed? The normal method for doing so is via PIP.
Michael, I have added socket.io.js file under static folder.
Again, install it with pip!
|

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.