Join GitHub today
GitHub is home to over 36 million developers working together to host and review code, manage projects, and build software together.
Sign upImportError for local module - on el Capitan #96
Comments
This comment has been minimized.
This comment has been minimized.
|
Have you tried pdoc 0.3.2? Also, your traceback is missing the actual exception... what is it? |
This comment has been minimized.
This comment has been minimized.
TorbenFricke
commented
Sep 10, 2016
|
I'm having the very same issue on 0.3.2. Any ideas? |
This comment has been minimized.
This comment has been minimized.
|
Could someone please include the full traceback and code that is provoking the problem? |
This comment has been minimized.
This comment has been minimized.
TorbenFricke
commented
Sep 13, 2016
|
Here is the full traceback:
I was able to fix the issue by adding the following snipping to the beginning of "init.py":
|
aa403 commentedFeb 29, 2016
I get the following error on OSX,
when running this command:
pdoc hooks --all-submodules --html --overwrite --html-no-source --html-dir docs/my directory structure is:
and hooks/init.py contains
I do not get this issue on my Ubuntu machine, having just installed pdoc 0.3.1 on both, via pip.
any ideas?