<div dir="ltr">Can you give an example of the file hierarchy for the Azure Python SDK?</div><div class="gmail_extra"><br><div class="gmail_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="gmail_quote" style="margin:0 0 0 .8ex;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>