[SOLVED] RM mini BlakBean problem

Hi all,
I followed this link to configure to call with python my rm, all work ok on the raspberry, if I try to execute it with the standard user openhabian it works, but why if I put the command inside a rule file I got:

  File "/home/openhabian/BlackBeanControlSalone/BlackBeanControl.py", line 3, in <module>

import broadlink, configparser

ImportError: No module named configparser

See How to solve Exec binding problems. When you run commands from rules, they are running as user openHAB, not openhabian.