<div>Hi, </div>
<div> </div>
<div>not sure how this works. I&#39;m responding to the message on: <a href="http://mail.python.org/pipermail/pygui/2012-January/000223.html">http://mail.python.org/pipermail/pygui/2012-January/000223.html</a></div>
<div> </div>
<div>After applying the proposed fix: &quot;include = include.intersection(sum(always_include))&quot;, the blobedit script works but there is no (visible) menu rendered. When I click on the leftmost spot where a menu could be, I get a nice message: &quot;Sorry, something went wrong. Error: the window handle is invalid&quot;.</div>

<div> </div>
<div>Clicking traceback gives the following error:</div>
<div><br>Traceback (most recent call last):<br>  File &quot;C:\Python32\lib\site-packages\GUI\WinUtils.py&quot;, line 93, in OnCommand<br>    self._forward_reflected_message(lParam, name)<br>  File &quot;C:\Python32\lib\site-packages\GUI\WinUtils.py&quot;, line 100, in _forward_re<br>
flected_message<br>    wnd = ui.CreateWindowFromHandle(lParam)<br>error: The window handle is invalid.</div>
<div> </div>
<div> </div>
<div>I&#39;m using python 3.2 on windows 7, pygui 2.5.3, pywin32</div>
<div> </div>
<div>Thanks,</div>
<div>Jesse</div>
<div><br> </div>