[sage-support] Re: linking problems due to inconsistent libraries

2008-12-27 Thread gerhard
Figured out some more of it: the problem was the full path returned by tmp_filename(). The html statement will not get displayed. Creating a file name with a relative path instead will work. So the trivial answer (from a cell other than where r.dev_off() was called) might be sage: htm

[sage-support] Re: linking problems due to inconsistent libraries

2008-12-27 Thread mabshoff
On Dec 27, 5:39 am, gerhard wrote: Hi, > Thank you Michael, > that worked - sage 'make test' succeeds Ok. > Now I ran into another question I had solved before? > > How do I display a png file in the notebook? > I can't find it in the documentation?! > Started reading code, but the answer ou

[sage-support] Re: linking problems due to inconsistent libraries

2008-12-27 Thread gerhard
Thank you Michael, that worked - sage 'make test' succeeds Now I ran into another question I had solved before? How do I display a png file in the notebook? I can't find it in the documentation?! Started reading code, but the answer ought to be trivial... filename = tmp_filename() + '.png' r.pn

[sage-support] Re: linking problems due to inconsistent libraries

2008-12-26 Thread mabshoff
On Dec 25, 1:29 pm, gerhard wrote: Hi Gerhard, > Well, I got myself in trouble again: > > I wanted to consolidate my installation of R > to avoid maintaining two versions with two sets of libraries: > I took a current version of R (2.8.0 Patched (2008-11-24 r47019) > and rpy-1.0.3, patched th