winnph

Results 2 comments of winnph

The problem appears to be old code in PyRobots's setup.py, which is trying to use execfile('...') (from Python2x), so I downloaded the pyrobots source and changed that one line to...

Confirmed, I was able to fix this by changing that one line in pyRobots setup.py. Once that was corrected to python3x syntax, it installed fine. On Jan 2, 2018 2:56...