[python-nl] Distutils Error while building 'win32com.client' extension

Martijn Pieters mj at python.org
Mon Feb 27 00:00:01 CET 2006


Math wrote:
> Can you help me out please.
> I get the folllowing Error while trying to build a installer with the
> Distutils module:
> ------------------------------------------------------------------------------------------------------------------------------------------
> building 'win32com.client' extension....
> 'Python was built with version 7.1 of Visual Studio, and extensions need to
> be built with the same version of the compiler, but it isn't installed.'
> -------------------------------------------------------------------------------------------------------------------------------------------

Dit betekend precies wat er staat. Je kan op windows geen verschillende 
versies van Mircosoft Visual Studio gebruiken voor Python en de 
extensies ervoor. Je kan win32com.client dus alleen met Visual Studio 
7.1 compileren, of je moet heel Python (her)compileren met je eigen versie.

Distutils probeerde nog even om Visual Studio 7.1 te vinden, maar faalde 
daarin.

Martijn Pieters


More information about the Python-nl mailing list