It doesn't help. The error then becomes...
Well, it *helps* but there's more broken, I guess.
C:\Users\Root\chirp.hg\tests>python run_tests DEBUG: CHIRP 0.3.0dev on WinVista/7 (Python 2.7.3) DEBUG: verbosity=50 Traceback (most recent call last): File "run_tests", line 41, in <module> logger.handle_options(LoggerOpts()) File "../chirp\logger.py", line 177, in handle_options logger.create_log_file(options.log_file) File "../chirp\logger.py", line 123, in create_log_file with file(name, "w") as fh: IOError: [Errno 2] No such file or directory: 'logs\debug.log'
Try commenting out this line:
logger.handle_options(LoggerOpts())
Which looks to be line 41 for you.
Zach, are you going to work on these things, or do I need to?
Thanks!
--Dan