PyBBIO
History
- 11/6/12 - Just flashed the most recent Angstrom image on an SD card and booted it up, and I ran into a problem that has been reported by 2 or 3 people now, which is that Python is missing the py_compile.py module, which compiles .py files to .pyc files. This is used by distutils, so I had to add a 'bypass distutils' (-f or --force) to the setup.py script to get around it. It's also coming up trying to get easy_install working, which I want to rely on to install PyBBIO's dependencies (or install pip which will install the dependencies). All the current dependencies can be installed through opkg (Angstrom's package manager), but neither python-smbus (for I2C) or Flask (for BBIOServer) are in the Beaglebone's opkg repos.
- 11/5/12 - Fixed some bugs, added support for running in interactive mode (init and cleanup are handled automatically)
- 10/7/12 - Fixed a couple PWM bugs reported in an email
- 10/3/12 - Added PWM support
- Local zip of PyBBIO before this semester here.