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