HelloZeroNet / Documentation

ZeroNet Documentation
https://zeronet.readthedocs.org/
GNU General Public License v2.0
74 stars 107 forks source link

ImportError: No module named mkdocs.cli #80

Closed ivanhjc closed 6 years ago

ivanhjc commented 6 years ago

I'm trying to launch the site after I fork and clone the project. When I run py start.py I get the error:

Traceback (most recent call last):
   File "E:/Workspace/Intellij/Documentation/start.py", line 6, in <module>
     from mkdocs.cli import cli
ImportError: No module named mkdocs.cli

So what is this mkdocs.cli thing? Is there something missing in the code? I'm running on Windows 7 and using both Python 2.7 and Python 3.5 and I've had mkdocs 0.17.3 installed.

HelloZeroNet commented 6 years ago

probably it was removed somewhere, try using mkdocs serve

ivanhjc commented 6 years ago

Launched successfully with mkdocs serve

anoadragon453 commented 6 years ago

This issue can be closed.