[code-quality] Unable to import 'os' (import-error)

2017-01-30 Thread Bill D
Hello: I am trying to run a simple 2-line Python script through pylint on Ubuntu without success (see https://github.com/PyCQA/pylint/issues/1305). Following are the details. Does anyone know what step I am missing? Steps to reproduce $ cat li.py #!/usr/bin/env python """foobar""" import os

Re: [code-quality] Unable to import 'os' (import-error)

2017-01-30 Thread Dan Stromberg
That's a pretty old pylint. Maybe update it? Is pylint fully or partially installed? What does "which pylint" say? -- Dan Stromberg ___ code-quality mailing list [email protected] https://mail.python.org/mailman/listinfo/code-quality