jakkampudikiranku...@eaton.com wrote:
>
>
>
>
> I am trying to run a python application which is leaving trackback as
> shown below .
>
> I am using windows -7 32 bit O.S,python 2.4.4,pywin32 214
>
> ...
>
> Can anyone help in figuring out the issue?
>
I don't know how you can expect anyone to
--- Mark Hammond <[EMAIL PROTECTED]> wrote:
> > Hi Mark
> >
> > Not sure if I got what you suggested correct. The
> > method I am trying to use is defined as:
> >
> > def SyncWrite(self,
> NumItems=defaultNamedNotOptArg,
> > ServerHandles=defaultNamedNotOptArg,
> > Values=defaultNamedNotOptArg),
> Hi Mark
>
> Not sure if I got what you suggested correct. The
> method I am trying to use is defined as:
>
> def SyncWrite(self, NumItems=defaultNamedNotOptArg,
> ServerHandles=defaultNamedNotOptArg,
> Values=defaultNamedNotOptArg),
> Errors=pythoncom.Missing):
There appears to be an extra close
--- Mark Hammond <[EMAIL PROTECTED]> wrote:
> >
>
"C:\Python22\Lib\site-packages\win32com\client\__init__.py",
> > line 446, in _ApplyTypes_
> > return self._get_good_object_(
> > com_error: (-2147352567, 'Exception occurred.',
> (0,
> > None, None, None, 0, -2147024809), None)
>
> The secon
--- Graham Bloice <[EMAIL PROTECTED]> wrote:
> > Traceback (most recent call last):
> > File
> >
>
"C:\Python22\Lib\site-packages\pythonwin\pywin\framework\scriptutils.py",
> > line 310, in RunScript
> > exec codeObject in __main__.__dict__
> > File
> >
>
"C:\Deneb\BHSS\Projects\AKL_0502\
> Traceback (most recent call last):
> File
> "C:\Python22\Lib\site-packages\pythonwin\pywin\framework\scriptutils.py",
> line 310, in RunScript
> exec codeObject in __main__.__dict__
> File
> "C:\Deneb\BHSS\Projects\AKL_0502\VC\PythonApplications\OPCWriteTestor.py",
> line 103, in ?
>
> "C:\Python22\Lib\site-packages\win32com\client\__init__.py",
> line 446, in _ApplyTypes_
> return self._get_good_object_(
> com_error: (-2147352567, 'Exception occurred.', (0,
> None, None, None, 0, -2147024809), None)
The second value in that error tuple is the error code provided by the
ob