> I'm not sure I know how to make distutils refer to the eventual package > directory as the target for the binary extensions. try changing the line ext_modules = [Extension( '_rl_accel', to ext_modules = [Extension( 'reportlab.lib._rl_accel', Just tried it on windows, works ok :) Ury