I'm helping Blender_owl with the server to his MMORPG but I am learning a bit of Blender Python to see what it's capable of doing. The line
import socket
works if I'm using Bledner 2.2.7 but not if i'm using Blender 2.2.5 probably because Bledner 2.2.7 uses Python2.2 and Blender 2.2.5 uses some older version of python...
So the question is... how do I get Blender 2.2.5 to import socket because we need the realtime engine in 2.2.5