sK1

Comment 0 for bug 409098

Revision history for this message
Tener (gtener) wrote :

sK1's __init__.py module starts application after importing. It should have checked if __name__ equals '__main__' and start app only if that is the case. Because it doesn't do that commands like "pydoc modules" or python's builtin help('modules') break: sK1 kills those programs.

It's easy to fix that. See attachment for correct version of __init__.py

See also blog post:
http://mostlycode.wordpress.com/2009/08/05/modules-that-block-pythons-help/