Question about python modules

Posted by morpheous on Stack Overflow See other posts from Stack Overflow or by morpheous
Published on 2010-05-28T09:46:42Z Indexed on 2010/05/28 9:51 UTC
Read the original article Hit count: 157

Filed under:

I have recently started learning Python and I have 2 questions relating to modules.

  1. Is there a way to obtain a list of Python modules available (i.e. installed) on a mchine?
  2. I am using Ubuntum Karmic and Synaptic for package management. I have just installed a python module.Where is the module code actually stored on my machine? (is there a default [recommended] location that modules are stored)?

© Stack Overflow or respective owner

Related posts about python