Python: List of Modules (>>> help('modules') not working)
Posted
by Dan
on Stack Overflow
See other posts from Stack Overflow
or by Dan
Published on 2010-03-31T05:23:56Z
Indexed on
2010/03/31
5:33 UTC
Read the original article
Hit count: 558
I wanted a list of my modules and was told:
>>> help('modules')
Would do the trick. But I just get
Please wait a moment while I gather a list of all available modules...
For over 10 minutes before I killed it.
Anyone know what could be causing this? Or how I could otherwise see my modules? (System Ubuntu 9.10/Python 2.6.4)
Thanks,
Dan
© Stack Overflow or respective owner