Hi, we have a number of extension modules which are written in C and compiled
against Microsoft Visual Studio .NET 2002. Looks like your Win32 build of ActivePython
is with MSVC++ 6.0. Wouldn't that create a conflict with our extension modules? I am
specifically referring to the following piece of code in msvccompiler.py in distutils
package:
raise DistutilsPlatformError, \
("Python was built with version %s of Visual Studio, "
"and extensions need to be built with the same "
"version of the compiler, but it isn't installed." % self.__version)
Do you have a binary distribution that is compiled against VS.NET 2002?
I did download the ActivePython 2.3.2 source and was able to compile it under VS.NET
but since we need to distribute ActivePython to our users I prefer to have a nice
installer like yours.
Thanks
-Selim
Selim Tuvi, Research Engineering Group, SLAC
GLAST, I&T Online, MS 98
Tel:650-926-3376 Fax:650-926-4335
_______________________________________________
ActivePython mailing list
[EMAIL PROTECTED]
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs
Other options: http://listserv.ActiveState.com/mailman/listinfo/ActivePython