Re: [python-win32] Com error invalid class string

2016-02-16 Thread Tim Roberts
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

[python-win32] Com error invalid class string

2016-02-16 Thread JakkampudiKiranKumar
Hi , 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 [cid:image001.png@01D16812.2775B2E0] Can anyone help in figuring out the issue? Thanks in advance Thanks! Kiran ___

Re: [python-win32] com error

2005-11-08 Thread Michael Johnstone
--- 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),

Re: [python-win32] com error

2005-11-08 Thread Mark Hammond
> 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

Re: [python-win32] com error

2005-11-08 Thread Michael Johnstone
--- 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

Re: [python-win32] com error

2005-11-08 Thread Michael Johnstone
--- 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\

Re: [python-win32] com error

2005-11-08 Thread Graham Bloice
> 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 ? >

Re: [python-win32] com error

2005-11-07 Thread Mark Hammond
> "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

[python-win32] com error

2005-11-07 Thread Michael Johnstone
Hi I was hoping to get some help trouble shooting the following error: 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\Pyt