Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Listing modules in the PYTHONPATH and publishing on httpserver #75

Closed
gvvka0327 opened this issue Nov 9, 2015 · 1 comment

Comments

Projects
None yet
2 participants
@gvvka0327
Copy link

commented Nov 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...
screenshot

@BurntSushi

This comment has been minimized.

Copy link
Contributor

commented Nov 9, 2015

PYTHONPATH should be set to a directory that contains modules you want to document. Please see the docs on PYTHONPATH: https://docs.python.org/2/using/cmdline.html#envvar-PYTHONPATH

@BurntSushi BurntSushi closed this Nov 9, 2015

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
You can’t perform that action at this time.