Closed evandrocoan closed 6 years ago
ImportError: No module named python_debug_tools
How is this different from #30?
AttributeError: 'Debugger' object has no attribute '__name__'
That one looks new, I'll look into it.
How is this different from #30?
I forgot you did not had released a new version and installed it with pip install pydoc-markdown
instead of python setup.py develop
It can be related to:
Code:
Using the version installed for python 3.6:
Using Cygwin shell which has by default the Python 2.7, installed for Python 2
pip install pydoc-markdown
, now the error is different:On
F:\Python\Scripts\
lives Python 3.6, the other/usr/lib/python2.7
is Python 2.7