Hi ive been playing around, trying to understand a version of WSAG. However I have a question. The start of the scripts looks like this
import bge
from bge import logic
from socket import *
from cPickle import *
I get error message saying: no module named cPickle
I try to change some thing. Just import cPickle, import Pickle does not work either.
Ive looked on the web for the module and how to use it but have come up unsuccessful. I assumed it would just be a file called Cpickle.py and I would place it in the active directory with my project. But I cant find anything on it
Any suggestions?