On Wed, Aug 27, 2008 at 9:21 PM, ssecorp <[EMAIL PROTECTED]> 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 > -- http://mail.python.org/mailman/listinfo/python-list