Hi,
I keep getting the following error whenever i try to run a script uploaded to the gateway that uses the socket module:
Traceback :
File “”, line 5 in ?
Import Error: No module named socket
I have python 2.6 installed. I have tried uninstalling it and running python 2.5, it doesnt make a difference. I keep getting the same error: i.e. no module named socket.
I’ve also tried different program codes that have worked before on my gateway & pc that uses the socket module and they worked fine … but i dont know what i’ve done to cause this error. When i run import socket in the python shell, it works fine with no errors. I’ve also tried restoring the gateway to factory default settings and rebooting it but got no luck. I tried to google some answers but it wasnt much help … does anyone know what’s wrong please?