Using win32service module with IronPython
Hey,so I'm trying to take an existing IronPython script I have and convert it into a windows service that runs on one of our servers at all times. Unfortunately I can't seem to get the modules I need. I downloaded the pywin32 extensions (http://sourceforge.net/pro开发者_JS百科jects/pywin32/) but I can't install them because I only have IronPython installed on this server, and not the vanilla 2.6 interpreter. Thanks to anyone who can help me out with this.
I don't think that you can use pywin32 to create a Windows Service with IronPython. If an IronPython Windows Service is what you want, this project might help: http://dlrhostservice.codeplex.com/
Good Luck!
精彩评论