Working on 8.0.1 Virtual build (which will be available in next days):
LibreELEC:~ # cat /etc/issue
##############################################
# LibreELEC #
# http://libreelec.tv #
##############################################
LibreELEC (community) Version: 8.0.1
LibreELEC:~ # python
Python 2.7.13 (default, Feb 28 2017, 07:41:10)
[GCC 6.2.0] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import sys
>>> sys.path.append('/storage/.kodi/addons/virtual.system-tools/lib')
>>> import smbus
>>> import time
>>> import datetime
>>> i2c = smbus.SMBus(1)
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
IOError: [Errno 2] No such file or directory
>>>
Display More
Copy/paste those commands in console so we can see what the error is.
And I assume you have system tools addon installed!