SenorPez / project-cars-replay-enhancer

Project CARS Replay Enhancer: Combines telemetry data with replay video to improve Project CARS replays.
MIT License
12 stars 1 forks source link

unicodecsv is needed in 0.3.2 #89

Closed keppo070 closed 8 years ago

keppo070 commented 8 years ago

Traceback (most recent call last): File "ReplayEnhancer.py", line 21, in import unicodecsv as csv ImportError: No module named 'unicodecsv'

which is not on the needed list. I use python 3.5.1

SenorPez commented 8 years ago

Hmm... I could have sworn it was installed along with one of the other dependencies, but I'm clearly wrong! This was added to support unicode encoding, as--surprisingly--the default CSV module for Python does not!