> Nice description. Mind if I steal that for the docs? > > SVN rev 103 should be much nicer to start. Note that all paths in > config.xml are relative to the PyMSNt directory. The reactor config > option works again, and path separator issues should be fixed, so it > should work on Windows now. > > Please help test this new code. You now have different log levels, > backgrounding, and a few other neat things. > > Thanks, and enjoy :) > Thanks James, I just svn'ed up to 103 and it works fine.
Just note that there is a small typo in the config-example. Took me a few minutes to find it! :) --- config-example.xml.orig 2006-01-25 10:45:05.000000000 +0100 +++ config-example.xml 2006-01-25 10:45:12.000000000 +0100 @@ -74,6 +74,6 @@ <!-- <debugLevel>0</debugLevel> --> <!-- The file to log to. Leave this disabled for stdout --> -<!-- <debugFile>debug.log</debugLog> --> +<!-- <debugFile>debug.log</debugFile> --> </pymsnt>