|
From: N. V. <mit...@we...> - 2005-11-10 19:09:14
|
>>With the knowledge, that it _should_ work, I have just retried to build >>scipy_core 0.4.2 on my rather fresh installation of Slackware Linux >>10.2 (python 2.4.1) and still couldn't get it to build. I have >>attached the log files out.txt and err.txt to this e-mail, which I got >>by typing >> >>$ python setup.py build 1>out.txt 2>err.txt >> >>in the scipy_core main directory. The two files are compressed into a >>single tar.gz archive (5k), because I do not know if 60k attachments are >>o.k. on this list. >> >>Maybe you can help me solve my problem? > > > Did you try a recent check out? > With Travis' speed of coding scipy_core version 0.4.2.1252 > seems pretty old to me > > I tested > In [95]: scipy.__core_version__ > Out[95]: '0.4.3.1440' > this morning without problems. That was a wonderful idea! I checked out 0.4.3.1456 and it works just fine. Thank you very much. BTW, I checked out the source via $ svn co http://svn.scipy.org/svn/scipy_core/branches/newcore which took me a while to find (it was on the conference paper about scipy). Best regards, Niklas. |