that is the windows installer for 0.4.2 release, which was created some time ago whenever 0.4.2 was released (which is the latest release so far).
but since we are open-source project, we also have complete sources available from git repository (Michael has given url). From that one we don't build installers or complete packages daily, BUT you can simply get all the sources and install/use pymvpa using them (instead of using release version). >From the link (and description) Michael has given you can download most recent version of the sources in my branch (we have separate branches for each developer, which often merge into each other) and build from it. I am not sure if I should proceed with further details since I do not know your level of expertese with Python, nor I am a Windows user (so I might screw up easily while giving an explanation), but after you downloaded up to date sources, and if you have python available at the command prompt then, it should be sufficient to run in the directory where you extracted python setup.py build and then point PYTHONPATH environement variable to the directory build/lib.whatever there, so python could import not system-wide installed version, but rather this locally build one (with the fix). On Wed, 24 Jun 2009, George Christopoulos wrote: > Thanks. Ok now you have to bear with less knowledgeable users, but > usually we are quite a few to ignore. this is what i did: > I went to [1]http://alioth.debian.org/frs/?group_id=30954 > and i downloaded [2]pymvpa-0.4.2.win32-py2.5.exe > Yet still i have the same error > obviously i am doing something wrong but help will be appreciated. > George > __________________________________________________________________ > From: Michael Hanke <[email protected]> > To: George Christopoulos <[email protected]> > Cc: [email protected] > Sent: Wednesday, June 24, 2009 11:55:15 AM > Subject: Re: [pymvpa] Pkg-ExpPsy-PyMVPA Digest, Vol 16, Issue 8 > On Wed, Jun 24, 2009 at 09:37:41AM -0700, George Christopoulos wrote: > > Hi, > > thanks but now I am totally confused. Yaroslav said to try the git > > version, his branch "yoh/master" (on alioth) in order to resolve a > > scipy issue. I am unsure how this long list of messages appearing at > > this link could help. > If you click on the 'snapshot' link of the topmost commit, you'll get a > tarball with the latest state of Yarik's master branch. This assumes > that you do not want to use a git checkout itself -- since you were > asking for a link, which would not be necessary in that case. > > > Not sure what you mean -- the archive is searchable with any search > > > engine -- in the front page (right sidebar) we provide an easy way > > > to perform queries via google... > > I meant this archive: > > [3]http://lists.alioth.debian.org/pipermail/pkg-exppsy-pymvpa/ > I know, and it is searchable via 'Search mailing list archive' on the > pymvpa.org frontpage -- or any other search engine you like, since it > is > a simple mailman archive. > Cheers, > Michael -- .-. =------------------------------ /v\ ----------------------------= Keep in touch // \\ (yoh@|www.)onerussian.com Yaroslav Halchenko /( )\ ICQ#: 60653192 Linux User ^^-^^ [175555] _______________________________________________ Pkg-ExpPsy-PyMVPA mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-exppsy-pymvpa

