fui / fui-kk

Course evaluation software for courses in informatics at the University of Oslo.
MIT License
9 stars 7 forks source link

Windows compatibility fixes #45

Closed olehermanse closed 7 years ago

olehermanse commented 7 years ago

More work needed but this helps for now.

olehermanse commented 7 years ago
make download
make responses
make scales
make json
make divide
Berstad commented 7 years ago
fui-kk> make responses
python scripts/responses.py -s all
Traceback (most recent call last):
  File "scripts/responses.py", line 107, in <module>
    main()
  File "scripts/responses.py", line 102, in main
    args = get_args()
  File "scripts/responses.py", line 32, in get_args
    dirs = next(os.walk('data'))[1]
StopIteration
make.exe": *** [responses] Error 1
olehermanse commented 7 years ago

@Berstad please review :)