RE: Modules list-tool

2013-05-22 Thread Carlos Nepomuceno
host:1234> '\n'.join(['{}={}'.format(k,v) for k,v in sys.modules.items()]) [1] https://github.com/amoffat/Inspect-Shell > Date: Wed, 22 May 2013 21:39:52 -0700 > Subject: Re: Modules list-tool > From: drsali...@gmail.com >

Re: Modules list-tool

2013-05-22 Thread Dan Stromberg
On Tue, May 21, 2013 at 12:35 PM, Gisle Vanem wrote: > Are anyone aware of a tool that can show me at run-time > which modules (pyd/dll) are loaded into a Python program at a specific > time (or over time)? > > To clarify, e.g. when running a sample from PyQt4 > (examples\tutorials\**addressbook\

Modules list-tool

2013-05-21 Thread Gisle Vanem
Are anyone aware of a tool that can show me at run-time which modules (pyd/dll) are loaded into a Python program at a specific time (or over time)? To clarify, e.g. when running a sample from PyQt4 (examples\tutorials\addressbook\part1.pyw) and using Process Explorer [1], I can launch WinDbg fr