Python / PAMIE - scriptWrite Function

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • frankrentef

    Python / PAMIE - scriptWrite Function

    In using PAMIE 2.0 specifically the "scripWrite " function I'm getting
    the following error...


    File "C:\Python23\Li b\site-packages\win32c om\client\dynam ic.py", line
    489, in _getattr_

    further states...

    raise AttributeError, "%s.%s" % (self._username _, attr)


    Help... :)
  • frankrentef

    #2
    Re: Python / PAMIE - scriptWrite Function

    On Jul 29, 1:26 pm, frankrentef <frankren...@ya hoo.comwrote:
    In using PAMIE 2.0 specifically the "scripWrite " function I'm getting
    the following error...
    >
    File "C:\Python23\Li b\site-packages\win32c om\client\dynam ic.py", line
    489, in _getattr_
    >
    further states...
    >
    raise AttributeError, "%s.%s" % (self._username _, attr)
    >
    Help... :)
    Further messages found are:

    C:\Python23\lib \site-packages\win32c om\client\dynam ic.py:476:
    FutureWarning: %u/%o/%x/%X of negative int will return a signed string
    in Python 2.4 and up
    debug_attr_prin t("Getting property Id 0x%x from OLE object" %
    retEntry.dispid )

    Comment

    Working...