[python-win32] pyhtonwin crash

2005-03-15 Thread michael.erhart
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

[python-win32] Bug in pywin32's oleargs.cpp ?

2005-03-15 Thread Thomas Heller
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;