Re: import search path

2005-06-22 Thread Scott David Daniels
Mike Meyer wrote: > "SHELTRAW, DANIEL" <[EMAIL PROTECTED]> writes: >>If a Python program has an import statement like: >>import FFT >> >>how do I determine the path to the imported file? > > guru% python > Python 2.4.1 (#2, Apr 25 2005, 21:42:44) > [GCC 3.4.2 [FreeBSD] 20040728] on freebsd5 > Typ

Re: import search path

2005-06-22 Thread Kent Johnson
Mike Meyer wrote: > "SHELTRAW, DANIEL" <[EMAIL PROTECTED]> writes: >>If a Python program has an import statement like: >> >>import FFT >> >>how do I determine the path to the imported file? > > > guru% python > Python 2.4.1 (#2, Apr 25 2005, 21:42:44) > [GCC 3.4.2 [FreeBSD] 20040728] on freebsd5

Re: import search path

2005-06-22 Thread Mike Meyer
"SHELTRAW, DANIEL" <[EMAIL PROTECTED]> writes: > Hello Python list > > If a Python program has an import statement like: > > import FFT > > how do I determine the path to the imported file? guru% python Python 2.4.1 (#2, Apr 25 2005, 21:42:44) [GCC 3.4.2 [FreeBSD] 20040728] on freebsd5 Type "hel