Re: Not understanding absolute_import

2007-04-07 Thread Peter Otten
Nate Finch wrote: > On Apr 5, 8:33 am, "Nate Finch" <[EMAIL PROTECTED]> wrote: >> I've been trying to use fromabsolute_importand it's giving me a hell >> of a headache. I can't figure out what it's *supposed* to do, or >> maybe rather, it doesn't seem to be doing what I *think* it's supposed >> t

Re: Not understanding absolute_import

2007-04-07 Thread Nate Finch
On Apr 5, 8:33 am, "Nate Finch" <[EMAIL PROTECTED]> wrote: > I've been trying to use fromabsolute_importand it's giving me a hell > of a headache. I can't figure out what it's *supposed* to do, or > maybe rather, it doesn't seem to be doing what I *think* it's supposed > to be doing. No one? Is

Not understanding absolute_import

2007-04-05 Thread Nate Finch
I've been trying to use from absolute_import and it's giving me a hell of a headache. I can't figure out what it's *supposed* to do, or maybe rather, it doesn't seem to be doing what I *think* it's supposed to be doing. For example (actual example from my code, assume all files have "from __futur