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 _______________________________________________ Python-nl mailing list Python-nl@python.org http://mail.python.org/mailman/listinfo/python-nl