Hello. From plugin_python.c:6716: static PyObject* CFPayAmount(PyObject* self, PyObject* args) { long whoptr; uint64 to_pay; int val; CFParm* CFR; --> if (!PyArg_ParseTuple(args,"lL",&whoptr,&to_pay)) return NULL; I get an 'internal error' on that. Is my Python version too old (using 2.1) to handle the "lL" ? ----------------- Also, under Windows, there's a big issue, which was already raised some months ago, but is still there: the 'settings' variable is NOT available from the plugin module - it has default values, not the ones loaded from server itself. And i fear all other variables are in the same case... I guess the best fix would be to use callbacks for all those variables? Nicolas _______________________________________________ crossfire-devel mailing list crossfire-devel at lists.real-time.com https://mailman.real-time.com/mailman/listinfo/crossfire-devel