X-Recipient: archive-cygwin AT delorie DOT com X-SWARE-Spam-Status: No, hits=0.4 required=5.0 tests=AWL,BAYES_00,KHOP_SPAMHAUS_DROP,KHOP_THREADED,RCVD_IN_HOSTKARMA_NO,RP_MATCHES_RCVD,TW_HG X-Spam-Check-By: sourceware.org Date: Mon, 25 Feb 2013 12:50:49 -0500 From: hughgs To: cygwin AT cygwin DOT com Subject: Re: Problem with Pylint for Python 2.7 In-Reply-To: Message-ID: References: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com On Tue, 12 Feb 2013, hughgs wrote: > > Since the upgrade to Python 2.7 I get the following message while trying to > use the pylint command: > > $ pylint search.py > Traceback (most recent call last): > File "/usr/bin/pylint", line 3, in > from pylint import lint > ImportError: No module named pylint > > $ > > The error is independent of the file I use. > > I did find the HEADSUP: Python 2.7 upgrade thread and noticed that while the > pylint package was listed as needing to be upgraded, I didn't see that it was > rebuilt. Hopefully it just slipped through the cracks! Thanks. > > My cygcheck.out file got rejected for being too large. > > George S. Hugh > I was able to fix this problem by copying the python2.6/site-packages/pylint directory to python2.7/site-packages. Any chance that the pylint package will ge rebuilt so I don't have to do this by hand? George S. Hugh -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple