Hi, I've cloned https://github.com/anutron/mootools-test-runner.git on a windows system (W7 64). I've followed the Quick Start guide. That seems to install everything fine.
When I goto http://localhost:8000, I get an error: "AttributeError: 'Settings' object has no attribute 'DEFAULT_VERSION'" Looking in all files for DEFAULT_VERSION, only frontend_dev\views.py mention it, but it is only read, never written or defined. The output of manage.py tells gives me an error that depender.core could not parse ../core/package.yml. And of course this is not possible because manage.py is executed in the root and there is no ".." directory Trying to validate the Dependency map, I get an error that it cannot find /Users/aaron/Development/mootools/core/package.yml. And in fact all the packages in settings.py are not on my system. It looks like the script is runned from the incorrect directory. Maybe something did go wrong with the installation, but I didn't noticed it. Is it possible to run these interactive tests on windows? Did I miss something? Any clue to help me get this up and running? Thanks, W,
