I have successfully got KAPCOM working on Windows 7 using Python 2.7.9. There's a hard requirement for 2.7.9 on Windows since it comes with pip. I guess it's not a HARD requirement, since you can set up pip yourself.
I guess the requirement is the same as other platforms, Python 2.7 and pip. On Windows, Python 2.7.9 (or later) is the easiest way to get this.
I did have to make some minor code changes to get things working for both setup.py, arduino.py and kapcom.py. I'm going to review everything and commit it back to mainline.
I have successfully got KAPCOM working on Windows 7 using Python 2.7.9. There's a hard requirement for 2.7.9 on Windows since it comes with pip. I guess it's not a HARD requirement, since you can set up pip yourself.
I guess the requirement is the same as other platforms, Python 2.7 and pip. On Windows, Python 2.7.9 (or later) is the easiest way to get this.
I did have to make some minor code changes to get things working for both setup.py, arduino.py and kapcom.py. I'm going to review everything and commit it back to mainline.