<?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: Installing PyLint on Windows</title>
	<atom:link href="http://thinkhole.org/wp/2006/01/16/installing-pylint-on-windows/feed/" rel="self" type="application/rss+xml" />
	<link>http://thinkhole.org/wp/2006/01/16/installing-pylint-on-windows/</link>
	<description>www.thinkhole.org</description>
	<lastBuildDate>Tue, 02 Feb 2010 16:30:08 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Adam</title>
		<link>http://thinkhole.org/wp/2006/01/16/installing-pylint-on-windows/comment-page-1/#comment-236019</link>
		<dc:creator>Adam</dc:creator>
		<pubDate>Thu, 30 Apr 2009 04:09:42 +0000</pubDate>
		<guid isPermaLink="false">http://thinkhole.org/wp/2006/01/16/installing-pylint-on-windows/#comment-236019</guid>
		<description>At 1st I had the same problem as Yassen (“pylint installs fine but DOES NOT WORK”):
I had installed the 3 packages {ASTNG, common, pylint } individually using “python setup.py install” for each. Pylint was NOT functioning properly, a phenomenon I could test directly from the Python command-line interpreter:
The line “from pylint import lint” issued an error.

So I got rid of these packages and did “easy_install pylint” and everything was fine after that.
(I installed the setuptools package and scripts (setuptools-0.6c9.win32-py2.5.exe) to get easy_install to work on my PC).</description>
		<content:encoded><![CDATA[<p>At 1st I had the same problem as Yassen (“pylint installs fine but DOES NOT WORK”):<br />
I had installed the 3 packages {ASTNG, common, pylint } individually using “python setup.py install” for each. Pylint was NOT functioning properly, a phenomenon I could test directly from the Python command-line interpreter:<br />
The line “from pylint import lint” issued an error.</p>
<p>So I got rid of these packages and did “easy_install pylint” and everything was fine after that.<br />
(I installed the setuptools package and scripts (setuptools-0.6c9.win32-py2.5.exe) to get easy_install to work on my PC).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: NicolasChauvat</title>
		<link>http://thinkhole.org/wp/2006/01/16/installing-pylint-on-windows/comment-page-1/#comment-232840</link>
		<dc:creator>NicolasChauvat</dc:creator>
		<pubDate>Mon, 23 Mar 2009 17:15:17 +0000</pubDate>
		<guid isPermaLink="false">http://thinkhole.org/wp/2006/01/16/installing-pylint-on-windows/#comment-232840</guid>
		<description>If you found a bug in pylint, the right place to report it is http://lists.logilab.org/mailman/listinfo/python-projects 

Complaining in a comment of a blog will get you nowhere.</description>
		<content:encoded><![CDATA[<p>If you found a bug in pylint, the right place to report it is <a href="http://lists.logilab.org/mailman/listinfo/python-projects" rel="nofollow">http://lists.logilab.org/mailman/listinfo/python-projects</a> </p>
<p>Complaining in a comment of a blog will get you nowhere.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Yassen</title>
		<link>http://thinkhole.org/wp/2006/01/16/installing-pylint-on-windows/comment-page-1/#comment-231244</link>
		<dc:creator>Yassen</dc:creator>
		<pubDate>Sun, 08 Mar 2009 15:44:04 +0000</pubDate>
		<guid isPermaLink="false">http://thinkhole.org/wp/2006/01/16/installing-pylint-on-windows/#comment-231244</guid>
		<description>UPDATE: unfortunately, pylint installs fine but DOES NOT WORK on Windows, cpython 2.5. Looks like the logilab guys discriminate the hated platform as their code does not do any effort to recognize the platform and adapt accordingly :(</description>
		<content:encoded><![CDATA[<p>UPDATE: unfortunately, pylint installs fine but DOES NOT WORK on Windows, cpython 2.5. Looks like the logilab guys discriminate the hated platform as their code does not do any effort to recognize the platform and adapt accordingly :(</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Yassen</title>
		<link>http://thinkhole.org/wp/2006/01/16/installing-pylint-on-windows/comment-page-1/#comment-231139</link>
		<dc:creator>Yassen</dc:creator>
		<pubDate>Sat, 07 Mar 2009 12:45:55 +0000</pubDate>
		<guid isPermaLink="false">http://thinkhole.org/wp/2006/01/16/installing-pylint-on-windows/#comment-231139</guid>
		<description>Thanks a lot for this tip; works fine also for python 2.5!</description>
		<content:encoded><![CDATA[<p>Thanks a lot for this tip; works fine also for python 2.5!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Leszek Bajorski</title>
		<link>http://thinkhole.org/wp/2006/01/16/installing-pylint-on-windows/comment-page-1/#comment-228865</link>
		<dc:creator>Leszek Bajorski</dc:creator>
		<pubDate>Wed, 11 Feb 2009 10:04:50 +0000</pubDate>
		<guid isPermaLink="false">http://thinkhole.org/wp/2006/01/16/installing-pylint-on-windows/#comment-228865</guid>
		<description>Hi,

I&#039;m using eclipse (pydev+pylint) for python development. I would like to configure pylint to accept lines shorter then 100 chars and try to change
pylintrc for it, unfortunately it does not work.

What is the correct location of pylintrc in Windows?
Is any configuration on eclipse necessary?

Could you help me?</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I&#8217;m using eclipse (pydev+pylint) for python development. I would like to configure pylint to accept lines shorter then 100 chars and try to change<br />
pylintrc for it, unfortunately it does not work.</p>
<p>What is the correct location of pylintrc in Windows?<br />
Is any configuration on eclipse necessary?</p>
<p>Could you help me?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brandon</title>
		<link>http://thinkhole.org/wp/2006/01/16/installing-pylint-on-windows/comment-page-1/#comment-154542</link>
		<dc:creator>Brandon</dc:creator>
		<pubDate>Tue, 22 Apr 2008 19:36:08 +0000</pubDate>
		<guid isPermaLink="false">http://thinkhole.org/wp/2006/01/16/installing-pylint-on-windows/#comment-154542</guid>
		<description>If you are using eclipse and pydev then it just needs to know where lint.py is so you do not need to do steps 4 and 5. If you go to Window -&gt; Preferences and drill down to Pydev -&gt; Pylint check the &quot;Use Pylint&quot; box and then click on &quot;Broswse&quot; and go to %PYTHON_ROOT%\Lib\site-packages\pylint and select lint.py and you should be good to go. You will get some good highlighting of problems where pylint sees them.</description>
		<content:encoded><![CDATA[<p>If you are using eclipse and pydev then it just needs to know where lint.py is so you do not need to do steps 4 and 5. If you go to Window -&gt; Preferences and drill down to Pydev -&gt; Pylint check the &#8220;Use Pylint&#8221; box and then click on &#8220;Broswse&#8221; and go to %PYTHON_ROOT%\Lib\site-packages\pylint and select lint.py and you should be good to go. You will get some good highlighting of problems where pylint sees them.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
