MovingBlocks / TerasologyDocs

Apache License 2.0
5 stars 13 forks source link

Documents in "Getting started" #5

Closed GabrielXia closed 7 years ago

GabrielXia commented 7 years ago
oniatus commented 7 years ago

Can't get the sphinxcontrib.youtube extension running via the default pip installation: [...]\python36-32\lib\site-packages\sphinxcontrib\youtube\youtube.py", line 3, in <module> import urlparse ModuleNotFoundError: No module named 'urlparse'

The 0.1.2 version seems to be incompatible with python 3. The package index links to a 0.2.0 version: https://pypi.python.org/pypi/sphinxcontrib.youtube however, the pip lookup ends with 0.1.2: https://pypi.python.org/simple/sphinxcontrib.youtube/ so I was unable to install 0.2.0 via pip.

Fetched https://github.com/shomah4a/sphinxcontrib.youtube manually and ran python setup.py install to get the 0.2.0 version.

Can you add the link and command for the manual installation to the readme in case someone else gets the same issue? :)

Going to review the new pages now.