From: Bruce S. <bas...@un...> - 2002-12-02 03:31:48
|
Jean-Francois Bouchet pointed out that VPython had gotten behind, in that on Windows it didn't work with Numeric 22.0, the latest version of the Numeric module that is referenced by VPython. All that was required was to recompile, so there is a new Windows installer for VPython at http://vpython.org. Bouchet had suggested the following: > An idea is to do not include Numeric in the VPython distribution and to > create two distributions A and B: > > VPython_A.exe which works with Numeric from release X to release Y > and VPython_B.exe which works with Numeric from release Z to now > > (by this way, a Numeric release change does not require automaticaly an > Update of > VPython distribution) However, I don't see a way to make that work with the binary VPython installer for Windows, since the C++ code for Visual must be compiled against the version of Numeric to be used. I did however keep links on the download page to older versions of VPython, just in case. Only the Windows installer has been changed at this time. Bruce Sherwood |