I changed the setup.py end by
ext_modules=[Extension(
"smbus", ["smbusmodule.c"],
libraries = ['i2c'],
include_dirs = ['../include'])])
I cleaned and uninstall everything, installed again, and it worked. Thanks !
I changed the setup.py end by
ext_modules=[Extension(
"smbus", ["smbusmodule.c"],
libraries = ['i2c'],
include_dirs = ['../include'])])
I cleaned and uninstall everything, installed again, and it worked. Thanks !