[sage-support] Why cannot Sage run as a native application on Windows

2015-01-16 Thread 张秦川
Python can be used on windows. And sage is written in python. So why cannot Sage run as a native application on Windows. If some C extension of Sage is not possible to port to windows, then if there is a subset of Sage that can run as a native application on windows? PS: Most of my friends use wi

[sage-support] How to change an owner ?

2015-01-16 Thread Topaze
Hello Sage team. I would like to change the owner of a batch of worksheets (namely : admin -> sageuser). How can I proceed ? Thank. -- You received this message because you are subscribed to the Google Groups "sage-support" group. To unsubscribe from this group and stop receiving emails from

[sage-support] не могу скаать пакет

2015-01-16 Thread Андрей Пархоменко
подскажите как скачать пакет для Fedora 20 x86-64? я не смог найти рабочей ссылки. -- You received this message because you are subscribed to the Google Groups "sage-support" group. To unsubscribe from this group and stop receiving emails from it, send an email to sage-support+unsubscr...@goog

Re: [sage-support] Why cannot Sage run as a native application on Windows

2015-01-16 Thread William Stein
On Fri, Jan 16, 2015 at 1:59 AM, 张秦川 wrote: > Python can be used on windows. And sage is written in python. > So why cannot Sage run as a native application on Windows. Because people haven't done the work to make it happen. > If some C extension of Sage is not possible to port to windows, > the

Re: [sage-support] не могу скаать пакет

2015-01-16 Thread William Stein
(через Google Translate) Существуетпакет для Fedora 21 можно здесь: http://boxen.math.washington.edu/home/sagemath/sage-mirror//linux/64bit/index.html Я не думаю, что мы архивировать все старые последние версии . Вы должны быть в состоянии построить из источника на Fedora 20 , хотя, что займет не

[sage-support] Re: How to change an owner ?

2015-01-16 Thread kcrisman
> > > > I would like to change the owner of a batch of worksheets (namely : admin > -> sageuser). > > How can I proceed ? Thank. > Hmm, that is a good question. I'm not sure there is a GUI API for that. Presumably you could modify something with some of the internal functions in sagenb. May

[sage-support] Re: Why cannot Sage run as a native application on Windows

2015-01-16 Thread slelievre
张秦川 wrote: > Python can be used on windows. And sage is written in python. > So why cannot Sage run as a native application on Windows. > - Have you tried using a virtual machine in Windows? - The Cygwin port is making good progress, see this recent post on sage-devel: https://groups.goog

[sage-support] latex and hold parameter

2015-01-16 Thread Pedro Cruz
An unexpected behaviour in latex() command (both 5.12 and 6.4 Sage versions): sage: latex( 120/factorial(5,hold=True) ) \frac{120}{120} sage: latex( factorial(5,hold=True) ) 5! We need to "hold" the expression for proper latex transcription. Is there any other way to avoid latex() to comput

[sage-support] Re: How to change an owner ?

2015-01-16 Thread Dima Pasechnik
On Friday, 16 January 2015 15:26:44 UTC, kcrisman wrote: > > >> >> I would like to change the owner of a batch of worksheets (namely : admin >> -> sageuser). >> >> How can I proceed ? Thank. >> > > Hmm, that is a good question. I'm not sure there is a GUI API for that. > Presumably you could

[sage-support] Re: How to change an owner ?

2015-01-16 Thread Dima Pasechnik
On Friday, 16 January 2015 18:06:54 UTC, Dima Pasechnik wrote: > > > > On Friday, 16 January 2015 15:26:44 UTC, kcrisman wrote: >> >> >>> >>> I would like to change the owner of a batch of worksheets (namely : >>> admin -> sageuser). >>> >>> How can I proceed ? Thank. >>> >> >> Hmm, that is a go

[sage-support] Re: Sage maa - magic word

2015-01-16 Thread Jason Grout
On 1/14/15, 3:21, Dvir Arad wrote: Hello, I'm a student at Ariel University. Ressantly I start learning "SAGE" for my Final Project. When I try to create An Opened account at "sage maa" I require to answer the question :"what is themagic word ". How can I get get/purchase account? These days,

Re: [sage-support] Why cannot Sage run as a native application on Windows

2015-01-16 Thread 张秦川
Thank you for your answer. I'm in Asia. And slowness for me is mostly caused by Internet latency. Is it possible for me to set up a server the same as SageMathCloud by myself? Any tips? I use virtual machine on windows for my daily use. But recently I would like to develop an application integrate

[sage-support] Re: Why cannot Sage run as a native application on Windows

2015-01-16 Thread 张秦川
Thank you and Sorry for my unclear question, but I cannot change my post now. I use a virtual machine in windows. But I want to develop an application integrated with Sage. I think I cannot ask user to install a virtual machine or Cygwin before install my application. If anyone has done some appl

Re: [sage-support] Why cannot Sage run as a native application on Windows

2015-01-16 Thread William Stein
On Fri, Jan 16, 2015 at 10:58 PM, 张秦川 wrote: > Thank you for your answer. > I'm in Asia. And slowness for me is mostly caused by Internet latency. > Is it possible for me to set up a server the same as SageMathCloud by > myself? In theory yes -- it is open source: https://github.com/sagemath/clo