Re: [python-win32] win32pipe and buffer size

2005-07-12 Thread Frank Guenther
xt that is printed by the tool. Is it necessary to use more low-level access and in which way, win32file, etc... ? Tschau, Frank [EMAIL PROTECTED] wrote: On 7/11/05, Frank Guenther [EMAIL PROTECTED] wrote: Hi All, I try to automate a command line tool and have the problem that I can't read the s

[python-win32] Python and LabView over COM? (again)

2005-04-21 Thread Frank Guenther
Hi All, I try to access LabView by Python-win32com but LabView crashes on some COM-method calls. The same calls work in VB. Are there some known problem with the LabView COM implementation? There is a strange behavior of attribute/method access of the COM-Object: Methods are already called

[python-win32] win32dph.EnumObjectItems problem

2005-04-06 Thread Frank Guenther
Hi All, I have a problem using win32pdh with Python22. The call of win32pdh.EnumObjectItems changes the decimal point from . to , on my system. I think it could be a problem with the language setting form german. So I run in trouble with unpickle of float objects. Is there a soulution or