<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>Comments for ShowMeDo Blog</title>
	<atom:link href="http://blog.showmedo.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.showmedo.com</link>
	<description>ShowMeDo News and Thoughts</description>
	<pubDate>Fri, 21 Nov 2008 20:43:46 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>Comment on xturtle, random und genetischer Algorithmus (Python screencasts) by horst</title>
		<link>http://blog.showmedo.com/2008/04/11/xturtle-random-und-genetischer-algorithmus-python-screencasts/#comment-34794</link>
		<dc:creator>horst</dc:creator>
		<pubDate>Sat, 12 Apr 2008 07:42:30 +0000</pubDate>
		<guid isPermaLink="false">http://blog.showmedo.com/?p=320#comment-34794</guid>
		<description>The previous series is in English with English subtitles. See:
http://www.showmedo.com/videos/series?name=jdb1dPCrc
for the video series and http://wiki.showmedo.com/index.php/Python_xturtle_random_en for the Wiki (including source code)</description>
		<content:encoded><![CDATA[<p>The previous series is in English with English subtitles. See:<br />
<a href="http://www.showmedo.com/videos/series?name=jdb1dPCrc" rel="nofollow">http://www.showmedo.com/videos/series?name=jdb1dPCrc</a><br />
for the video series and <a href="http://wiki.showmedo.com/index.php/Python_xturtle_random_en" rel="nofollow">http://wiki.showmedo.com/index.php/Python_xturtle_random_en</a> for the Wiki (including source code)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using pyWin32 with Excel by ggivler</title>
		<link>http://blog.showmedo.com/2008/04/11/using-pywin32-with-excel/#comment-34793</link>
		<dc:creator>ggivler</dc:creator>
		<pubDate>Fri, 11 Apr 2008 20:21:26 +0000</pubDate>
		<guid isPermaLink="false">http://blog.showmedo.com/?p=319#comment-34793</guid>
		<description>I have not had a chance to watch the demo, but here is something I learned doing this.

I do some spreadsheet creation here at work for various departments, so I use a brute force method of finding all instances of EXCEL and killing them, I warn the user about this when the program starts. My programs all have a GUI so they can say no, then shut there excel stuff down before running my program. Here is the code:

import wmi

    def CloseXL(self):
        try:
            if self.xl is not None:
                self.xlBook.Close(SaveChanges=0)
                self.xl.Quit()
                del self.xl
        except AttributeError, err:
            if err[0] != 'xl':
                raise AttributeError, err
            
                
        c = wmi.WMI()
        if not self.NoExcel:
            for process in c.Win32_Process(name="excel.exe"):
                process.Terminate()</description>
		<content:encoded><![CDATA[<p>I have not had a chance to watch the demo, but here is something I learned doing this.</p>
<p>I do some spreadsheet creation here at work for various departments, so I use a brute force method of finding all instances of EXCEL and killing them, I warn the user about this when the program starts. My programs all have a GUI so they can say no, then shut there excel stuff down before running my program. Here is the code:</p>
<p>import wmi</p>
<p>    def CloseXL(self):<br />
        try:<br />
            if self.xl is not None:<br />
                self.xlBook.Close(SaveChanges=0)<br />
                self.xl.Quit()<br />
                del self.xl<br />
        except AttributeError, err:<br />
            if err[0] != &#8216;xl&#8217;:<br />
                raise AttributeError, err</p>
<p>        c = wmi.WMI()<br />
        if not self.NoExcel:<br />
            for process in c.Win32_Process(name=&#8221;excel.exe&#8221;):<br />
                process.Terminate()</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Exercise 1 for the wxPython Image Viewer - adding a Mirror function by ShowMeDo Blog &#187; Blog Archive &#187; Solution 1 - Walk-through of adding the Mirror Image wxPython function</title>
		<link>http://blog.showmedo.com/2008/03/07/exercise-1-for-the-wxpython-image-viewer-adding-a-mirror-function/#comment-34755</link>
		<dc:creator>ShowMeDo Blog &#187; Blog Archive &#187; Solution 1 - Walk-through of adding the Mirror Image wxPython function</dc:creator>
		<pubDate>Mon, 10 Mar 2008 17:59:25 +0000</pubDate>
		<guid isPermaLink="false">http://blog.showmedo.com/2008/03/07/exercise-1-for-the-wxpython-image-viewer-adding-a-mirror-function/#comment-34755</guid>
		<description>[...] ShowMeDo Blog ShowMeDo News and Thoughts      &#171; Exercise 1 for the wxPython Image Viewer - adding a Mirror function [...]</description>
		<content:encoded><![CDATA[<p>[...] ShowMeDo Blog ShowMeDo News and Thoughts      &laquo; Exercise 1 for the wxPython Image Viewer - adding a Mirror function [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Build a wxPython Image Viewer by ShowMeDo Blog &#187; Blog Archive &#187; wx.FileDialog and CreateStatusBar for our wx Image Viewer</title>
		<link>http://blog.showmedo.com/2008/02/14/build-a-wxpython-image-viewer/#comment-34731</link>
		<dc:creator>ShowMeDo Blog &#187; Blog Archive &#187; wx.FileDialog and CreateStatusBar for our wx Image Viewer</dc:creator>
		<pubDate>Mon, 25 Feb 2008 11:43:56 +0000</pubDate>
		<guid isPermaLink="false">http://blog.showmedo.com/2008/02/14/build-a-wxpython-image-viewer/#comment-34731</guid>
		<description>[...] and they enable us to support all the free tutorials that we carry. This series was originally announced here. These tutorials are a part of our 177 Python tutorial [...]</description>
		<content:encoded><![CDATA[<p>[...] and they enable us to support all the free tutorials that we carry. This series was originally announced here. These tutorials are a part of our 177 Python tutorial [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Build a wxPython Image Viewer by ShowMeDo Blog &#187; Blog Archive &#187; Menus and Binding for wxPython Image Viewer</title>
		<link>http://blog.showmedo.com/2008/02/14/build-a-wxpython-image-viewer/#comment-34719</link>
		<dc:creator>ShowMeDo Blog &#187; Blog Archive &#187; Menus and Binding for wxPython Image Viewer</dc:creator>
		<pubDate>Mon, 18 Feb 2008 21:03:44 +0000</pubDate>
		<guid isPermaLink="false">http://blog.showmedo.com/2008/02/14/build-a-wxpython-image-viewer/#comment-34719</guid>
		<description>[...] The subscriber-only tutorials are aimed at new Python programmers and they enable us to support all the free tutorials that we carry. This series was originally announced here. [...]</description>
		<content:encoded><![CDATA[<p>[...] The subscriber-only tutorials are aimed at new Python programmers and they enable us to support all the free tutorials that we carry. This series was originally announced here. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Get Going with Python (part) 3: Under the Hood - Objects and Debugging by ShowMeDo Blog &#187; Blog Archive &#187; Get Going with Python 2: Python Development Environments (IDEs) part 2</title>
		<link>http://blog.showmedo.com/2007/05/03/get-going-with-python-3-under-the-hood-objects-and-debugging/#comment-34521</link>
		<dc:creator>ShowMeDo Blog &#187; Blog Archive &#187; Get Going with Python 2: Python Development Environments (IDEs) part 2</dc:creator>
		<pubDate>Fri, 23 Nov 2007 12:39:07 +0000</pubDate>
		<guid isPermaLink="false">http://blog.showmedo.com/2007/05/03/get-going-with-python-3-under-the-hood-objects-and-debugging/#comment-34521</guid>
		<description>[...] Python &#8216;under the hood&#8217; [...]</description>
		<content:encoded><![CDATA[<p>[...] Python &#8216;under the hood&#8217; [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Compiling FAAD and FAAC (libfaad/libfaac) on RedHat by ShowMeDo Blog &#187; Blog Archive &#187; Compiling ffmpeg on RedHat</title>
		<link>http://blog.showmedo.com/2007/11/09/compiling-faad-libfaad-on-redhat/#comment-34476</link>
		<dc:creator>ShowMeDo Blog &#187; Blog Archive &#187; Compiling ffmpeg on RedHat</dc:creator>
		<pubDate>Fri, 09 Nov 2007 13:17:32 +0000</pubDate>
		<guid isPermaLink="false">http://blog.showmedo.com/2007/11/09/compiling-faad-libfaad-on-redhat/#comment-34476</guid>
		<description>[...] didn&#8217;t support libfaac/libfaad for mp4 audio/video support. To fix that first I compiled the libfaac and libfaad libraries, then updated our ffmpeg [...]</description>
		<content:encoded><![CDATA[<p>[...] didn&#8217;t support libfaac/libfaad for mp4 audio/video support. To fix that first I compiled the libfaac and libfaad libraries, then updated our ffmpeg [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Compiling ffmpeg on RedHat by ShowMeDo Blog &#187; Blog Archive &#187; Compiling FAAD and FAAC (libfaad/libfaac) on RedHat</title>
		<link>http://blog.showmedo.com/2007/07/16/compiling-ffmpeg-on-redhat/#comment-34475</link>
		<dc:creator>ShowMeDo Blog &#187; Blog Archive &#187; Compiling FAAD and FAAC (libfaad/libfaac) on RedHat</dc:creator>
		<pubDate>Fri, 09 Nov 2007 12:07:31 +0000</pubDate>
		<guid isPermaLink="false">http://blog.showmedo.com/2007/07/16/compiling-ffmpeg-on-redhat/#comment-34475</guid>
		<description>[...] builds upon my Compiling LAME on RedHat and Compiling ffmpeg on RedHat [...]</description>
		<content:encoded><![CDATA[<p>[...] builds upon my Compiling LAME on RedHat and Compiling ffmpeg on RedHat [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Compiling LAME on RedHat by ShowMeDo Blog &#187; Blog Archive &#187; Compiling FAAD (libfaad) on RedHat</title>
		<link>http://blog.showmedo.com/2007/07/16/compiling-lame-on-redhat/#comment-34474</link>
		<dc:creator>ShowMeDo Blog &#187; Blog Archive &#187; Compiling FAAD (libfaad) on RedHat</dc:creator>
		<pubDate>Fri, 09 Nov 2007 11:38:53 +0000</pubDate>
		<guid isPermaLink="false">http://blog.showmedo.com/2007/07/16/compiling-lame-on-redhat/#comment-34474</guid>
		<description>[...] builds upon my Compiling LAME on RedHat and Compiling ffmpeg on RedHat [...]</description>
		<content:encoded><![CDATA[<p>[...] builds upon my Compiling LAME on RedHat and Compiling ffmpeg on RedHat [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Siddhi&#8217;s Django Wiki in 20 Minutes - Wins prize for most popular tutorial this month by ShowMeDo Blog &#187; Blog Archive &#187; Siddhi&#8217;s Django video on the Weekly Django Roundup</title>
		<link>http://blog.showmedo.com/2007/08/31/siddhis-django-wiki-in-20-minutes-wins-prize-for-most-popular-tutorial-this-month/#comment-34397</link>
		<dc:creator>ShowMeDo Blog &#187; Blog Archive &#187; Siddhi&#8217;s Django video on the Weekly Django Roundup</dc:creator>
		<pubDate>Mon, 08 Oct 2007 19:33:25 +0000</pubDate>
		<guid isPermaLink="false">http://blog.showmedo.com/2007/08/31/siddhis-django-wiki-in-20-minutes-wins-prize-for-most-popular-tutorial-this-month/#comment-34397</guid>
		<description>[...] won our competition last month for having the most-played video with his first Django Video. Siddhi actually still [...]</description>
		<content:encoded><![CDATA[<p>[...] won our competition last month for having the most-played video with his first Django Video. Siddhi actually still [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
