User Profile

Collapse

Profile Sidebar

Collapse
VolkerS
VolkerS
Last Activity: Mar 13 '07, 02:16 PM
Joined: Feb 23 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • The error message I get is:

    Traceback (most recent call last):
    File "C:\PROGRA~1\py thon\lib\site-packages\Python win\pywin\frame work\scriptutil s.py", line 310, in RunScript
    exec codeObject in __main__.__dict __
    File "M:\Diagnose\Pr ojekt EE61\ApplJob4te st.py", line 655, in ?
    m_applJob=applJ ob._oleobj_.Que ryInterface("{7 DE9DB29-1794-4C3B-95EA-E1324B15BBE6}")
    com_error:...
    See more | Go to post

    Leave a comment:


  • Adding an "Interface" from IDL / tlb files to an existing win32COM-Object

    Hallo,
    I need helping adding an existing Interface to an object I dispatched from a COM-server via win32com in Python.

    The Code for this in VisualBasic looks like that:
    Code:
    Private Obj_1 As Obj1_LIB.Impl_1
    Private mHelper As Object
    Private m_applJob As Object
    Private m_applModul As interface_Module //interface_Module is described in an IDL/TLB-File
    Private cont As Boolean
    Private
    ...
    See more | Go to post
No activity results to display
Show More
Working...