<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 12pt;
font-family:Calibri
}
--></style></head>
<body class='hmmessage'><div dir='ltr'>I've figured out how to compile the library into a dll with the following command (running this from the root of the azure sdk directory)...<div><br></div><div>ipy "C:\Program Files (x86)\IronPython 2.7\Tools\Scripts\pyc.py" /target:dll /out:IronPython.Azure *.py http/*.py servicebus/*.py servicemanagement/*.py storage/*.py</div><div><br></div><div>And yes, the azure sdk works with IronPython.  For my scenario, I did have to slightly hack the library.  You can read about what I did here...</div><div><br></div><div><a href="http://stackoverflow.com/questions/26245365/ironpython-azure-sending-service-bus-message-assertion-error" target="_blank">http://stackoverflow.com/questions/26245365/ironpython-azure-sending-service-bus-message-assertion-error</a></div><div><br></div><div>OK, my question now is, how does my project know to use this dll now?  <br><br><div><hr id="stopSpelling">Date: Mon, 13 Oct 2014 10:33:55 -0700<br>Subject: Re: [Ironpython-users] Compiling and Deploying IronPython Dependencies to DLL<br>From: slide.o.mix@gmail.com<br>To: jdhardy@gmail.com<br>CC: dascalos@hotmail.com; ironpython-users@python.org<br><br><div dir="ltr">Can you give an example of the file hierarchy for the Azure Python SDK?</div><div class="ecxgmail_extra"><br><div class="ecxgmail_quote">On Mon, Oct 13, 2014 at 10:33 AM, Jeff Hardy <span dir="ltr"><<a href="mailto:jdhardy@gmail.com" target="_blank">jdhardy@gmail.com</a>></span> wrote:<br><blockquote class="ecxgmail_quote" style="border-left:1px #ccc solid;padding-left:1ex;">pyc.py is the route you want to go, although I'll have to look up the<br>
exact syntax to use (Alex might know, I cc'd him).<br>
<br>
Also, does the Azure Python SDK work with IronPython? That would be<br>
great if it did.<br>
<br>
- Jeff<br>
<div><div class="h5"><br>
On Fri, Oct 10, 2014 at 7:45 PM, Chuck Dascalos <<a href="mailto:dascalos@hotmail.com">dascalos@hotmail.com</a>> wrote:<br>
> Greetings IronPython friends.  I am putting together an Azure Worker Role<br>
> which is a combination of C# and IronPython code.  I have included the<br>
> IronPython Nuget package which drops in IronPython.dll and<br>
> IronPython.Modules.dll among other things.  The IronPython.Modules.dll<br>
> includes several popular python modules such as binascii, socket, cmath,<br>
> etc...<br>
><br>
> My IronPython code has a dependency on the Python Azure SDK.  I would prefer<br>
> to generate my own dll similar to the Modules.dll that could hold the<br>
> dependencies I need for my project.  Is this possible?  I would prefer to do<br>
> it with a dll instead of including all the py files I need.<br>
><br>
> I have been looking at the documentation for IronPython and using pyc.py to<br>
> do such tasks.  So I am guessing this is the route to go.<br>
><br>
> I don't understand how to build a .dll for the azure sdk when it is made up<br>
> of several folders of py files.<br>
><br>
> Any help would be greatly appreciated!  Thank you.<br>
><br>
</div></div>> _______________________________________________<br>
> Ironpython-users mailing list<br>
> <a href="mailto:Ironpython-users@python.org">Ironpython-users@python.org</a><br>
> <a href="https://mail.python.org/mailman/listinfo/ironpython-users" target="_blank">https://mail.python.org/mailman/listinfo/ironpython-users</a><br>
><br>
</blockquote></div><br><br clear="all"><div><br></div>-- <br>Website: <a href="http://earl-of-code.com" target="_blank">http://earl-of-code.com</a>
</div></div></div>                                      </div></body>
</html>