Cyril Roelandt <tipec...@gmail.com> skribis: > On 11/18/2015 10:22 PM, Ludovic Courtès wrote: >> Could you double-check what’s happening, possibly running it through >> strace to see if it’s actually executing /usr/bin/python? > > I'm pretty sure it does that. It even loads libraries from the Debian > Python path, that is why it tries to import a Debian-specific module.
Weird. Could you check with strace and/or GDB to confirm and see where it’s coming from? When I run it through strace, I don’t see any attempt to exec python. TIA. :-) Ludo’.