<?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: PodNova &#8211; Another Free Desktop Podcast Client</title>
	<atom:link href="http://www.berryreview.com/2007/12/20/podnova-another-free-desktop-podcast-client/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.berryreview.com/2007/12/20/podnova-another-free-desktop-podcast-client/</link>
	<description>BlackBerry News and Reviews You Can Use</description>
	<lastBuildDate>Wed, 25 Nov 2009 18:02:36 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Luciano ES</title>
		<link>http://www.berryreview.com/2007/12/20/podnova-another-free-desktop-podcast-client/comment-page-1/#comment-2632</link>
		<dc:creator>Luciano ES</dc:creator>
		<pubDate>Sun, 06 Apr 2008 13:48:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.berryreview.com/2007/12/20/podnova-another-free-desktop-podcast-client/#comment-2632</guid>
		<description>The lack of documentation has to do with the application only. The problem with Python is that Python applications always have too many dependencies.
.
And there is more: you had better install that one very specific version of the extension, or the application won&#039;t work. I&#039;ve even run into more than one Python application that refused to work without an extension and also refused to work after I installed *a newer* version than the one that was required! The application absolutely required a very specific version that was already old! Then what if another finicky Python application rejects that old version and requires the new one? I can&#039;t have both applications work. Lame.
.
I am biased. I am a Tcler. Tcl applications don&#039;t usually require extensions because they are already there. It is incredibly easy to embed a Tcl extension into a Tcl application. And even if you don&#039;t, any reasonably recent (last 4 years) version of the extension will work. Unfortunately, Tcl didn&#039;t attain popularity. Developers preferred Python or Java, probably because it is so difficult to do anything with them that developers that work with these difficult languages automatically become more valuable and have their jobs more secure.
.
Actually, Linux applications should be like GoogleEarth, Firefox or Windows applications: require no extensions. OK, offer the stripped down version for the Gentoo propeller heads that are going to whine and moan about the 0.004% lost CPU performance and 0.013% lost disk space. But make a headache-free version available too, for those who have better things to do than troubleshoot extensions of a language that nobody gives a rat&#039;s ass about unless you&#039;re a programmer (and that applies to any programming language).</description>
		<content:encoded><![CDATA[<p>The lack of documentation has to do with the application only. The problem with Python is that Python applications always have too many dependencies.<br />
.<br />
And there is more: you had better install that one very specific version of the extension, or the application won&#8217;t work. I&#8217;ve even run into more than one Python application that refused to work without an extension and also refused to work after I installed *a newer* version than the one that was required! The application absolutely required a very specific version that was already old! Then what if another finicky Python application rejects that old version and requires the new one? I can&#8217;t have both applications work. Lame.<br />
.<br />
I am biased. I am a Tcler. Tcl applications don&#8217;t usually require extensions because they are already there. It is incredibly easy to embed a Tcl extension into a Tcl application. And even if you don&#8217;t, any reasonably recent (last 4 years) version of the extension will work. Unfortunately, Tcl didn&#8217;t attain popularity. Developers preferred Python or Java, probably because it is so difficult to do anything with them that developers that work with these difficult languages automatically become more valuable and have their jobs more secure.<br />
.<br />
Actually, Linux applications should be like GoogleEarth, Firefox or Windows applications: require no extensions. OK, offer the stripped down version for the Gentoo propeller heads that are going to whine and moan about the 0.004% lost CPU performance and 0.013% lost disk space. But make a headache-free version available too, for those who have better things to do than troubleshoot extensions of a language that nobody gives a rat&#8217;s ass about unless you&#8217;re a programmer (and that applies to any programming language).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tom Purnell</title>
		<link>http://www.berryreview.com/2007/12/20/podnova-another-free-desktop-podcast-client/comment-page-1/#comment-2629</link>
		<dc:creator>Tom Purnell</dc:creator>
		<pubDate>Sun, 06 Apr 2008 11:44:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.berryreview.com/2007/12/20/podnova-another-free-desktop-podcast-client/#comment-2629</guid>
		<description>I fail to see how the lack of documentation for one application is the fault of python. I downloaded PodNova and ran into the same issues, but surely trying to pin the blame on Python is like blaming a rice farmer for your inability to operate your microwave to cook your dinner.</description>
		<content:encoded><![CDATA[<p>I fail to see how the lack of documentation for one application is the fault of python. I downloaded PodNova and ran into the same issues, but surely trying to pin the blame on Python is like blaming a rice farmer for your inability to operate your microwave to cook your dinner.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Carlos</title>
		<link>http://www.berryreview.com/2007/12/20/podnova-another-free-desktop-podcast-client/comment-page-1/#comment-1826</link>
		<dc:creator>Carlos</dc:creator>
		<pubDate>Mon, 25 Feb 2008 08:06:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.berryreview.com/2007/12/20/podnova-another-free-desktop-podcast-client/#comment-1826</guid>
		<description>Thanks vpspr!

Your solution worked perfectly.
&quot;to launch:  # python PodNova.pyc&quot;

There is no installation required.  Just unzip the tar, navigate to it via the terminal and type in the above command provided by vpspr.  Make a launcher and you won&#039;t have to do that every time you want it started.</description>
		<content:encoded><![CDATA[<p>Thanks vpspr!</p>
<p>Your solution worked perfectly.<br />
&#8220;to launch:  # python PodNova.pyc&#8221;</p>
<p>There is no installation required.  Just unzip the tar, navigate to it via the terminal and type in the above command provided by vpspr.  Make a launcher and you won&#8217;t have to do that every time you want it started.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ronen Halevy</title>
		<link>http://www.berryreview.com/2007/12/20/podnova-another-free-desktop-podcast-client/comment-page-1/#comment-1677</link>
		<dc:creator>Ronen Halevy</dc:creator>
		<pubDate>Mon, 18 Feb 2008 02:29:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.berryreview.com/2007/12/20/podnova-another-free-desktop-podcast-client/#comment-1677</guid>
		<description>Luc I guess you had a fun weekend :)</description>
		<content:encoded><![CDATA[<p>Luc I guess you had a fun weekend <img src='http://www.berryreview.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Luciano</title>
		<link>http://www.berryreview.com/2007/12/20/podnova-another-free-desktop-podcast-client/comment-page-1/#comment-1676</link>
		<dc:creator>Luciano</dc:creator>
		<pubDate>Sun, 17 Feb 2008 22:38:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.berryreview.com/2007/12/20/podnova-another-free-desktop-podcast-client/#comment-1676</guid>
		<description>--------------------------------------------------------
$[801]~&gt; python /home/luc/progs/PodNova-2.4-linux-py25/PodNova.pyc
Exception: No module named wx

In order to run PodNova Desktop Client, you need to have the wxPython library 2.6.3 or higher installed.
This library provides the GUI interface.
To download and install the wxPython library, please visit http://www.wxpython.org/download.php
Make sure you download and install the &#039;unicode&#039; version of the library.
--------------------------------------------------------

Apparently, installing wxPython-2.6.3.2 didn&#039;t help. Neither did installing wxPython-2.8.6.1. Very typical of Python.</description>
		<content:encoded><![CDATA[<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;<br />
$[801]~&gt; python /home/luc/progs/PodNova-2.4-linux-py25/PodNova.pyc<br />
Exception: No module named wx</p>
<p>In order to run PodNova Desktop Client, you need to have the wxPython library 2.6.3 or higher installed.<br />
This library provides the GUI interface.<br />
To download and install the wxPython library, please visit <a href="http://www.wxpython.org/download.php" rel="nofollow">http://www.wxpython.org/download.php</a><br />
Make sure you download and install the &#8216;unicode&#8217; version of the library.<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;</p>
<p>Apparently, installing wxPython-2.6.3.2 didn&#8217;t help. Neither did installing wxPython-2.8.6.1. Very typical of Python.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: vpspr</title>
		<link>http://www.berryreview.com/2007/12/20/podnova-another-free-desktop-podcast-client/comment-page-1/#comment-1675</link>
		<dc:creator>vpspr</dc:creator>
		<pubDate>Sun, 17 Feb 2008 20:35:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.berryreview.com/2007/12/20/podnova-another-free-desktop-podcast-client/#comment-1675</guid>
		<description>to launch:
# python PodNova.pyc</description>
		<content:encoded><![CDATA[<p>to launch:<br />
# python PodNova.pyc</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ronen Halevy</title>
		<link>http://www.berryreview.com/2007/12/20/podnova-another-free-desktop-podcast-client/comment-page-1/#comment-940</link>
		<dc:creator>Ronen Halevy</dc:creator>
		<pubDate>Mon, 31 Dec 2007 18:26:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.berryreview.com/2007/12/20/podnova-another-free-desktop-podcast-client/#comment-940</guid>
		<description>Honestly Python is beyond my understanding. All I know is how to install it and maintain it on a server level but even that is minimal. I never had much interest in it but I know many users who swear by it. Let me see if I can get a friend to respond...</description>
		<content:encoded><![CDATA[<p>Honestly Python is beyond my understanding. All I know is how to install it and maintain it on a server level but even that is minimal. I never had much interest in it but I know many users who swear by it. Let me see if I can get a friend to respond&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Barkhat</title>
		<link>http://www.berryreview.com/2007/12/20/podnova-another-free-desktop-podcast-client/comment-page-1/#comment-936</link>
		<dc:creator>Barkhat</dc:creator>
		<pubDate>Sat, 29 Dec 2007 07:27:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.berryreview.com/2007/12/20/podnova-another-free-desktop-podcast-client/#comment-936</guid>
		<description>Can someone advise how to install this software?  Like luc-mobile, I don&#039;t have a clue.  I&#039;m a newbie and so any help is very much appreciated.</description>
		<content:encoded><![CDATA[<p>Can someone advise how to install this software?  Like luc-mobile, I don&#8217;t have a clue.  I&#8217;m a newbie and so any help is very much appreciated.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ronen Halevy</title>
		<link>http://www.berryreview.com/2007/12/20/podnova-another-free-desktop-podcast-client/comment-page-1/#comment-890</link>
		<dc:creator>Ronen Halevy</dc:creator>
		<pubDate>Thu, 27 Dec 2007 15:08:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.berryreview.com/2007/12/20/podnova-another-free-desktop-podcast-client/#comment-890</guid>
		<description>Yeah python has always been a pain in the... But I had a few people confirm that it works</description>
		<content:encoded><![CDATA[<p>Yeah python has always been a pain in the&#8230; But I had a few people confirm that it works</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: luc-mobile</title>
		<link>http://www.berryreview.com/2007/12/20/podnova-another-free-desktop-podcast-client/comment-page-1/#comment-871</link>
		<dc:creator>luc-mobile</dc:creator>
		<pubDate>Thu, 27 Dec 2007 00:06:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.berryreview.com/2007/12/20/podnova-another-free-desktop-podcast-client/#comment-871</guid>
		<description>Man, I was trying to avoid this topic and maybe look a little less bitchy and grumpy to your readers, but you mentioned my name and... oh dear. Here we go.
.
I hate Python apps. They never really just rely on Python. They usually also require
py-this
py-that
py-thisonetoo
py-somethingelse
py-optional (note: will not work work without it)
py-dontforgetthis
py-andalsothat
py-ikidyounot
.
OK, now I have downloaded this PodNova thing, which is not an installable package. It is a tarball instead. Then we wonder why Linux never becomes popular... :-\
.
I still have no idea how many dependencies it will require to work. I&#039;ll find out as soon as I try to run it on a command line. But heck if I know how to install this thing! Am I supposed to compile this thing? It doesn&#039;t look like it. I open the tarball and there are 76 files in it. No sight of any &quot;make&quot; or &quot;configure&quot; files. I proceed to skim through the folder in search of a &quot;readme&quot; file... No, there isn&#039;t any. Oh! Oh! Maybe an &quot;install.txt&quot; file! No, there isn&#039;t any. A &quot;docs&quot; folder... No, there isn&#039;t any either. Ha! Here is an &quot;index.html&quot; file! Hum. It won&#039;t open. I inspect it with a text editor. It looks like a Web interface to PodNova (which apparently will run as a server when and IF I ever get this thing running). There is a &quot;podnova-install.nsi&quot; file. NSI must be for Windows. Inspect it with text editor. Yes, it is for Windows. There is a &quot;PodNova.pyc&quot; file. It is binary. I make it executable and run it. I get some short garbled output. Oh, &quot;build_linux_pyc.pyc&quot;. It&#039;s binary. Let&#039;s run it! Short garbled output again. I slap my forehead! Of course it doesn&#039;t have any instructions! I am supposed to visit their Web site! Open source developers do that all the time: force us to go online to get the thing running, probably to read some manual in wiki format. Let&#039;s go! I see &quot;Help Center&quot;. This is it! Hum... &quot;Take the quicktour to learn more about blah blah  blah...&quot; Nothing about installation. Ah! Frequently Asked Questions! Hmm... Hmm... No mention of installation either... Hmm... Hmm...
.
Pardon my manners, guys, but what the hell??? Seriously, is this really developed by humans? FOR humans? Geez. Maybe it really works on Linux, but beware: requires CrystalBall.tar.gz. Which I don&#039;t have.
.
Grumble.</description>
		<content:encoded><![CDATA[<p>Man, I was trying to avoid this topic and maybe look a little less bitchy and grumpy to your readers, but you mentioned my name and&#8230; oh dear. Here we go.<br />
.<br />
I hate Python apps. They never really just rely on Python. They usually also require<br />
py-this<br />
py-that<br />
py-thisonetoo<br />
py-somethingelse<br />
py-optional (note: will not work work without it)<br />
py-dontforgetthis<br />
py-andalsothat<br />
py-ikidyounot<br />
.<br />
OK, now I have downloaded this PodNova thing, which is not an installable package. It is a tarball instead. Then we wonder why Linux never becomes popular&#8230; :-\<br />
.<br />
I still have no idea how many dependencies it will require to work. I&#8217;ll find out as soon as I try to run it on a command line. But heck if I know how to install this thing! Am I supposed to compile this thing? It doesn&#8217;t look like it. I open the tarball and there are 76 files in it. No sight of any &#8220;make&#8221; or &#8220;configure&#8221; files. I proceed to skim through the folder in search of a &#8220;readme&#8221; file&#8230; No, there isn&#8217;t any. Oh! Oh! Maybe an &#8220;install.txt&#8221; file! No, there isn&#8217;t any. A &#8220;docs&#8221; folder&#8230; No, there isn&#8217;t any either. Ha! Here is an &#8220;index.html&#8221; file! Hum. It won&#8217;t open. I inspect it with a text editor. It looks like a Web interface to PodNova (which apparently will run as a server when and IF I ever get this thing running). There is a &#8220;podnova-install.nsi&#8221; file. NSI must be for Windows. Inspect it with text editor. Yes, it is for Windows. There is a &#8220;PodNova.pyc&#8221; file. It is binary. I make it executable and run it. I get some short garbled output. Oh, &#8220;build_linux_pyc.pyc&#8221;. It&#8217;s binary. Let&#8217;s run it! Short garbled output again. I slap my forehead! Of course it doesn&#8217;t have any instructions! I am supposed to visit their Web site! Open source developers do that all the time: force us to go online to get the thing running, probably to read some manual in wiki format. Let&#8217;s go! I see &#8220;Help Center&#8221;. This is it! Hum&#8230; &#8220;Take the quicktour to learn more about blah blah  blah&#8230;&#8221; Nothing about installation. Ah! Frequently Asked Questions! Hmm&#8230; Hmm&#8230; No mention of installation either&#8230; Hmm&#8230; Hmm&#8230;<br />
.<br />
Pardon my manners, guys, but what the hell??? Seriously, is this really developed by humans? FOR humans? Geez. Maybe it really works on Linux, but beware: requires CrystalBall.tar.gz. Which I don&#8217;t have.<br />
.<br />
Grumble.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
