Same problem with SuSE 7.1. The problem is, that PYTHONPATH is not definedcorrectly. It should be (check the Makefile in the main directory) (...)sharedmods:PYTHONPATH=./Lib(...)sharedinstall:PYTHONPATH=./LibWith these changes the build is smooth.CheersMartin