The current numpy sources from svn trunk (r7772 or newer) and the 1.4.x branch fail to build with Visual Studio 2008 with the following compiler error:
numpy\core\src\multiarray\descriptor.h(16) : error C2133: '_datetime_strings' : unknown size A quick fix is to specify the size of the _datetime_strings array, e.g. _datetime_strings[14]. Christoph _______________________________________________ NumPy-Discussion mailing list [email protected] http://mail.scipy.org/mailman/listinfo/numpy-discussion
