Hello,
I'm relatively new to IronPython and .Net, but reasonably familiar with Python.
I'm trying to write a .py script to use one of my employer's .NET dlls but
whenever I try to AddReferenceToFileAndPath() I get an error:
IOError: System.IO.IOException: file does not exists: D:\path\
empty line in the
references. Could this be causing the error I'm seeing? ILSpy seems to show
in the tree under references a blank tree item that corresponds to this, so
perhaps ipy's clr is just not coping well with this?
-- Dave
From: Curt Hagenlocher [mailto:c...@hagenlocher.org]
S
them all explicitly.
I'm kinda lost.
-- Dave
-- Dave
From: Markus Schaber [mailto:m.scha...@3s-software.com]
Sent: Wednesday, June 29, 2011 12:26 PM
To: Dave Peterson; Curt Hagenlocher; ironpython-users@python.org
Subject: AW: [Ironpython-users] Assembly references: file does not exist
[Ironpython-users] Assembly references: file does not exist?
On 6/28/2011 9:25 AM, Dave Peterson wrote:
> Hello,
> I'm relatively new to IronPython and .Net, but reasonably familiar with
> Python. I'm trying to write a .py script to use one of my employer's
> .NET dll
nesday, June 29, 2011 12:40 PM
To: Dave Peterson; ironpython-users@python.org
Subject: AW: [Ironpython-users] Assembly references: file does not exist?
Hi, Dave,
As I wrote, it is not a managed library, and thus cannot be loaded like a .NET
library.
You can use p/Invoke or cTypes to access
.@3s-software.com]
Sent: Wednesday, June 29, 2011 1:22 PM
To: Dave Peterson; ironpython-users@python.org
Subject: AW: [Ironpython-users] Assembly references: file does not exist?
Hi, Dave,
If you (rsp. your scripts) do not need to access the MSVCRT80.dll, why do you
want to AddReference() it?
So if
[T0,T1,T2,T3,TRet](T0
arg0, T1 arg1, T2 arg2, T3 arg3)
at System.Dynamic.UpdateDelegates.UpdateAndExecute3[T0,T1,T2,TRet](CallSite
site, T0 arg0, T1 arg1, T2 arg2)
at Microsoft.Scripting.Interpreter.DynamicInstruction`4.Run(InterpretedFrame
frame)
at Microsoft.Scripting.Interpreter.I
Hi Markus,
> Did you solve your problem yet?
>
> If not, could you try the following: Try to load the assembly using one of
> the static
> methods here:
> http://msdn.microsoft.com/de-de/library/system.reflection.assembly.aspx
>
> (You can do "from System.Reflection import Assembly" and then cal
ython app?
-- Dave
-Original Message-
From: ironpython-users-bounces+dpeterson=broadwaytechnology@python.org
[mailto:ironpython-users-bounces+dpeterson=broadwaytechnology@python.org]
On Behalf Of Dave Peterson
Sent: Tuesday, July 05, 2011 11:34 AM
To: Markus Schaber; ironpython-users@py
]
On Behalf Of Dave Peterson
Sent: Thursday, July 14, 2011 12:32 PM
To: Markus Schaber; ironpython-users@python.org
Subject: Re: [Ironpython-users] Assembly references: file does not exist?
Hi Markus,
Just got time to try this out. When using Assembly.LoadFile(...) I get the
following
com]
Sent: Thursday, July 14, 2011 2:13 PM
To: Dave Peterson
Cc: Markus Schaber; ironpython-users@python.org
Subject: Re: [Ironpython-users] Assembly references: file does not exist?
On Thu, Jul 14, 2011 at 7:59 AM, Dave Peterson
wrote:
> Turns out that I can put an ipy.exe.config in the instal
11 matches
Mail list logo