[python-win32] Can I pass non-VARIANT SAFARRAYs via COM without converting to VA RIANT?

2005-11-25 Thread Klaus Nökel
Title: Can I pass non-VARIANT SAFARRAYs via COM without converting to VARIANT? Hi, I am working on an application where one of our own number crunching products acts as a COM server. From a Python script which is the COM client I want to retrieve large matrices, manipulate them with numarray

[python-win32] Wrong string indentation in PyWin

2005-11-25 Thread Janez Jere
Starting with python 2.4.2 and pywin32 205, opening file with multiline comment, where at least two lines are "not correctly indented" causes huge traceback in Pythonwin.exe Example of ill string: """ - a - b """ I am not 100% sure, but problem might be in python's tokenize.py, so I am asking,