Re: [Ironpython-users] ironpython and windows services

2013-01-03 Thread Peter Schwalm
Thank you for your help! Peter ___ Ironpython-users mailing list Ironpython-users@python.org http://mail.python.org/mailman/listinfo/ironpython-users

Re: [Ironpython-users] ironpython and windows services

2013-01-03 Thread Curt Hagenlocher
When you add a reference to something in the GAC, don't add ".dll" to the name. That is, clr.AddReference('System.ServiceProcess') On Thu, Jan 3, 2013 at 6:34 AM, Peter Schwalm wrote: > Hello, > I am trying to convert an Ironpython filewatcher program into a windows > service. I started by tra

[Ironpython-users] ironpython and windows services

2013-01-03 Thread Peter Schwalm
Hello, I am trying to convert an Ironpython filewatcher program into a windows service. I started by translating a c# example to ipy. I tried to simply use System.ServiceProcess.ServiceBased, and received a message "AttributeError: attribute 'ServiceProcess' of 'namespace#' object is read-onl