Comment 10 for bug 218276

Revision history for this message
schettino72 (schettino72) wrote :

Is the any way to create this "bat" without patching setuptools? I cant believe all projects need this patch to be installed on windows!

Pychecker is not a dependency of doit. But I use pychecker on the development of doit itself. It seems you are trying to execute doit test suite. You need to create your on "dodo.py" file.

doit support tasks defined as python functions and shell commands. On my test suite i execute pychecker as shell command, but I dont know if these shell commands are portable from linux to windows... It seems the slashes are messed up... that might explain the error in pychecker.