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. > >

Re: [Ironpython-users] struct.pack(format, *args) not thread safe

2013-02-01 Thread Jeff Hardy
On Tue, Jan 29, 2013 at 11:49 PM, Michael van der Kolff wrote: > When using paramiko with more than one process spawning, I > occasionally get the following: > > System.InvalidOperationException: The LinkedList node already belongs > to a LinkedList. >at System.Collections.Generic.LinkedList`1

Re: [Ironpython-users] struct.pack(format, *args) not thread safe

2013-02-01 Thread Jeff Hardy
On Fri, Feb 1, 2013 at 12:02 PM, Jeff Hardy wrote: > Care to open a ticket? Ah, you did already - thanks! (http://ironpython.codeplex.com/workitem/33720) - Jeff ___ Ironpython-users mailing list [email protected] http://mail.python.org/mailma

Re: [Ironpython-users] Windows Service Applications?

2013-02-01 Thread Jeff Hardy
On Tue, Jan 29, 2013 at 4:19 PM, Don Spaulding wrote: > Hi all, > > I'm new to IronPython. I'm using IPy to wrap a .NET assembly. I've got my > wrapper written and functional from the command line. Now I want to run the > python wrapper as a windows service application. Anyone know how I can d