[Ironpython-users] how to convert ruby code to iron python

2016-02-16 Thread Marvin Hunkin
Hi, is there a tool to convert ruby code to iron python for visual studio 2015. Thanks. ___ Ironpython-users mailing list [email protected] https://mail.python.org/mailman/listinfo/ironpython-users

Re: [Ironpython-users] Numpy and Scipy

2016-02-16 Thread Prevrhal, Sven
Thanks a lot Jeff. The source code that I used I found on github though https://github.com/numpy/numpy-refactor, and by Jason at https://github.com/jasonmccampbell. I did ask Jason as well, but he is apparently busy with other things ☺. I did get the code compiled (refactor branches on .NET 4.0

Re: [Ironpython-users] Changing the version information of ironpython .dll assembly

2016-02-16 Thread Andrew Graham
Process is terminated due to StackOverflowException I’m afraid that I have no idea how to solve that one. It looks like something in your dll is making ILMerge loop endlessly. I’ve used ILMerge in anger a couple of times in the past and it has just worked for me so I’ve no experience of trouble

Re: [Ironpython-users] Changing the version information of ironpython .dll assembly

2016-02-16 Thread Didier Bernard
Thank you Andrew. I am not a programmer so sometimes obvious things to try are not really something I know how to do. Yes, I installed my IronPython 2.7 from .msi. I changed the location of the pythonDll.dll file. I copied it into the IronPython installation folder, like so: C:\>"D:\Program F

Re: [Ironpython-users] Changing the version information of ironpython .dll assembly

2016-02-16 Thread Andrew Graham
This is the error message I got: An exception occurred during merging: I always try something before suggesting it and it worked fine for me when I tried it on a dll I made with clr.CompileModules. Are your IronPython dlls in the GAC? i.e is IronPython installed from the msi? The only thing I ca