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
>
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\
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