Hi Noel, any python ide should work fine. If you're using windows you can just use your regular python and import the clr module without using npython (npython is useful for linux where some distros have python built a certain way that means the clr module can't be imported). You could take a look at Enthought's Canopy, PyCharm or Eclipse (with the PyDev plugin) - all should work fine. If you want to debug the .NET code you're probably best off using Visual Studio. Hope that helps, Tony On Mon, Nov 10, 2014 at 6:05 PM, Noel McWilliam < nmcwilliam@quantifisolutions.com> wrote:
Hi Tony,
I’m new to Python and to Python for .NET. Can you recommend an IDE that can be configured to reference nPython?
Thanks in advance
Noel
<http://gfidisc.SID=0105000000000005150000007d870efc375d6c3727be357eca050000>
Disclaimer: This email contains proprietary information some or all of which may be legally privileged. It is for the intended recipient only. If an addressing or transmission error has misdirected this email, please notify the author by replying to this email. If you are not the intended recipient you must not use, disclose, distribute, copy, print or rely on this email. Quantifi Limited is a company registered in England and Wales with the number 5818192. Our registered office is Farringdon Place, 20, Farringdon Road, London EC1M 3AP
<http://gfidisc.SID=0105000000000005150000007d870efc375d6c3727be357eca050000>
_________________________________________________ Python.NET mailing list - PythonDotNet@python.org https://mail.python.org/mailman/listinfo/pythondotnet
I would highly recommend PTVS: 1. supports mixed-mode debugging between Python, C#, C/C++, Fortran, etc. 2. integrates ipython nicely into workflow 3. intellisense is quite powerful The only issue I found (reported as bug) is that remote debugging does not work with pythonnet. please note that my scenario is mainly embedding Python in C#. On Mon, Nov 10, 2014 at 12:05 PM, Noel McWilliam < nmcwilliam@quantifisolutions.com> wrote:
Hi Tony,
I’m new to Python and to Python for .NET. Can you recommend an IDE that can be configured to reference nPython?
Thanks in advance
Noel
<http://gfidisc.SID=0105000000000005150000007d870efc375d6c3727be357eca050000>
Disclaimer: This email contains proprietary information some or all of which may be legally privileged. It is for the intended recipient only. If an addressing or transmission error has misdirected this email, please notify the author by replying to this email. If you are not the intended recipient you must not use, disclose, distribute, copy, print or rely on this email. Quantifi Limited is a company registered in England and Wales with the number 5818192. Our registered office is Farringdon Place, 20, Farringdon Road, London EC1M 3AP
<http://gfidisc.SID=0105000000000005150000007d870efc375d6c3727be357eca050000>
_________________________________________________ Python.NET mailing list - PythonDotNet@python.org https://mail.python.org/mailman/listinfo/pythondotnet
participants (3)
-
Denis Akhiyarov
-
Noel McWilliam
-
Tony Roberts