t;
> ____
> Date: Mon, 13 Oct 2014 10:33:55 -0700
> Subject: Re: [Ironpython-users] Compiling and Deploying IronPython
> Dependencies to DLL
> From: slide.o@gmail.com
> To: jdha...@gmail.com
> CC: dasca...@hotmail.com; ironpython-users@python.or
is, how does my project know to use this dll now?
Date: Mon, 13 Oct 2014 10:33:55 -0700
Subject: Re: [Ironpython-users] Compiling and Deploying IronPython Dependencies
to DLL
From: slide.o@gmail.com
To: jdha...@gmail.com
CC: dasca...@hotmail.com; ironpython-users@python.org
Can you give an
Can you give an example of the file hierarchy for the Azure Python SDK?
On Mon, Oct 13, 2014 at 10:33 AM, Jeff Hardy wrote:
> pyc.py is the route you want to go, although I'll have to look up the
> exact syntax to use (Alex might know, I cc'd him).
>
> Also, does the Azure Python SDK work with I
pyc.py is the route you want to go, although I'll have to look up the
exact syntax to use (Alex might know, I cc'd him).
Also, does the Azure Python SDK work with IronPython? That would be
great if it did.
- Jeff
On Fri, Oct 10, 2014 at 7:45 PM, Chuck Dascalos wrote:
> Greetings IronPython frie
Greetings IronPython friends. I am putting together an Azure Worker Role which
is a combination of C# and IronPython code. I have included the IronPython
Nuget package which drops in IronPython.dll and IronPython.Modules.dll among
other things. The IronPython.Modules.dll includes several popu