Message143616
Thanks for the report. This comes from the fact that pydoc imports the modules in order to get their documentation. Your message makes me think that the KWallet Python modules have a problem: they should not pop GUIs at import time! Please report this to them.
In the Python docs, there is a note warning about this: http://docs.python.org/dev/library/pydoc . The doc for help, which is not on the same page, does not: http://docs.python.org/dev/library/functions#help
It could be possible to load the code of a module without executing it. I’m not sure it would be a good idea; maybe you could ask for opinions on the python-ideas mailing list? |
|
Date |
User |
Action |
Args |
2011-09-06 15:35:38 | eric.araujo | set | recipients:
+ eric.araujo, dronus |
2011-09-06 15:35:38 | eric.araujo | set | messageid: <1315323338.55.0.634988777296.issue12902@psf.upfronthosting.co.za> |
2011-09-06 15:35:37 | eric.araujo | link | issue12902 messages |
2011-09-06 15:35:37 | eric.araujo | create | |
|