smbus on processing python mode

257 Views Asked by At

Hello is it possible to use smbus module on processing python mode? When I try to import smbus processing puts me an error message:

ImportError: No module named smbus

processing.app.SketchException: ImportError: No module named smbus
at jycessing.mode.run.SketchRunner.convertPythonSketchError(SketchRunner.java:240)
at jycessing.mode.run.SketchRunner.lambda$2(SketchRunner.java:119)
at java.lang.Thread.run(Thread.java:748)
0

There are 0 best solutions below