gitstats icon indicating copy to clipboard operation
gitstats copied to clipboard

Anyone ran this on win 8 machine?

Open Noctis- opened this issue 10 years ago • 2 comments

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 ?

Noctis- avatar Aug 05 '14 01:08 Noctis-

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.

danio avatar Oct 09 '14 10:10 danio

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.

Noctis- avatar Oct 17 '14 14:10 Noctis-