[Python.NET] import clr causes windows service script to fail

msutton msutton at ucsd.edu
Mon Apr 8 07:46:37 CEST 2013


Import clr causes windows service script to fail.
Windows Service script is for Pyramid:
https://github.com/Pylons/pyramid_cookbook/blob/master/deployment/windows.rst
Without WS script, "import clr" from python works.
Without "import clr", WS script works.
Together they fail. Setting "import clr" in script, the Windows Service 
will install but won't start. Setting "import clr" in any of the Pyramid 
views and the Pyramid application fails when the view is called.


More information about the PythonDotNet mailing list