Re: Problem with inspect.getfile

2007-05-05 Thread Gabriel Genellina
En Wed, 02 May 2007 11:46:29 -0300, elventear <[EMAIL PROTECTED]> escribió: > On May 2, 1:12 am, "Gabriel Genellina" <[EMAIL PROTECTED]> wrote: >> En Wed, 02 May 2007 02:53:55 -0300, elventear <[EMAIL PROTECTED]> >> escribió: >> >> > Found the offending code. I was importing between files that w

Re: Problem with inspect.getfile

2007-05-02 Thread elventear
On May 2, 1:12 am, "Gabriel Genellina" <[EMAIL PROTECTED]> wrote: > En Wed, 02 May 2007 02:53:55 -0300, elventear <[EMAIL PROTECTED]> > escribió: > > > Found the offending code. I was importing between files that were at > > the same level of the hierarchy without using absolute references. > > C

Re: Problem with inspect.getfile

2007-05-01 Thread Gabriel Genellina
En Wed, 02 May 2007 02:53:55 -0300, elventear <[EMAIL PROTECTED]> escribió: > Found the offending code. I was importing between files that were at > the same level of the hierarchy without using absolute references. > Coded worked fine, but inspect didn't. Was this gaffe on my part? Or > was ins

Re: Problem with inspect.getfile

2007-05-01 Thread elventear
Found the offending code. I was importing between files that were at the same level of the hierarchy without using absolute references. Coded worked fine, but inspect didn't. Was this gaffe on my part? Or was inspect supposed to handle it? Thanks! On May 1, 12:48 pm, elventear <[EMAIL PROTECTED]>