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 deploy the python libraries you're referencing along with your dll. it wont be included statically in there for you.
精彩评论