im trying to import the socket module but for some reason, python keeps saying “No module named socket” does anybody have any ideas as to what the problem could be? heres the part of the script that i try to import socket.
import socket
im trying to import the socket module but for some reason, python keeps saying “No module named socket” does anybody have any ideas as to what the problem could be? heres the part of the script that i try to import socket.
import socket
if it’s 2.6/2.5 it’s not named that i think.
either that or you haven’t installed python (the pythom that comes with blender is not a complete install)
The name remains in python 3.0, thats the version blender 2.5 uses. Python 3.0 comes bundled with blender, so that means you’re using blender 2.49 or earlier.
If this is the case you need to install a python distribution from python.org. Off the top of my head, I think you need python 2.7.
Yes, i think you dont have the complete python installed.
It’s Python 2.6.2 for Blender 2.49b
ok thank you for your responses, i found out that i actually had the default scripts directory set to the wrong place thank you guys.