Re: [python-win32] Possible bug: what information to provide

2005-10-27 Thread Alex Jouravlev
#x27;) . I don't think that is win32py problem, and I don't have resources to zero on the bug, but possibly you know what can cause this behaviour ? Thank you, Alex > -Original Message- > From: Mark Hammond [mailto:[EMAIL PROTECTED] > Sent: Thursday, October 13, 2005 2:01

Re: [python-win32] Possible bug: what information to provide

2005-10-16 Thread Alex Jouravlev
in32com\gen_py\64FB2BF4-9EFA-11D2-8307-C4558 600x0x2x10.py", line 4480, in OpenFile2 , Username, Password) com_error: (-2147352573, 'Member not found.', None, None) ---- Alex > -Original Message- > From: Mark Hammon

Re: [python-win32] Possible bug: what information to provide

2005-10-12 Thread Alex Jouravlev
Thanks, Mark, > > One more strange thing: > > MakePy recognised the object as "IRepository" rather then "Repository" > > I'm not sure what you mean here. Please post a complete code sample, > including all output that confuses you or you believe to be wrong. > Makepy.py output (fragment, for info

Re: [python-win32] Possible bug: what information to provide

2005-10-12 Thread Alex Jouravlev
Sorry, I initially provided wrong fragment More bug details: >>> r.ref >>> r.ref.GetLastError() Traceback (most recent call last): File "", line 1, in ? TypeError: 'unicode' object is not callable >>> r.ref.GetLastError u'' >>> However, GetLastError() is a function according to specs and Make

[python-win32] Possible bug: what information to provide

2005-10-12 Thread Alex Jouravlev
Hi, I have a potential bug report. PythonWin fails to invoke a COM Object's function. I am a bit puzzled what information should be provided. I am not a COM guru - I am using PythonWin to write some scripts to an off-the-shelf COM enabled system - the system is outside of my control, I cannot g