On Mar 28, 10:59 pm, "Dieter Verfaillie"
wrote:
> Quoting KB :
>
> > I am getting an error from the IDE saying it does not recognise
> > CoInitialize():
>
> >
> > import pythoncom
>
> > pythoncom.CoInitialize()
> > pythoncom.CoUninitialize()
> >
>
> It works out of the box with PyDev 1.5
On Mar 28, 8:16 pm, Jason Scheirer wrote:
> On Mar 28, 7:14 pm, KB wrote:
>
>
>
> > Hi there,
>
> > I have in the past used PythonWin to write python for COM, and
> > switched to Eclipse.
>
> > I am getting an error from the IDE saying it does not recognise
> > CoInitialize():
>
> >
> > impo
Quoting KB :
I am getting an error from the IDE saying it does not recognise
CoInitialize():
import pythoncom
pythoncom.CoInitialize()
pythoncom.CoUninitialize()
It works out of the box with PyDev 1.5.5.2010030420 on Eclipse 3.5.2
on Windows XP. If nothing seems to work for you, y
On Mar 28, 7:14 pm, KB wrote:
> Hi there,
>
> I have in the past used PythonWin to write python for COM, and
> switched to Eclipse.
>
> I am getting an error from the IDE saying it does not recognise
> CoInitialize():
>
>
> import pythoncom
>
> pythoncom.CoInitialize()
> pythoncom.CoUninitial
Hi there,
I have in the past used PythonWin to write python for COM, and
switched to Eclipse.
I am getting an error from the IDE saying it does not recognise
CoInitialize():
import pythoncom
pythoncom.CoInitialize()
pythoncom.CoUninitialize()
(red X next to the two bottom lines sayin