Python Forum
How to get pyreverse to work
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How to get pyreverse to work
#3
(Jun-02-2020, 04:44 PM)snippsat Wrote: pyreverse
Quote:Pyreverse has now been integrated to pylint : http://pypi.python.org/pypi/pylint/
So you install pylint with pip.
Check that all working from command line with pip -V and python -V
The path that pip -V show is the interpreter you choose in VS Code(down in left corner).
pip install pylint
Check these:
Python 3.8 (3.6-3.7) and pip installation under Windows
VS Code from start

Example:
# Test pip
C:\>pip -V
pip 20.0.2 from c:\python37\lib\site-packages\pip (python 3.7)

# Install
C:\>pip install pylint --upgrade
Collecting pylint .....
Successfully uninstalled pylint-2.1.1
Successfully installed astroid-2.4.1 lazy-object-proxy-1.4.3 pylint-2.5.2 wrapt-
1.12.1

# Test that it work
C:\>python
Python 3.7.3 (v3.7.3:ef4ec6ed12, Mar 25 2019, 21:26:53) [MSC v.1916 32 bit (Inte
l)] on win32
Type "help", "copyright", "credits" or "license" for more information.
>>> import pylint
>>>
>>> pylint.__version__
'2.5.2'
>>> exit()

C:\>
Thanks. I tried the commandline input above it worked. But my question is about calling pyreverse. I still got the error message that pyreverse is not recognized. How do I call up pyreverse, please.Python saw pylint but could not see pyreverse and I need to work with pyreverse.
Reply


Messages In This Thread
How to get pyreverse to work - by Emekadavid - Jun-02-2020, 03:42 PM
RE: How to get pyreverse to work - by snippsat - Jun-02-2020, 04:44 PM
RE: How to get pyreverse to work - by Emekadavid - Jun-03-2020, 02:22 AM
RE: How to get pyreverse to work - by snippsat - Jun-03-2020, 06:20 AM

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020