Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #73478
| Path | csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!nntp.club.cc.cmu.edu!micro-heart-of-gold.mit.edu!bloom-beacon.mit.edu!bloom-beacon.mit.edu!panix!gordon |
|---|---|
| From | John Gordon <gordon@panix.com> |
| Newsgroups | comp.lang.python |
| Subject | Re: comtypes |
| Date | Sat, 21 Jun 2014 16:34:34 +0000 (UTC) |
| Organization | PANIX Public Access Internet and UNIX, NYC |
| Lines | 14 |
| Message-ID | <lo4c6q$rdk$1@reader1.panix.com> (permalink) |
| References | <7b0712bf-68b0-4183-860d-2a39d22b62f4@googlegroups.com> |
| NNTP-Posting-Host | panix2.panix.com |
| X-Trace | reader1.panix.com 1403368474 28084 166.84.1.2 (21 Jun 2014 16:34:34 GMT) |
| X-Complaints-To | abuse@panix.com |
| NNTP-Posting-Date | Sat, 21 Jun 2014 16:34:34 +0000 (UTC) |
| User-Agent | nn/6.7.3 |
| Xref | csiph.com comp.lang.python:73478 |
Show key headers only | View raw
In <7b0712bf-68b0-4183-860d-2a39d22b62f4@googlegroups.com> peter.balazovic@emspin.com writes: > >> print dwt > (<comtypes.automation.LP_tagVARIANT object at 0x05A8E1C0>, <comtypes.automation.LP_tagVARIANT object at 0x05A8E210>, <comtypes.automation.LP_tagVARIANT object at 0x05A8E260>, True) > > by using print gives me return values. I want to access return data > (array)and variable. How can I correctly handle it? You can use help() and dir() to display more information about an object. -- John Gordon Imagine what it must be like for a real medical doctor to gordon@panix.com watch 'House', or a real serial killer to watch 'Dexter'.
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
comtypes peter.balazovic@emspin.com - 2014-06-21 00:08 -0700
Re: comtypes John Gordon <gordon@panix.com> - 2014-06-21 16:34 +0000
Re: comtypes peter.balazovic@emspin.com - 2014-06-21 10:09 -0700
Re: comtypes Thomas Heller <theller@ctypes.org> - 2014-06-21 20:17 +0200
Re: comtypes peter.balazovic@emspin.com - 2014-06-21 12:08 -0700
csiph-web