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 upListing modules in the PYTHONPATH and publishing on httpserver #75
Comments
This comment has been minimized.
This comment has been minimized.
|
|
BurntSushi
closed this
Nov 9, 2015
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
gvvka0327 commentedNov 9, 2015
I configured PYTHONPATH with only one module and used --http command to publish the documentation for this on a server, command as below,
-bash-4.1$ echo $PYTHONPATH
/home/user/test/lib/lib.py
" pdoc --http --http-host= --only-pypath"
when I open the page on the server, it is blank, enclosing screenshot for this, anything wrong in the way I am using pdoc command or is there a issue here...
