From: Paul F D. <pa...@pf...> - 2002-07-18 21:46:28
|
Pyfort 8.0 has been released at SourceForge (sf.net/projects/pyfortran) Version 8 This version contains a new facility for making and installing projects. Old compile lines will still work, but will produce an equivalent .pfp file that you could use in the future. Included is a Tkinter-based GUI editor for the project files. However, the format of the files is simple and they could be edited with a text editor as well. There is improved support for installing Pyfort and the modules it creates in a location other than inside Python. See README. This version does change the installation location for an extension. Therefore, you should remove the files of any previous installation from your Python. Yes, this is annoying. That is why we are doing it, so that we can have an "uninstall" command. A new "windows" subdirectory has been added, containing an example of how to use Pyfort on Windows with Visual Fortran. Thanks to Reinhold Niesner. Testing of, and advice about, this are needed from Windows users. The pyfort script itself is also now installed as a .bat script for win32. Support for Mac OSX (Darwin) added. |