[beagleboard] Running Python on PC to simulate Beaglebone Python

2014-10-11 Thread Brandon I
Use one of the many remote python libraries. Rpyc could do it. Have the code accessible from a shared drive, use module reload, and run the functions and play with the objects as if they were local. -- For more options, visit http://beagleboard.org/discuss --- You received this message

[beagleboard] Running Python on PC to simulate Beaglebone Python

2014-10-10 Thread John Mladenik
I have installed the Eclipse PyDev environment. Most but not all python code works both on the PC when I hit run or when I copy the file to the Beaglebone and hit run. But anything using Beaglebone specific libraries like ADAFRUIT_BBIO does no run on the PC and gives me errors. I have tried