need to find out all modules from site-packages

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • alf

    need to find out all modules from site-packages

    Hi,

    I need to find all modules/lib from the site-packages along with the
    versions. Is there a way to determine physical path to the module?

    And is there is a way to identify all potential "importable " modules?

    --
    alf
  • Fredrik Lundh

    #2
    Re: need to find out all modules from site-packages

    alf wrote:
    I need to find all modules/lib from the site-packages along with the
    versions. Is there a way to determine physical path to the module?
    >
    And is there is a way to identify all potential "importable " modules?
    maybe this could be a start?



    (this works as a local script too)

    </F>

    Comment

    Working...