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

Problem with inspect.getfile

2007-05-01 Thread elventear
Hello, I am trying to use someone else's module that makes use of inspect.getsourcelines. The code was not working for me, so I have been debugging to see why it is not working. I have reduced my problem to getting the wrong file path in the getfile->return object.co_filename call. Basically the