Posted: Fri Jul 01, 2005 3:47 pm
I think I built them with the right version headers, I only have the Python 2.4 headers on my computer.
Also, I need the Python plugin because otherwise the new event/mini-games I'm designing won't work, since they are written in Python.
EDIT: Looked through the Python plugin source, and I think I found the problem. I don't have a copy of CFPython.py or whatever. Crashes right after saying "PYTHON - Start initCFPython.", so I found that in plugin_python.c. This line:
is what I think causes the crash. Where can I get CFPython off of CVS(i.e. what module do I checkout?)
Also, I need the Python plugin because otherwise the new event/mini-games I'm designing won't work, since they are written in Python.
EDIT: Looked through the Python plugin source, and I think I found the problem. I don't have a copy of CFPython.py or whatever. Crashes right after saying "PYTHON - Start initCFPython.", so I found that in plugin_python.c. This line:
Code: Select all
m = Py_InitModule("CFPython", CFPythonMethods);