On Mon, Oct 19, 2009 at 02:39:44PM -0700, Jonah wrote:
> Hi Nicolas, actually I just tried that and pylint fails!
>
> unix> python -W ignore pylint
> /usr/local/bin/python: can't find '__main__.py' in 'pylint'
> unix> python --version
> Python 2.6
'python modulename' will only work if modulename
Hi,
On Thu, Oct 15, 2009 at 06:27:17PM -0700, * wrote:
> Hello, I'm getting the following warning when running pylint:
>
> /usr/lib/python2.6/site-packages/pylint/lint.py:314:
> DeprecationWarning: use lgc.optik_ext.check_csv
> value = check_csv(None, opt_name, value)
DeprecationWarning is a s
On 15 octobre 18:27, * wrote:
> Hello, I'm getting the following warning when running pylint:
>
> /usr/lib/python2.6/site-packages/pylint/lint.py:314:
> DeprecationWarning: use lgc.optik_ext.check_csv
> value = check_csv(None, opt_name, value)
>
> This is with the latest of everything:
>
> dev