<?xml version="1.0" encoding="utf-8"?>
<feed xml:lang="en" xmlns="http://www.w3.org/2005/Atom"><title>Recent changes to bugs</title><link href="https://sourceforge.net/p/comtypes/bugs/" rel="alternate"/><link href="https://sourceforge.net/p/comtypes/bugs/feed.atom" rel="self"/><id>https://sourceforge.net/p/comtypes/bugs/</id><updated>2015-05-29T08:23:02.028000Z</updated><subtitle>Recent changes to bugs</subtitle><entry><title>Get The following error on create object</title><link href="https://sourceforge.net/p/comtypes/bugs/32/" rel="alternate"/><published>2015-05-29T08:23:02.028000Z</published><updated>2015-05-29T08:23:02.028000Z</updated><author><name>Matteo Boscolo</name><uri>https://sourceforge.net/u/matteoboscolo/</uri></author><id>https://sourceforge.nete0a63c7234cf78c2506c68832afb7f652624fa51</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;as you can using the win32com i did not have any error&lt;/p&gt;
&lt;blockquote&gt;
&lt;blockquote&gt;
&lt;blockquote&gt;
&lt;p&gt;from win32com.client        import DispatchEx,Dispatch&lt;br /&gt;
a = Dispatch('TD_appl.Application', clsctx=CLSCTX_LOCAL_SERVER | CLSCTX_ACTIVATE_64_BIT_SERVER)&lt;br /&gt;
a.CLSID&lt;br /&gt;
IID('{39AAEA35-F71F-11D2-BD59-00500400405B}')&lt;br /&gt;
a.Visible=True&lt;br /&gt;
a.Interactive=True&lt;br /&gt;
import comtypes.client&lt;/p&gt;
&lt;/blockquote&gt;
&lt;/blockquote&gt;
&lt;/blockquote&gt;
&lt;p&gt;if i try to create or get the same object from comtype i get the following error&lt;/p&gt;
&lt;blockquote&gt;
&lt;blockquote&gt;
&lt;blockquote&gt;
&lt;p&gt;td_appl = CreateObject("{39AAEA36-F71F-11D2-BD59-00500400405B}",clsctx=CLSCTX_LOCAL_SERVER | CLSCTX_ACTIVATE_64_BIT_SERVER)&lt;/p&gt;
&lt;/blockquote&gt;
&lt;/blockquote&gt;
&lt;/blockquote&gt;
&lt;h1 id="generating-comtypesgen_f4503a16_f637_11d2_bd55_00500400405b_0_1_0"&gt;Generating comtypes.gen._F4503A16_F637_11D2_BD55_00500400405B_0_1_0&lt;/h1&gt;
&lt;p&gt;Traceback (most recent call last):&lt;br /&gt;
  File "&amp;lt;pyshell#10&amp;gt;", line 1, in &amp;lt;module&amp;gt;&lt;br /&gt;
    td_appl = CreateObject("{39AAEA36-F71F-11D2-BD59-00500400405B}",clsctx=CLSCTX_LOCAL_SERVER | CLSCTX_ACTIVATE_64_BIT_SERVER)&lt;br /&gt;
  File "C:\Python27\lib\site-packages\comtypes\client_&lt;em&gt;init&lt;strong&gt;.py", line 242, in CreateObject&lt;br /&gt;
    return _manage(obj, clsid, interface=interface)&lt;br /&gt;
  File "C:\Python27\lib\site-packages\comtypes\client__init&lt;/strong&gt;.py", line 188, in _manage&lt;br /&gt;
    obj = GetBestInterface(obj)&lt;br /&gt;
  File "C:\Python27\lib\site-packages\comtypes\client__init&lt;strong&gt;.py", line 110, in GetBestInterface&lt;br /&gt;
    mod = GetModule(tlib)&lt;br /&gt;
  File "C:\Python27\lib\site-packages\comtypes\client_generate.py", line 112, in GetModule&lt;br /&gt;
    mod = _CreateWrapper(tlib, pathname)&lt;br /&gt;
  File "C:\Python27\lib\site-packages\comtypes\client_generate.py", line 188, in _CreateWrapper&lt;br /&gt;
    mod = _my_import(fullname)&lt;br /&gt;
  File "C:\Python27\lib\site-packages\comtypes\client_generate.py", line 26, in _my_import&lt;br /&gt;
    return &lt;/strong&gt;import&lt;strong&gt;(fullname, globals(), locals(), &lt;span&gt;&lt;span&gt;['DUMMY']&lt;/span&gt;&lt;/span&gt;)&lt;br /&gt;
  File "C:\Python27\lib\site-packages\comtypes\gen_F4503A16_F637_11D2_BD55_00500400405B_0_1_0.py", line 11301, in &amp;lt;module&amp;gt;&lt;br /&gt;
    ( &lt;span&gt;&lt;span&gt;['out']&lt;/span&gt;&lt;/span&gt;, POINTER(BSTR), 'weldType' )),&lt;br /&gt;
  File "C:\Python27\lib\site-packages\comtypes__init&lt;/strong&gt;.py", line 315, in &lt;strong&gt;setattr&lt;/strong&gt;&lt;br /&gt;
    self._make_methods(value)&lt;br /&gt;
  File "C:\Python27\lib\site-packages\comtypes__init__.py", line 653, in _make_methods&lt;br /&gt;
    func = prototype(i + vtbl_offset, name, paramflags, self._iid&lt;/em&gt;)&lt;br /&gt;
TypeError: 'out' parameter 1 must be a pointer type, not BSTR&lt;/p&gt;
&lt;blockquote&gt;
&lt;blockquote&gt;
&lt;blockquote&gt;
&lt;p&gt;app = comtypes.client.GetActiveObject('TD_appl.Application')&lt;/p&gt;
&lt;/blockquote&gt;
&lt;/blockquote&gt;
&lt;/blockquote&gt;
&lt;h1 id="generating-comtypesgen_f4503a16_f637_11d2_bd55_00500400405b_0_1_1"&gt;Generating comtypes.gen._F4503A16_F637_11D2_BD55_00500400405B_0_1_0&lt;/h1&gt;
&lt;p&gt;Traceback (most recent call last):&lt;br /&gt;
  File "&amp;lt;pyshell#7&amp;gt;", line 1, in &amp;lt;module&amp;gt;&lt;br /&gt;
    app = comtypes.client.GetActiveObject('TD_appl.Application')&lt;br /&gt;
  File "C:\Python27\lib\site-packages\comtypes\client_&lt;em&gt;init&lt;strong&gt;.py", line 183, in GetActiveObject&lt;br /&gt;
    return _manage(obj, clsid, interface=interface)&lt;br /&gt;
  File "C:\Python27\lib\site-packages\comtypes\client__init&lt;/strong&gt;.py", line 188, in _manage&lt;br /&gt;
    obj = GetBestInterface(obj)&lt;br /&gt;
  File "C:\Python27\lib\site-packages\comtypes\client__init&lt;strong&gt;.py", line 110, in GetBestInterface&lt;br /&gt;
    mod = GetModule(tlib)&lt;br /&gt;
  File "C:\Python27\lib\site-packages\comtypes\client_generate.py", line 112, in GetModule&lt;br /&gt;
    mod = _CreateWrapper(tlib, pathname)&lt;br /&gt;
  File "C:\Python27\lib\site-packages\comtypes\client_generate.py", line 188, in _CreateWrapper&lt;br /&gt;
    mod = _my_import(fullname)&lt;br /&gt;
  File "C:\Python27\lib\site-packages\comtypes\client_generate.py", line 26, in _my_import&lt;br /&gt;
    return &lt;/strong&gt;import&lt;strong&gt;(fullname, globals(), locals(), &lt;span&gt;&lt;span&gt;['DUMMY']&lt;/span&gt;&lt;/span&gt;)&lt;br /&gt;
  File "C:\Python27\lib\site-packages\comtypes\gen_F4503A16_F637_11D2_BD55_00500400405B_0_1_0.py", line 14719, in &amp;lt;module&amp;gt;&lt;br /&gt;
    ( &lt;span&gt;&lt;span&gt;['out']&lt;/span&gt;&lt;/span&gt;, POINTER(BSTR), 'weldType' )),&lt;br /&gt;
  File "C:\Python27\lib\site-packages\comtypes__init&lt;/strong&gt;.py", line 315, in &lt;strong&gt;setattr&lt;/strong&gt;&lt;br /&gt;
    self._make_methods(value)&lt;br /&gt;
  File "C:\Python27\lib\site-packages\comtypes__init__.py", line 653, in _make_methods&lt;br /&gt;
    func = prototype(i + vtbl_offset, name, paramflags, self._iid&lt;/em&gt;)&lt;br /&gt;
TypeError: 'out' parameter 1 must be a pointer type, not BSTR&lt;/p&gt;
&lt;p&gt;could you point me how to solve it ?&lt;/p&gt;
&lt;p&gt;regards,&lt;br /&gt;
Matteo&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>#29 cant install. - no python error</title><link href="https://sourceforge.net/p/comtypes/bugs/29/?limit=25#a668" rel="alternate"/><published>2014-02-19T22:09:14.245000Z</published><updated>2014-02-19T22:09:14.245000Z</updated><author><name>Christopher L Farrow</name><uri>https://sourceforge.net/u/cfarrow/</uri></author><id>https://sourceforge.netea16c792cb1febb8fd3e0491691076ace75013dd</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;This appears to be resolved.&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>#26 access violation with wrong array.array type</title><link href="https://sourceforge.net/p/comtypes/bugs/26/?limit=25#aa78" rel="alternate"/><published>2014-02-19T22:08:45.485000Z</published><updated>2014-02-19T22:08:45.485000Z</updated><author><name>Christopher L Farrow</name><uri>https://sourceforge.net/u/cfarrow/</uri></author><id>https://sourceforge.neta0399e527ad2115ace08b6e3fbf5bd50a8d7b31a</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Transferred to &lt;a href="https://github.com/enthought/comtypes/issues/22" rel="nofollow"&gt;https://github.com/enthought/comtypes/issues/22&lt;/a&gt; .&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>#23 List-index access to COM object array crashes python</title><link href="https://sourceforge.net/p/comtypes/bugs/23/?limit=25#61ce" rel="alternate"/><published>2014-02-19T22:07:48.705000Z</published><updated>2014-02-19T22:07:48.705000Z</updated><author><name>Christopher L Farrow</name><uri>https://sourceforge.net/u/cfarrow/</uri></author><id>https://sourceforge.net8ddbd81be10a4d1bca255a41ab3deb9eb7bd26a1</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Transferred to &lt;a href="https://github.com/enthought/comtypes/issues/21" rel="nofollow"&gt;https://github.com/enthought/comtypes/issues/21&lt;/a&gt; .&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>#22 Crash using the GetActiveObject,CreateObject</title><link href="https://sourceforge.net/p/comtypes/bugs/22/?limit=25#17e9" rel="alternate"/><published>2014-02-19T22:06:34.077000Z</published><updated>2014-02-19T22:06:34.077000Z</updated><author><name>Christopher L Farrow</name><uri>https://sourceforge.net/u/cfarrow/</uri></author><id>https://sourceforge.net6d02c581f52f5c6ef101cf12f63a1144c3184a8b</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Transferred to &lt;a href="https://github.com/enthought/comtypes/issues/20" rel="nofollow"&gt;https://github.com/enthought/comtypes/issues/20&lt;/a&gt; .&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>#20 error with inout args</title><link href="https://sourceforge.net/p/comtypes/bugs/20/?limit=25#9d3e" rel="alternate"/><published>2014-02-19T22:05:13.153000Z</published><updated>2014-02-19T22:05:13.153000Z</updated><author><name>Christopher L Farrow</name><uri>https://sourceforge.net/u/cfarrow/</uri></author><id>https://sourceforge.net5142e49a91ce18a5fde9483b0c39ebffe2733b94</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Transferred to &lt;a href="https://github.com/enthought/comtypes/issues/19" rel="nofollow"&gt;https://github.com/enthought/comtypes/issues/19&lt;/a&gt; .&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>#17 Didn't handle VT_DECIMAL in automation.py</title><link href="https://sourceforge.net/p/comtypes/bugs/17/?limit=25#4850" rel="alternate"/><published>2014-02-19T22:04:10.746000Z</published><updated>2014-02-19T22:04:10.746000Z</updated><author><name>Christopher L Farrow</name><uri>https://sourceforge.net/u/cfarrow/</uri></author><id>https://sourceforge.net4a73a6c4c6ef12ff1853cccc0a06305578880897</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Transferred to &lt;a href="https://github.com/enthought/comtypes/issues/18" rel="nofollow"&gt;https://github.com/enthought/comtypes/issues/18&lt;/a&gt; .&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>#14 Returned tuple from COM method doesn't include all outputs</title><link href="https://sourceforge.net/p/comtypes/bugs/14/?limit=25#8441" rel="alternate"/><published>2014-02-19T22:03:11.616000Z</published><updated>2014-02-19T22:03:11.616000Z</updated><author><name>Christopher L Farrow</name><uri>https://sourceforge.net/u/cfarrow/</uri></author><id>https://sourceforge.net7e6fa0ffa86a03e704f965da27b23aec43867c62</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Transferred to &lt;a href="https://github.com/enthought/comtypes/issues/17" rel="nofollow"&gt;https://github.com/enthought/comtypes/issues/17&lt;/a&gt; .&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>#13 UnicodeDecodeError:</title><link href="https://sourceforge.net/p/comtypes/bugs/13/?limit=25#10f5" rel="alternate"/><published>2014-02-19T22:02:18.934000Z</published><updated>2014-02-19T22:02:18.934000Z</updated><author><name>Christopher L Farrow</name><uri>https://sourceforge.net/u/cfarrow/</uri></author><id>https://sourceforge.net75b706122551da5c475442ee74b0ddf842f10c37</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Transferred to &lt;a href="https://github.com/enthought/comtypes/issues/16" rel="nofollow"&gt;https://github.com/enthought/comtypes/issues/16&lt;/a&gt; .&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>#12 broken test scripts using ConnectableObjectMixin</title><link href="https://sourceforge.net/p/comtypes/bugs/12/?limit=25#0c52" rel="alternate"/><published>2014-02-19T21:58:32.447000Z</published><updated>2014-02-19T21:58:32.447000Z</updated><author><name>Christopher L Farrow</name><uri>https://sourceforge.net/u/cfarrow/</uri></author><id>https://sourceforge.netc01662ff28be2846ec1f4c70baf103f06d762642</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Transferred to &lt;a href="https://github.com/enthought/comtypes/issues/15." rel="nofollow"&gt;https://github.com/enthought/comtypes/issues/15.&lt;/a&gt;&lt;/p&gt;&lt;/div&gt;</summary></entry></feed>