If I reference the Python Standard Library using IronPython do I have to deploy any Python related libraries or runtimes开发者_如何学Go along with my .net dll?Or, can I just deploy the dll?you need to
Been trying to compile this IronPython program into a working .exe for the past 3-4 hours with no luck.
I\'m trying to follow this tutorial, but it only describes how to add a new project type based on C#. I want to create a new project (sub)type underneath IronPython.
I\'m used to using Idle for Python deve开发者_如何转开发lopment, but decided to give Visual Studio 2010 + IronPython a try last week.It seems to work fine, but I noticed that triple-quoted (multi-line
I installed IronPython 2.6.1 on Windows Vista x64 on a machine with Visual Studio 2010 installed. I expected to find these DLLs:
What\'s the fa开发者_高级运维stest way to get the length of an .net IEnumerable<T> in IronPython? The Python standard len() function doesn\'t seem to work on it.
I need to convert this line of code from an asp.net c# page to开发者_开发问答 asp.net IronPython, how would it be?
I might need to write some GUI application that runs on .Net (and Windows), while what I can work with is Mono (on Ubuntu and/or Gentoo). I am very familiar with Python; in addition, I understand that
Can someone explain why this code: im开发者_开发百科port sys sys.path.append(\"C:\\\\WINDOWS\\\\system32\")
Generally speaking, should I keep one ScriptEngine for the life of the application or should I create a开发者_JAVA百科nd destroy them as needed?One ScriptEngine per AppDomain is fine. To isolate your