开发者

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!

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜