2013/1/12 Ben Walton <bwalton at opencsw.org>:
> I think this would be a requirement. The lib directory should be
> separate or else binary modules will collide.
The problem is that Python uses not one, but two different directories as 'lib':
${prefix}/lib/pythonX.Y for *.py files
${libdir} for binary objects