Re: [sage-devel] Re: Error related to readline while installing r-2.10.1.p4

2011-11-05 Thread leif
leif wrote: Thomas Oliveira wrote: Now, sage runs without throwing any warning. Let me summarizing how I followed your advices to a next user that faces this problem: $ touch spkg/installed/readline-6.2.p2 $ sudo apt-get install libncurses5-dev libncursesw5-dev Verified that $SAGE_ROOT/spkg/

Re: [sage-devel] Re: Error related to readline while installing r-2.10.1.p4

2011-11-05 Thread leif
Thomas Oliveira wrote: > Now, sage runs without throwing any warning. > > Let me summarizing how I followed your advices to a next user that faces > this problem: > > $ touch spkg/installed/readline-6.2.p2 > > $ sudo apt-get install libncurses5-dev libncursesw5-dev > > Verified that $SAGE_ROOT/

Re: [sage-devel] Re: Error related to readline while installing r-2.10.1.p4

2011-11-05 Thread leif
Thomas Oliveira wrote: > $ ./sage --python -c "import readline" > > gives > > Traceback (most recent call last): > File "", line 1, in > ImportError: No module named readline Ok, your Python spkg apparently wasn't (re)built after you installed the readline-6.2.p2 spkg. To do so, run $ ./sag

Re: [sage-devel] Re: Error related to readline while installing r-2.10.1.p4

2011-11-04 Thread leif
john.hoebing wrote: > The solution is to replace ./spkg/standard/readline-6.1* with > readline-6.2.p2.spkg and then go to the sage home directory and run > 'make distclean' and then run 'make'. The 'libreadline*' files that > are already built (and used by other packages) have to be replaced > w