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

2014-10-13 Thread Chuck Dascalos
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)... ipy "C:\Program Files (x86)\IronPython 2.7\Tools\Scripts\pyc.py" /target:dll /out:IronPython.Azure *.py http/*.py servicebus/*.py servicemanagement/*.py st

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

Re: [Ironpython-users] Installation of IronPython 2.7.4b2 killed stable 2.7.4 installation

2014-10-13 Thread Markus Schaber
Hi, Jeff, https://ironpython.codeplex.com/workitem/35615 Thanks a lot! Best regards Markus Schaber CODESYS® a trademark of 3S-Smart Software Solutions GmbH Inspiring Automation Solutions 3S-Smart Software Solutions GmbH Dipl.-Inf. Markus Schaber | Product Development Core Technology Memminge

Re: [Ironpython-users] Installation of IronPython 2.7.4b2 killed stable 2.7.4 installation

2014-10-13 Thread Jeff Hardy
It's a side-effect of how the installer is written; 2.7.5 will replace 2.7.4 (or 2.7.4, etc.), and I just never considered the pre-release replacing production case.* However, I can see how that could be an issue. Can you open a CodePlex issue and I'll get it sorted for beta 3? - Jeff * I don't u

[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