Using subprocess.Popen() in a Windows service

2008-11-05 Thread Mark Shewfelt
hes. I am using Python 2.5 on a Windows XP Professional machine. Any help would be greatly appreciated. Best Regards, Mark Shewfelt -- http://mail.python.org/mailman/listinfo/python-list

Re: Dynamic objects

2006-08-17 Thread Mark Shewfelt
Thanks a lot Tim! My __init__ functions didn't set the dictionaries like you did below (e.g. self.equipment = {} ). Newbie mistake - won't make that one again. Thanks again, Mark Tim wrote: > Mark Shewfelt wrote: > > Hello, > > > > I have implemented a s

Dynamic objects

2006-08-17 Thread Mark Shewfelt
have implemented __init__ functions for all of the classes, but all they do is initialize some data that I haven't shown here. I think I'm trying to use a C++ way of doing this (without the new operator) so if anyone would be so kind as to help with the Python way of doing this sort of thing I will be eternally grateful. Cheers, Mark Shewfelt -- http://mail.python.org/mailman/listinfo/python-list