> > 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
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
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
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