Event Timeline
Comment Actions
The module swh.web needs to be installed in the venv:
$ ipython ipython Python 3.7.3 (default, Apr 3 2019, 05:39:12) Type 'copyright', 'credits' or 'license' for more information IPython 7.20.0 -- An enhanced Interactive Python. Type '?' for help. In [1]: from swh.web.settings import development --------------------------------------------------------------------------- ModuleNotFoundError Traceback (most recent call last) <ipython-input-1-937eaf9dd74f> in <module> ----> 1 from swh.web.settings import development ModuleNotFoundError: No module named 'swh.web.settings' In [2]: Do you really want to exit ([y]/n)? y
So:
$ cd ../swh-web; $ pip install -e .
(or bin/install from swh-env but it's slow)
After that:
make -C docs clean; make -C docs
is ok.