Re: [Ironpython-users] Compiling and Deploying IronPython Dependencies to DLL

2014-10-14 Thread Jeff Hardy
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

Re: [Ironpython-users] Compiling and Deploying IronPython Dependencies to DLL

2014-10-13 Thread Chuck Dascalos
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

Re: [Ironpython-users] Compiling and Deploying IronPython Dependencies to DLL

2014-10-13 Thread Slide
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

Re: [Ironpython-users] Compiling and Deploying IronPython Dependencies to DLL

2014-10-13 Thread Jeff Hardy
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

[Ironpython-users] Compiling and Deploying IronPython Dependencies to DLL

2014-10-13 Thread Chuck Dascalos
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