Re: pylint/pyreverse with Python3

2018-05-14 Thread Rich Shepard
On Mon, 14 May 2018, summerra...@gmail.com wrote: I'm having the same issue; can you give an example command line for python2 and python3 specific installation? Summerrae, All my development is now strictly Python3. The installation depends on your OS and distribution. For a basic installat

Re: pylint/pyreverse with Python3

2018-05-14 Thread summerrae78
I'm having the same issue; can you give an example command line for python2 and python3 specific installation? Thanks! On Sunday, May 13, 2018 at 7:12:29 PM UTC-7, Terry Reedy wrote: > On 5/13/2018 1:01 PM, Rich Shepard wrote: > >   Installed here is pylint-1.7.1 and python-3.6.5. When I try t

Re: pylint/pyreverse with Python3 [RESOLVED]

2018-05-14 Thread Rich Shepard
On Sun, 13 May 2018, Terry Reedy wrote: You have to install a package in /site-packages for each version you want to run it with. Terry, It is installed in the site-packages/ directory for both 2.7 and 3.6. Then you have to make sure you run the version you intend to run. Since both /

Re: pylint/pyreverse with Python3

2018-05-13 Thread Terry Reedy
On 5/13/2018 1:01 PM, Rich Shepard wrote:   Installed here is pylint-1.7.1 and python-3.6.5. When I try to run pyreverse (and pylint) on python3 source code it fails because it finds only the python-2.7 site-package and not the python-3.6 site-package.   If you have learned how to run pyli

pylint/pyreverse with Python3

2018-05-13 Thread Rich Shepard
Installed here is pylint-1.7.1 and python-3.6.5. When I try to run pyreverse (and pylint) on python3 source code it fails because it finds only the python-2.7 site-package and not the python-3.6 site-package. If you have learned how to run pylint/pyreverse on python3 code please share your kn