Conflict with pydoc? #4440
Replies: 3 comments
-
Assuming your Textual application works fine when you run it, but you only get this problem when running |
Beta Was this translation helpful? Give feedback.
-
Yes, I am using a virtual environment, and thanks to davep hints a quick search confirms his thoughts: https://stackoverflow.com/questions/58823295/pydoc-not-finding-installed-modules It seems to me that Unfortunately, I don't have the time right now to take a closer look. So, without further ado, I'm switching to the Doxygen tool. That works for me for the moment. May be I will come back to this later. |
Beta Was this translation helpful? Give feedback.
-
Are you simply running |
Beta Was this translation helpful? Give feedback.
-
Hi,
in a Textual application I try to use
docstrings
andpydoc
to document my application. It seems that this doesn't work with Textual. What I tried:Test.py
./Test.py
ends without error message.But
pydoc ./Test.py
givesWithout the line
import textual
ist works. Even importing other modulespydoc
works.Did I overlook something in the docu? Any hints to a mistake I made?
Beta Was this translation helpful? Give feedback.
All reactions