From: Bruce S. <Bru...@nc...> - 2006-09-26 04:11:45
|
Jonathan Brandmeyer points out the following, of use to anyone who might try to build Visual from the source files for Python 2.5: There is one important change that needs to be made for Visual to work with Python 2.5. The import library (cvisual.dll) needs to be renamed to cvisual.pyd. This should be a one-liner in src/Makefile, and it should be backwards-compatible with Python 2.4 at least (and maybe 2.3, too). |