[sage-devel] Re: sage called from texmacs will not start

2015-12-23 Thread Henri Girard
Hi,
Texmacs version 1.99.2 works with sage 6.10 and sage 7 dev but 1.99.4 
doesn't... I don't know if Adrian is in this list, but I presume he is 
still busy and can't have a look to this problem.
I am trying to see where is the problem but I am not an expert. I wonder if 
it's not a python problem kind of path problem. Maybe too my compile 
version might not be sage's one as some mailing in the list said.
For my use of texmacs the working version is quiet usable and I could leave 
it, but I think it would be interesting not leave such an apps as texmacs 
end his life here ( I mean for sage users) it has some nice trics we can't 
find on notebook (or maybe I don't know notebook enaugh ) but for 
presentation who doesn't know latex like me it's a precious collaborator.
Any help is appreciated :)
Happy Christmas 
Henri

Le mardi 27 octobre 2015 16:29:52 UTC+1, Alkis Akritas a écrit :
>
> I have  SageMath Version 6.8, Release Date: 2015-07-26 installed on my 
> computer (Ubuntu 14.04) 
> and the latest version of TeXmacs installed from subversion.
>
> Separately, they both work fine. However when I try to start sage from 
> TeXmacs I get the message 
>
> python: can't open file '‘which': [Errno 2] No such file or directory
>
> and sage never starts.
>
> From  the terminal I get the message 
>
> TeXmacs] debug-shell, Launching 'sage -python `which tm_sage`'
>
> Is this a sage problem and how can I fix it??
>
> Thanks for your help,
>
> aga
>
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"sage-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-devel+unsubscr...@googlegroups.com.
To post to this group, send email to sage-devel@googlegroups.com.
Visit this group at https://groups.google.com/group/sage-devel.
For more options, visit https://groups.google.com/d/optout.


[sage-devel] Re: sage called from texmacs will not start

2015-12-19 Thread Samuel Lelievre


Alkis Akritas wrote:
 

> My apologies for the very late response; I was expecting
>
to get notified by e-mail of any answers.
>

There are two ways to obtain such notification.
- In your Google Groups settings for sage-devel, you can
  ask to get email updates for all threads you post in.
- Or to get them for just one thread: when you post
  to sage-devel via the Google Groups online interface,
  there is a checkbox "get updates via email".

-- 
You received this message because you are subscribed to the Google Groups 
"sage-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-devel+unsubscr...@googlegroups.com.
To post to this group, send email to sage-devel@googlegroups.com.
Visit this group at https://groups.google.com/group/sage-devel.
For more options, visit https://groups.google.com/d/optout.


[sage-devel] Re: sage called from texmacs will not start

2015-12-18 Thread Alkis Akritas
I needed the svn version because we are using the Greek language that 
was being developed at the time.  However, some students used the stable version
and still had problems with sage.

My apologies for the very late response; I was expecting to get notified 
by the e-mail of any answers.  Quite by accident, I saw the answer last 
night.

Thank you both for your answers.

-- 
You received this message because you are subscribed to the Google Groups 
"sage-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-devel+unsubscr...@googlegroups.com.
To post to this group, send email to sage-devel@googlegroups.com.
Visit this group at https://groups.google.com/group/sage-devel.
For more options, visit https://groups.google.com/d/optout.


[sage-devel] Re: sage called from texmacs will not start

2015-12-18 Thread Alkis Akritas
Yes, I do have which.

My apologies for the very late response; I was expecting to get notified 
by the e-mail of any answers.

-- 
You received this message because you are subscribed to the Google Groups 
"sage-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-devel+unsubscr...@googlegroups.com.
To post to this group, send email to sage-devel@googlegroups.com.
Visit this group at https://groups.google.com/group/sage-devel.
For more options, visit https://groups.google.com/d/optout.


[sage-devel] Re: sage called from texmacs will not start

2015-10-27 Thread Henri Girard
I had this problem too... To avoid it I compiled svn sagemath : But You get 
another problem... If it is svn ! 
Then my solution is to compile texmacs 1.99.2 which works well. Adrian who 
works on the plugin is very busy at the moment and as soon as he can he 
will do it.
I compiled this way :
get the tarball latest stable,on texmacs site
Uncompressed cd to the dir. 
Before compiling would be better maybe to install all deps
in a shell :
sudo apt-get build-dep texmacs
then 
./configure --prefix=/usr && make  && make install
I hope this help


Le mardi 27 octobre 2015 16:29:52 UTC+1, Alkis Akritas a écrit :
>
> I have  SageMath Version 6.8, Release Date: 2015-07-26 installed on my 
> computer (Ubuntu 14.04) 
> and the latest version of TeXmacs installed from subversion.
>
> Separately, they both work fine. However when I try to start sage from 
> TeXmacs I get the message 
>
> python: can't open file '‘which': [Errno 2] No such file or directory
>
> and sage never starts.
>
> From  the terminal I get the message 
>
> TeXmacs] debug-shell, Launching 'sage -python `which tm_sage`'
>
> Is this a sage problem and how can I fix it??
>
> Thanks for your help,
>
> aga
>
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"sage-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-devel+unsubscr...@googlegroups.com.
To post to this group, send email to sage-devel@googlegroups.com.
Visit this group at http://groups.google.com/group/sage-devel.
For more options, visit https://groups.google.com/d/optout.


[sage-devel] Re: sage called from texmacs will not start

2015-10-27 Thread Dima Pasechnik
do you have 'which' installed?
E.g. at the shell prompt one can try something like

$ which tar
and get 

/bin/tar

(or nothing, if you don't have tar)

On Tuesday, 27 October 2015 08:29:52 UTC-7, Alkis Akritas wrote:
>
> I have  SageMath Version 6.8, Release Date: 2015-07-26 installed on my 
> computer (Ubuntu 14.04) 
> and the latest version of TeXmacs installed from subversion.
>
> Separately, they both work fine. However when I try to start sage from 
> TeXmacs I get the message 
>
> python: can't open file '‘which': [Errno 2] No such file or directory
>
> and sage never starts.
>
> From  the terminal I get the message 
>
> TeXmacs] debug-shell, Launching 'sage -python `which tm_sage`'
>
> Is this a sage problem and how can I fix it??
>
> Thanks for your help,
>
> aga
>
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"sage-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-devel+unsubscr...@googlegroups.com.
To post to this group, send email to sage-devel@googlegroups.com.
Visit this group at http://groups.google.com/group/sage-devel.
For more options, visit https://groups.google.com/d/optout.