Using py-describe-symbol on modules

Asked by Sara

Hi,

 I just downloaded python-mode.el version 6.0.4.

 How do I get help on something like os.chmod using py-describe-symbol?

 If I type "os" (without the quotes) and run py-describe-symbol, the output is as expected.

 However, if I type "os.chmod", I get:

    No help available on: chmod

 Running:

    import pydoc
    pydoc.help("os.chmod")

 Produces the expected output (except for the "WARNING: terminal is not fully functional" message)

 Please advise.

Question information

Language:
English Edit question
Status:
Answered
For:
python-mode.el Edit question
Assignee:
Andreas Roehler Edit question
Last query:
Last reply:
Whiteboard:
Hi Sara, thanks asking. Please make an entry in the bug-tracker too. I'll come back here, if fixed. Andreas
Revision history for this message
yagnesh (yagnesh) said :
#1

Hello Sara

For the second problem you are facing can be solved by this

(setenv "TERM" "xterm")

Can you help with this problem?

Provide an answer of your own, or ask Sara for more information if necessary.

To post a message you must log in.