Daily Weblog 9/9/16

Today, I spent most of my time fixing version differences between the various libraries I have been relying on for my project; the Phidgets library turns out to use Python 2.7, while OpenCV and pymysql use Python 3.4, so I had to edit some of the Phidgets source code and then install it into my Python 3.4 path. All imports are now recognized. While my code will run now, the version using all three libraries crashes still, but that is a fixable issue in the code itself rather than its dependencies. Next class, I will fix those issues.

Comments