Re: Modules list-tool

2013-05-22 Thread Dan Stromberg
On Tue, May 21, 2013 at 12:35 PM, Gisle Vanem gva...@broadpark.no 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

RE: Modules list-tool

2013-05-22 Thread Carlos Nepomuceno
(['{}={}'.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 To: gva...@broadpark.no CC: python-list@python.org On Tue, May

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