[Distutils] Was I asleep? (Extension instance message)

Andrew Kuchling akuchlin@mems-exchange.org
Thu, 24 Aug 2000 14:00:36 -0400


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