
Oops, I left out some info.
prpwdExtension is set as:
prpwdExtension = [('shadowpwd.prpwd._prpwd', {'sources':['shadowpwd/prpwd/prpwd_wrap.c'], 'libraries': ['sec'] } )]
So it is a list when I get the warning. It also works fine, but the warning implies that I should be using the Extension class instead of the list.
Mark Alexander mwa@gate.net
On Thu, 24 Aug 2000, Andrew Kuchling wrote:
Date: Thu, 24 Aug 2000 14:00:36 -0400 From: Andrew Kuchling akuchlin@mems-exchange.org To: distutils-sig@python.org Subject: Re: [Distutils] Was I asleep? (Extension instance message)
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
Distutils-SIG maillist - Distutils-SIG@python.org http://www.python.org/mailman/listinfo/distutils-sig