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