From: Matthias B. <ba...@ir...> - 2005-06-24 16:45:07
|
Miles Jacobs wrote: > Thank you Matthias for adding the JointForces. Will somebody be > producing a new Windows installer? Whenever we're going to do a new release I'll do that, yes... ;o) > Or is it possible to make a Windows installer ourselves? Of course, you can create an installer yourself if you have Visual Studio on your system (MSVC6 for Python 2.3 and 7.1 for Python 2.4). You create the installer by invoking the setup script with the bdist_wininst command: setup.py bdist_wininst But on the other hand, I wouldn't mind doing a new release, say v1.1.0, as there has already been a handful of changes and there is Python 2.4 now. Or is there still anything left to do with the current version? (as far as I can tell everything that has been mentioned in this list was fixed, wasn't it?) Timothy? - Matthias - |