Re: [Python-projects] pylint + virtualenv problem

2011-10-25 Thread Vicent Mas
2011/10/25 Alexandre Fayolle : > On Tuesday 25 October 2011 12:02:18 Vicent Mas wrote: >> Hi, >> >> I'm using pylint-0.25 with python-2.7 in a virtual environement >> created with virtualenv-1.6.4. I've a test file, test1.py, with the >> following content: >> >>

Re: [Python-projects] pylint + virtualenv problem

2011-10-25 Thread Alexandre Fayolle
On Tuesday 25 October 2011 12:02:18 Vicent Mas wrote: > Hi, > > I'm using pylint-0.25 with python-2.7 in a virtual environement > created with virtualenv-1.6.4. I've a test file, test1.py, with the > following content: > > > #!/usr/

[Python-projects] pylint + virtualenv problem

2011-10-25 Thread Vicent Mas
Hi, I'm using pylint-0.25 with python-2.7 in a virtual environement created with virtualenv-1.6.4. I've a test file, test1.py, with the following content: #!/usr/bin/env python """This is a simple test""" from distutils.core impor