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 upValueError: I/O operation on closed file #176
Comments
This comment has been minimized.
This comment has been minimized.
|
I tried the same on another computer (same OS Ubuntu 16.04) and it worked (almost, I got another issue but I found a workaround). |
This comment has been minimized.
This comment has been minimized.
|
Try to update IPython. pip install --update ipython ipykernel |
This comment has been minimized.
This comment has been minimized.
|
Done, still same issue:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
domenico-somma commentedSep 23, 2018
•
edited
Hi Guys,
I am quite new of python, so probably I am doing something wrong. I am trying to generate the doc for a project. pydoc works but pdoc doesn't and I do know why. Here I go in the folder with my .py file and:
pydoc papillon works
pdoc papillon can't find the module
pdoc papillon.py read the file but gives me this error
Can you help me? Thanks.