Re: [python-win32] Win32com , how select coclass interface?

2006-10-19 Thread e8micke
> > I have a DLL that have several interfaces > accociated > > with a CoClass, but there is one default > interface. > > > > snip from my genpy generated .py file: > > -- > > coclass_sources = [ > > ] > > coclass_interfaces = [ > > I2250Instrument

Re: [python-win32] We cannot import win32api into the Poser6 Python.

2006-10-19 Thread Howard Lightstone
Jose Javier Marin wrote: >We have installed: Python-2.2.3.exe and pywin32-210.win32-py2.2.exe. >It run OK in windows. >We have copied the win32 extension in directory: >??\Poser 6\Runtime\Python\lib\site-packages >We have also copied pythoncom22.dll and perfmondata.dll of python2.2.3 >standard to

Re: [python-win32] Input-only vs. In/Out Function Parameters

2006-10-19 Thread Smith, Brian (CR)
Yup, still trying to figure this one out but I've got a little bit more information. To summarise:  I created a Python COM Server to be used by Visual Basicand found an issue with in/out parameters because of the lack of typeinformation.  To fix this, I created a type library but this led to

[python-win32] Flicker and parent window.

2006-10-19 Thread Cyril Giraudon
Hi, I currently try to add a matplotlib backend based on the Gecko engine (XPCOM, plugin), PIL and pywin. I don't use a child window and draw directly in the plugin window. My flicker problem of the plugin area is resolved. But when I resize the window (when the dimensions are increased) the