IanH2 wrote: ↑Sat Oct 12, 2013 4:22 pmIt looks like the 'pi' user has a different PYTHONPATH environment variable setting to the root user.Code: Select all
You're right - if you installed the packages for `pi` user they are not available for `sudo` user and vice-versa.
To solve the problem just do: `sudo su` and reinstall the problematic package.