List of modules available for import inside Python?
Chris Rebert
cvrebert at gmail.com
Thu Aug 28 00:54:23 EDT 2008
On Wed, Aug 27, 2008 at 9:21 PM, ssecorp <circularfunc at gmail.com> wrote:
> Is there a way to view all the modules I have available for import
> from within Python?
> Like writing in the interpreter:
> import.modules
>
>
> Also, is there anything like Cpan for Python?
The closest thing would be PyPI (the Python Package Index)
[http://pypi.python.org/pypi], and easy_install (a package manager for
Python) [http://peak.telecommunity.com/DevCenter/EasyInstall].
- Chris
========
Follow the path of the Iguana...
Rebertia: http://rebertia.com
Blog: http://blog.rebertia.com
> --
> http://mail.python.org/mailman/listinfo/python-list
>
More information about the Python-list
mailing list