<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to bugs</title><link>https://sourceforge.net/p/comtypes/bugs/</link><description>Recent changes to bugs</description><atom:link href="https://sourceforge.net/p/comtypes/bugs/feed.rss" rel="self"/><language>en</language><lastBuildDate>Fri, 29 May 2015 08:23:02 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/comtypes/bugs/feed.rss" rel="self" type="application/rss+xml"/><item><title>Get The following error on create object</title><link>https://sourceforge.net/p/comtypes/bugs/32/</link><description>&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;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Matteo Boscolo</dc:creator><pubDate>Fri, 29 May 2015 08:23:02 -0000</pubDate><guid>https://sourceforge.nete0a63c7234cf78c2506c68832afb7f652624fa51</guid></item><item><title>#29 cant install. - no python error</title><link>https://sourceforge.net/p/comtypes/bugs/29/?limit=25#a668</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;This appears to be resolved.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Christopher L Farrow</dc:creator><pubDate>Wed, 19 Feb 2014 22:09:14 -0000</pubDate><guid>https://sourceforge.netea16c792cb1febb8fd3e0491691076ace75013dd</guid></item><item><title>#26 access violation with wrong array.array type</title><link>https://sourceforge.net/p/comtypes/bugs/26/?limit=25#aa78</link><description>&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;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Christopher L Farrow</dc:creator><pubDate>Wed, 19 Feb 2014 22:08:45 -0000</pubDate><guid>https://sourceforge.neta0399e527ad2115ace08b6e3fbf5bd50a8d7b31a</guid></item><item><title>#23 List-index access to COM object array crashes python</title><link>https://sourceforge.net/p/comtypes/bugs/23/?limit=25#61ce</link><description>&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;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Christopher L Farrow</dc:creator><pubDate>Wed, 19 Feb 2014 22:07:48 -0000</pubDate><guid>https://sourceforge.net8ddbd81be10a4d1bca255a41ab3deb9eb7bd26a1</guid></item><item><title>#22 Crash using the GetActiveObject,CreateObject</title><link>https://sourceforge.net/p/comtypes/bugs/22/?limit=25#17e9</link><description>&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;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Christopher L Farrow</dc:creator><pubDate>Wed, 19 Feb 2014 22:06:34 -0000</pubDate><guid>https://sourceforge.net6d02c581f52f5c6ef101cf12f63a1144c3184a8b</guid></item><item><title>#20 error with inout args</title><link>https://sourceforge.net/p/comtypes/bugs/20/?limit=25#9d3e</link><description>&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;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Christopher L Farrow</dc:creator><pubDate>Wed, 19 Feb 2014 22:05:13 -0000</pubDate><guid>https://sourceforge.net5142e49a91ce18a5fde9483b0c39ebffe2733b94</guid></item><item><title>#17 Didn't handle VT_DECIMAL in automation.py</title><link>https://sourceforge.net/p/comtypes/bugs/17/?limit=25#4850</link><description>&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;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Christopher L Farrow</dc:creator><pubDate>Wed, 19 Feb 2014 22:04:10 -0000</pubDate><guid>https://sourceforge.net4a73a6c4c6ef12ff1853cccc0a06305578880897</guid></item><item><title>#14 Returned tuple from COM method doesn't include all outputs</title><link>https://sourceforge.net/p/comtypes/bugs/14/?limit=25#8441</link><description>&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;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Christopher L Farrow</dc:creator><pubDate>Wed, 19 Feb 2014 22:03:11 -0000</pubDate><guid>https://sourceforge.net7e6fa0ffa86a03e704f965da27b23aec43867c62</guid></item><item><title>#13 UnicodeDecodeError:</title><link>https://sourceforge.net/p/comtypes/bugs/13/?limit=25#10f5</link><description>&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;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Christopher L Farrow</dc:creator><pubDate>Wed, 19 Feb 2014 22:02:18 -0000</pubDate><guid>https://sourceforge.net75b706122551da5c475442ee74b0ddf842f10c37</guid></item><item><title>#12 broken test scripts using ConnectableObjectMixin</title><link>https://sourceforge.net/p/comtypes/bugs/12/?limit=25#0c52</link><description>&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;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Christopher L Farrow</dc:creator><pubDate>Wed, 19 Feb 2014 21:58:32 -0000</pubDate><guid>https://sourceforge.netc01662ff28be2846ec1f4c70baf103f06d762642</guid></item></channel></rss>