Bren wrote: > Hi, > > I'm trying to build the sample extension file from > http://www.python.org/doc/current/ext/simpleExample.html. > > I get a linker error: [...] Use distutils. See http://aspn.activestate.com/ASPN/Cookbook/Python/Recipe/66509 Then use "python setup.py build" to build the extension module. HTH, -- Gerhard