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

pydoc not working for python packages distributed with komodo #162

Open
eivindsm opened this issue Oct 26, 2020 · 3 comments
Open

pydoc not working for python packages distributed with komodo #162

eivindsm opened this issue Oct 26, 2020 · 3 comments
Labels

Comments

@eivindsm
Copy link

Within EQNR pydoc seems to be unable to find packages distributed through komodo.

@jondequinor
Copy link
Contributor

I cannot reproduce this. Can you supply steps to reproduce? I tested res.

@eivindsm
Copy link
Author

Well, I source komodo and type pydoc. Reconfirmed with bash and csh on RGS just now.

eism@st-linrgsn198:> pywhich res
/prog/res/komodo/2020.12.rc4-py36-rhel7/root/lib64/python3.6/site-packages/res 7.2.0
eism@st-linrgsn198:
> pydoc res
no Python documentation found for 'res'

@jondequinor
Copy link
Contributor

Okay, workaround for now is python -c "import res; help(res)".

@eivindjahren eivindjahren added the christmas-review Issues and PRs for Christmas review label Dec 13, 2024
@jonathan-eq jonathan-eq removed the christmas-review Issues and PRs for Christmas review label Dec 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants