Thank you for your help!
Peter
___
Ironpython-users mailing list
Ironpython-users@python.org
http://mail.python.org/mailman/listinfo/ironpython-users
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
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