#FiXED: socket module somehow not installed??
1 messages · Page 1 of 1 (latest)
Could you share the line of code that's actually causing the error?
It's correct that there is no socket module. There is however a socketpool module. It's hard to tell what you're actually doing here without seeing it.
FiXED: socket module somehow not installed??
sorry, very sorry, solved with 1 line of code
socket = socketpool.Socket
Awesome, glad you got it working! Nothing to be sorry about 🙂