Hello, I have a BeagleBone with Ubuntu 13.04 and the 3.2.42 kernel. I’d like to use SocketCAN with the PyBBIO library, but SocketCAN requires Python 3.3. Besides the print statements, I don’t see anything in the PyBBIO code that won’t run in Python 3. I haven’t been able to get
python3 setup.py install
to work but copying all the PyBBIO files from the python2.7 directory to python3.3 will allow me to import the module. However, whenever I use a PyBBIO function, I get a error that it’s not defined.
I’m a newbie at python, but what’s the best way to port the PyBBIO library to Python 3?