[Ironpython-users] Windows Service Applications?

2013-01-29 Thread Don Spaulding
s to be solving this problem ( http://dlrhostservice.codeplex.com/). It's rather light on documentation and I haven't been able to make heads or tails out of how to use the project based on reading the source. Any help in this area would be appreciate

Re: [Ironpython-users] Windows Service Applications?

2013-02-01 Thread Don Spaulding
On Fri, Feb 1, 2013 at 2:00 PM, Jeff Hardy wrote: > > If there's a way to create a service that launches an exe, it would be > easiest to use that, point it at ipy.exe, and pass in your script as > the argument. It looks like http://serviceex.com/ might fir the bill, > but I've never used it. > >