On Thu, Aug 24, 2000 at 01:42:40PM -0400, Mark W. Alexander wrote: > ext_modules=prpwdExtension I believe this should be a list, so try ext_modules = [prpwdExtension]. The Distutils code should probably check for common errors like this and print friendlier error messages. --amk