t; From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Tony
> Djordjevski
> Sent: Monday, April 23, 2007 2:43 PM
> To: Discussion of IronPython
> Subject: Re: [IronPython] wierd import problem
>
> Dino,
>
> What's ipyd? I noticed in your example that w
eport and sorry for messing up the repro. Hopefully one of
those workarounds will work for you.
-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Tony Djordjevski
Sent: Monday, April 23, 2007 2:43 PM
To: Discussion of IronPython
Subject: Re: [IronPython]
_import__##7
> SystemError: F:\repro\foo\Foo\bin\Debug\Foo.exe is not pre-compiled module;
> try again after deleting it.
>>>> ^Z
>
> F:\repro\foo\Foo\bin\Debug>ipyd
> IronPython console: IronPython 2.0 (2.0.0.0) on .NET 2.0.50727.1318
> Copyright (c) Microsoft Corpor
ka
Sent: Monday, April 23, 2007 2:29 PM
To: Discussion of IronPython
Subject: Re: [IronPython] wierd import problem
On 4/24/07, Dino Viehland <[EMAIL PROTECTED]<mailto:[EMAIL PROTECTED]>> wrote:
Oh, it seems to be the presence of the '.dll' in the filename (although I still
ha
On 4/24/07, Dino Viehland <[EMAIL PROTECTED]> wrote:
Oh, it seems to be the presence of the '.dll' in the filename (although I
still haven't looked too deeply to understand the exception). See below for
the 3 different variations I've tried. The .NET loader will append
.dll/.exe for you automa
t Corporation. All rights reserved.
>>> import clr
>>> clr.AddReference('foo.bar')
>>> import Foo.Bar
>>> dir(Foo.Bar)
['Bar']
>>>
-Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Tony Djordjevski
Sen
if this is a reasonable workaround for you and I'll continue to
> look into the underlying issue here.
>
> -Original Message-
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Tony
> Djordjevski
> Sent: Monday, April 23, 2007 12:36 PM
> To: users@list
ying issue here.
-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Tony Djordjevski
Sent: Monday, April 23, 2007 12:36 PM
To: users@lists.ironpython.com
Subject: [IronPython] wierd import problem
Hi everyone,
I'm seeing a bit of weirdness when trying to