<?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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Using Python to Create Shortcuts</title>
	<atom:link href="http://www.blog.pythonlibrary.org/2010/01/23/using-python-to-create-shortcuts/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.blog.pythonlibrary.org/2010/01/23/using-python-to-create-shortcuts/</link>
	<description>Python Programming from the Frontlines</description>
	<lastBuildDate>Fri, 30 Jul 2010 14:54:55 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Simelo ... alias Olemis Lang</title>
		<link>http://www.blog.pythonlibrary.org/2010/01/23/using-python-to-create-shortcuts/comment-page-1/#comment-20419</link>
		<dc:creator>Simelo ... alias Olemis Lang</dc:creator>
		<pubDate>Mon, 29 Mar 2010 17:05:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.blog.pythonlibrary.org/?p=478#comment-20419</guid>
		<description>Very useful tutorial !

I translated this article and Tim Golden&#039;s to Spanish and published the all-in-one version in my blog

http://simelo-es.blogspot.com/2010/03/tutorial-como-crear-enlaces-directos-en.html

Hope this will be valuable for native Spanish speakers</description>
		<content:encoded><![CDATA[<p>Very useful tutorial !</p>
<p>I translated this article and Tim Golden&#8217;s to Spanish and published the all-in-one version in my blog</p>
<p><a href="http://simelo-es.blogspot.com/2010/03/tutorial-como-crear-enlaces-directos-en.html" rel="nofollow">http://simelo-es.blogspot.com/2010/03/tutorial-como-crear-enlaces-directos-en.html</a></p>
<p>Hope this will be valuable for native Spanish speakers</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike</title>
		<link>http://www.blog.pythonlibrary.org/2010/01/23/using-python-to-create-shortcuts/comment-page-1/#comment-16282</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Mon, 25 Jan 2010 23:38:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.blog.pythonlibrary.org/?p=478#comment-16282</guid>
		<description>@ Steve,

I just followed the directions on Inno&#039;s website to get the links to work. Note that I created an executable using GUI2Exe first. You can check all that out in this tutorial I wrote:

http://www.blog.pythonlibrary.org/2008/08/27/packaging-wxpymail-for-distribution/

Hope that helps!

- Mike</description>
		<content:encoded><![CDATA[<p>@ Steve,</p>
<p>I just followed the directions on Inno&#8217;s website to get the links to work. Note that I created an executable using GUI2Exe first. You can check all that out in this tutorial I wrote:</p>
<p><a href="http://www.blog.pythonlibrary.org/2008/08/27/packaging-wxpymail-for-distribution/" rel="nofollow">http://www.blog.pythonlibrary.org/2008/08/27/packaging-wxpymail-for-distribution/</a></p>
<p>Hope that helps!</p>
<p>- Mike</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve M.</title>
		<link>http://www.blog.pythonlibrary.org/2010/01/23/using-python-to-create-shortcuts/comment-page-1/#comment-16278</link>
		<dc:creator>Steve M.</dc:creator>
		<pubDate>Mon, 25 Jan 2010 22:51:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.blog.pythonlibrary.org/?p=478#comment-16278</guid>
		<description>Hi Mike,
Have you managed to make shortcuts work?
I have failed in the past miserably and Since then I have stayed away &quot;Inno the great&quot;. How did you do? Any tutorial you used?

Thanks</description>
		<content:encoded><![CDATA[<p>Hi Mike,<br />
Have you managed to make shortcuts work?<br />
I have failed in the past miserably and Since then I have stayed away &#8220;Inno the great&#8221;. How did you do? Any tutorial you used?</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike</title>
		<link>http://www.blog.pythonlibrary.org/2010/01/23/using-python-to-create-shortcuts/comment-page-1/#comment-16273</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Mon, 25 Jan 2010 22:21:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.blog.pythonlibrary.org/?p=478#comment-16273</guid>
		<description>@ Domen,

I use Inno Setup to create an installer for my applications. It&#039;s quite handy.

- Mike</description>
		<content:encoded><![CDATA[<p>@ Domen,</p>
<p>I use Inno Setup to create an installer for my applications. It&#8217;s quite handy.</p>
<p>- Mike</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Domen Kožar</title>
		<link>http://www.blog.pythonlibrary.org/2010/01/23/using-python-to-create-shortcuts/comment-page-1/#comment-16245</link>
		<dc:creator>Domen Kožar</dc:creator>
		<pubDate>Mon, 25 Jan 2010 14:43:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.blog.pythonlibrary.org/?p=478#comment-16245</guid>
		<description>I have also written how to make a Windows shortcut as post-installation hook with distutils.

Link: http://www.fubar.si/2009/9/27/writing-post-installation-script-to-create-shortcut-on-windows-desktop</description>
		<content:encoded><![CDATA[<p>I have also written how to make a Windows shortcut as post-installation hook with distutils.</p>
<p>Link: <a href="http://www.fubar.si/2009/9/27/writing-post-installation-script-to-create-shortcut-on-windows-desktop" rel="nofollow">http://www.fubar.si/2009/9/27/writing-post-installation-script-to-create-shortcut-on-windows-desktop</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike</title>
		<link>http://www.blog.pythonlibrary.org/2010/01/23/using-python-to-create-shortcuts/comment-page-1/#comment-16211</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Mon, 25 Jan 2010 04:24:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.blog.pythonlibrary.org/?p=478#comment-16211</guid>
		<description>@ Tim,

Thanks for the links. I&#039;m pretty sure those weren&#039;t there when I originally came up with these methods as I Googled all over and visit your site quite a bit.

@ Steven,

I actually did think that line sounded weird when I wrote it. I&#039;ve updated the text some to make it better and also added a note about concatenation as an alternative.

Thanks for the feedback, you guys!

- Mike</description>
		<content:encoded><![CDATA[<p>@ Tim,</p>
<p>Thanks for the links. I&#8217;m pretty sure those weren&#8217;t there when I originally came up with these methods as I Googled all over and visit your site quite a bit.</p>
<p>@ Steven,</p>
<p>I actually did think that line sounded weird when I wrote it. I&#8217;ve updated the text some to make it better and also added a note about concatenation as an alternative.</p>
<p>Thanks for the feedback, you guys!</p>
<p>- Mike</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steven Sproat</title>
		<link>http://www.blog.pythonlibrary.org/2010/01/23/using-python-to-create-shortcuts/comment-page-1/#comment-16205</link>
		<dc:creator>Steven Sproat</dc:creator>
		<pubDate>Mon, 25 Jan 2010 02:02:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.blog.pythonlibrary.org/?p=478#comment-16205</guid>
		<description>Hi Mike, great article.

Just a small comment: you say (first code explanation) \and then use the os module’s path function to join the path and the name of the url shortcut\


Probably should be \and then use the os.path module&#039;s join() function\

Since this is Windows-only, you probably could just write (in the code) path = desktop + \\myNeatWebsite.url\</description>
		<content:encoded><![CDATA[<p>Hi Mike, great article.</p>
<p>Just a small comment: you say (first code explanation) \and then use the os module’s path function to join the path and the name of the url shortcut\</p>
<p>Probably should be \and then use the os.path module&#8217;s join() function\</p>
<p>Since this is Windows-only, you probably could just write (in the code) path = desktop + \\myNeatWebsite.url\</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tim Golden</title>
		<link>http://www.blog.pythonlibrary.org/2010/01/23/using-python-to-create-shortcuts/comment-page-1/#comment-16179</link>
		<dc:creator>Tim Golden</dc:creator>
		<pubDate>Sun, 24 Jan 2010 16:12:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.blog.pythonlibrary.org/?p=478#comment-16179</guid>
		<description>For an alternative (altho&#039; I can&#039;t say what advantage it might bring...) you might want to look at:

http://timgolden.me.uk/python/win32_how_do_i/create-a-shortcut.html

and its companions:

http://timgolden.me.uk/python/win32_how_do_i/read-a-shortcut.html

and

http://timgolden.me.uk/python/win32_how_do_i/create-a-url-shortcut.html</description>
		<content:encoded><![CDATA[<p>For an alternative (altho&#8217; I can&#8217;t say what advantage it might bring&#8230;) you might want to look at:</p>
<p><a href="http://timgolden.me.uk/python/win32_how_do_i/create-a-shortcut.html" rel="nofollow">http://timgolden.me.uk/python/win32_how_do_i/create-a-shortcut.html</a></p>
<p>and its companions:</p>
<p><a href="http://timgolden.me.uk/python/win32_how_do_i/read-a-shortcut.html" rel="nofollow">http://timgolden.me.uk/python/win32_how_do_i/read-a-shortcut.html</a></p>
<p>and</p>
<p><a href="http://timgolden.me.uk/python/win32_how_do_i/create-a-url-shortcut.html" rel="nofollow">http://timgolden.me.uk/python/win32_how_do_i/create-a-url-shortcut.html</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.466 seconds -->
