building python extensions with .net sdk compiler?

Grumman grumman at example.com
Fri Dec 10 23:51:44 EST 2004


> I got this insane message, how did you solve this "problem" ?
> 
> ------------
> running install
> running build
> running build_py
> running build_ext
> error: The .NET Framework SDK needs to be installed before building 
> extensions for Python.
> -------------
> 
> Or does anyone know why i get this message, the .net sdk is about 100Mb, 
> no fun !

The message says what it says. You have to install the .net SDK to use 
this. You'll also need the Platform SDK if you don't have it already 
installed. (And its a *lot* bigger than the .net sdk)

And then you'll find out that you either need to hack 
distutils/msvccompiler.py, or your registry.



More information about the Python-list mailing list