Title: pyhtonwin crash
Hi,
I have a big problem with pyhtonwin.
Not everytime but, sometimes I start pyhtonwin, other applications (like outlook) crashes with the message "not enough memory or ressources" or can't open a window??
My first think was, that is microsoft. But it isn't so. Som
I'm looking into com\win32com\src\oleargs.cpp, in function
PyCom_VariantFromPyObject, near line 65. This code converts a Python
object into a VARIANT.
else if (PyLong_Check(obj))
{
double dval = PyLong_AsDouble(obj);
BOOL isDword = FALSE;