Jeff Dyke wrote:
actually no, the only things in that fucntion were.
print globals().keys() - i see it here
print mymodulename - it fails here.
the `import mymodulename` statement is at the very top of the file.
plus the processing that was attempted after.
so how did that proc
my apologies, to Fredrick, my response when solely to him. reply
below, hopefully keeping thread intact.
On Mon, Jul 21, 2008 at 12:28 PM, Jeff Dyke <[EMAIL PROTECTED]> wrote:
> On Mon, Jul 21, 2008 at 10:19 AM, Fredrik Lundh <[EMAIL PROTECTED]> wrote:
>> Jeff Dyke wrote:
>>
>>> I've come across
Jeff Dyke wrote:
I've come across an error that i'm not yet able to create a test case
for but wanted to get see if someone could shed light on this.
I have imported a module at the top of my file with
import mymodulename
this module is used many times in the current file successfully, but
the
"Jeff Dyke" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
I've come across an error that i'm not yet able to create a test case
for but wanted to get see if someone could shed light on this.
I have imported a module at the top of my file with
import mymodulename
this module is u