Skip to content

attributeError #16

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
sumankumari08 opened this issue May 22, 2020 · 1 comment
Closed

attributeError #16

sumankumari08 opened this issue May 22, 2020 · 1 comment

Comments

@sumankumari08
Copy link

class TutorialRenderer(mistune.Renderer):
AttributeError: module 'mistune' has no attribute 'Renderer'

please resolve this problem

@Akuli
Copy link
Owner

Akuli commented May 22, 2020

If you are always connected to the internet, you don't need to run make-html.py at all, and you can instead just read the tutorial directly off of github. Go to https://github.com/Akuli/python-tutorial/ and scroll down past the list of files. You will see a list of contents there.

You seem to be running py make-html.py or python3 make-html.py? Try running just py or python3. This should give you a >>> prompt. Type these commands there:

>>> import mistune
>>> mistune.__version__

What does that say?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants