Hello,
I have been working on a node using a normal python IDE (spyder). Everything works fine, I can import all the needed python modules, some installed in /usr/local/lib and other in /usr/lib .
When I run my code with rosrun,
from withings import WithingsAuth, WithingsApi
ImportError: cannot import name WithingsAuth
withings is a module that was installed under
Does somebody know how to fix this?
↧