Re: multiprocess (and paramiko)

2014-06-03 Thread mennis
I'm familiar with and have learned much from fabric. Its execution model don't work for this specific interface I'm working on. I use fabric for other things though and it's great. Ian -- https://mail.python.org/mailman/listinfo/python-list

multiprocess (and paramiko)

2014-06-03 Thread mennis
I was able to work around this by using a completely different design but I still don''t understand why this doesn't work. It appears that the process that launches the process doesn't get access to updated object attributes. When I set and check them in the object itself it behaves as expecte

Re: logging module usage

2011-04-07 Thread mennis
Thank you. This has been very helpful. Ian -- http://mail.python.org/mailman/listinfo/python-list

logging module usage

2011-03-30 Thread mennis
#x27;m not sure what. I've posted a version of the library at github. g...@github.com:mennis/otto.git http://github.com/mennis/otto Ian -- http://mail.python.org/mailman/listinfo/python-list