gitstats
gitstats copied to clipboard
Anyone ran this on win 8 machine?
I've installed Python 2.7. I've installed gnuplot. I have git.
I've added python path, gunplot path and the folder where gitstats sit into the system path.
running "python gitstats git_repo_path out_path" chucks a couple of lines, and then runs into an endless loop of missing and failed imports.
here's a screenshot: http://i.imgur.com/QHwpgU0.png
any suggestions ?
It seems the multiprocessing module cannout find the gitstats module.
I fixed it by renaming gitstats to gitstats.py, which also has the benefit that syntax highlighting text editors work nicely.
You're the man ... This and a couple of other tweaks, and it's running ... (on a windows 7 though ... :) i'll give it a go on an 8 machine now that i got it running on 7, and update.