Re: How to find imported modules

2007-10-16 Thread Gabriel Genellina
En Tue, 16 Oct 2007 17:50:06 -0300, <[EMAIL PROTECTED]> escribió: > On Oct 16, 3:46 pm, Johny <[EMAIL PROTECTED]> wrote: >> Now I need to find out which of Programs imports a particular module >> - module timesocket.py >> Is that possible without opening each program? > > It is with grep on *nix

Re: How to find imported modules

2007-10-16 Thread kyosohma
On Oct 16, 3:46 pm, Johny <[EMAIL PROTECTED]> wrote: > My Main program imports several other smaller programs. > for example > Main.py > imports > Program1.py > Program2.py > ... > Program50.py > > Now I need to find out which of Programs imports a particular module > - module timesocket.py > Is t

How to find imported modules

2007-10-16 Thread Johny
My Main program imports several other smaller programs. for example Main.py imports Program1.py Program2.py ... Program50.py Now I need to find out which of Programs imports a particular module - module timesocket.py Is that possible without opening each program? Thanks B. -- http://mail.python