Re: [Tutor] List installed python modules

2008-07-21 Thread Tim Golden
Eli Brosh wrote: Hello, Is there a way to get a list of installed python modules and their versions ? i.e. I would like to know if matplotlib is installed on my computer and what version is it. And so with other modules. You've got two slightly different requirements there: 1) List all mod

[Tutor] List installed python modules

2008-07-21 Thread Eli Brosh
Hello, Is there a way to get a list of installed python modules and their versions ? i.e. I would like to know if matplotlib is installed on my computer and what version is it. And so with other modules. Thanks Eli ___ Tutor maillist - Tutor@python.o