[sympy] Basic.is_fraction() usage?

2009-05-12 Thread Priit Laes
Hey! Could someone elaborate why following examples return true: Rational(1).is_fraction() == True (x**2).is_fraction() == True It doesn't just seem logical to me as fractions come usually in form of x/a (a != 1) or 0.75. Päikest, Priit :) --~--~-~--~~~---~--~--

[sympy] Re: Could Someone Tell How to Install python-sphinx on windows so it works

2009-05-12 Thread Ondrej Certik
On Tue, May 12, 2009 at 8:06 PM, Robert Kern wrote: > > On Tue, May 12, 2009 at 22:01, Ondrej Certik wrote: >> >> On Tue, May 12, 2009 at 5:07 PM, Grissiom wrote: > >>> docutils-0.5 install rst2html as rst2html.py. Maybe this patch should be >>> upstream? >> >> Do you mean upstream sympy or ups

[sympy] Re: Could Someone Tell How to Install python-sphinx on windows so it works

2009-05-12 Thread Robert Kern
On Tue, May 12, 2009 at 22:01, Ondrej Certik wrote: > > On Tue, May 12, 2009 at 5:07 PM, Grissiom wrote: >> docutils-0.5 install rst2html as rst2html.py. Maybe this patch should be >> upstream? > > Do you mean upstream sympy or upstream docutils? It's a patch to sympy. > On linux, at least, I

[sympy] Re: Could Someone Tell How to Install python-sphinx on windows so it works

2009-05-12 Thread Ondrej Certik
On Tue, May 12, 2009 at 5:07 PM, Grissiom wrote: > On Wed, May 13, 2009 at 01:15, Ondrej Certik wrote: >> >> On Tue, May 12, 2009 at 10:03 AM, Alan Bromborsky >> wrote: >> > >> > I am running XP in virtual box on Ubuntu.  I need to be able to tell >> > someone running window how to compile the

[sympy] Re: Could Someone Tell How to Install python-sphinx on windows so it works

2009-05-12 Thread Grissiom
On Wed, May 13, 2009 at 01:15, Ondrej Certik wrote: > > On Tue, May 12, 2009 at 10:03 AM, Alan Bromborsky > wrote: > > > > I am running XP in virtual box on Ubuntu. I need to be able to tell > > someone running window how to compile the documentation in the git > > repository so I am trying to

[sympy] Re: choice of python interpreter for isympy

2009-05-12 Thread Aaron S. Meurer
Changing the line to #!/usr/bin/env python did not fix it. I am pretty sure that the problem is what you said, that it cannot find iPython from that directory. I know rather little about this, so I'm not sure if something needs to be changed in __init__.py or if I need to change some env

[sympy] Re: choice of python interpreter for isympy

2009-05-12 Thread Jochen Voß
Hi Araron, 2009/5/12 Aaron S. Meurer : > I too use a Mac, and one thing that I have noticed that doesn't work > is that running ./bin/isympy from the git repository fails to load > iPython (it just loads regular Python).  Just running the isympy > installed with fink works fine, it just has a pro

[sympy] Re: choice of python interpreter for isympy

2009-05-12 Thread Aaron S. Meurer
I too use a Mac, and one thing that I have noticed that doesn't work is that running ./bin/isympy from the git repository fails to load iPython (it just loads regular Python). Just running the isympy installed with fink works fine, it just has a problem loading it from the git version of

[sympy] Re: choice of python interpreter for isympy

2009-05-12 Thread Jochen Voß
Hi Ondrej, 2009/5/12 Ondrej Certik : > On Tue, May 12, 2009 at 1:38 PM, Jochen Voß wrote: >> Would it be possible to change the first line >> of /bin/isympy as follow? >> >>     #! /usr/bin/env python > Yes, I think we should use "/usr/bin/env" too. Ok, I sent a patch to this effect to the symp

[sympy] Re: choice of python interpreter for isympy

2009-05-12 Thread Ondrej Certik
On Tue, May 12, 2009 at 1:38 PM, Jochen Voß wrote: > > Hi, > > currently bin/isympy starts with the line > >     #!/usr/bin/python > > This makes it difficult to use on my system (a MacBook, running MacOS > X), since the ipython and the corresponding version of python are > installed in /sw/bin .

[sympy] Re: issue tracker issues

2009-05-12 Thread Ondrej Certik
On Tue, May 12, 2009 at 1:10 PM, Jochen Voß wrote: > > Hi Ondrey, > > Since I'm new to this, I better ask to make sure: I now set the status > of all three issues to "Fixed".  Is this how it is done?  Or should I > have done something else? Yes, you did it exactly right. I go over all closed iss

[sympy] choice of python interpreter for isympy

2009-05-12 Thread Jochen Voß
Hi, currently bin/isympy starts with the line #!/usr/bin/python This makes it difficult to use on my system (a MacBook, running MacOS X), since the ipython and the corresponding version of python are installed in /sw/bin . Would it be possible to change the first line of /bin/isympy

[sympy] Re: issue tracker issues

2009-05-12 Thread Jochen Voß
Hi Ondrey, Since I'm new to this, I better ask to make sure: I now set the status of all three issues to "Fixed". Is this how it is done? Or should I have done something else? Many thanks, Jochen -- http://seehuhn.de/ --~--~-~--~~~---~--~~ You received this me

[sympy] Re: Could Someone Tell How to Install python-sphinx on windows so it works

2009-05-12 Thread Ondrej Certik
On Tue, May 12, 2009 at 10:03 AM, Alan Bromborsky wrote: > > I am running XP in virtual box on Ubuntu.  I need to be able to tell > someone running window how to compile the documentation in the git > repository so I am trying to do it myself first (Obviously on Linux > there is no problem).  I h

[sympy] Re: issue tracker issues

2009-05-12 Thread Ondrej Certik
On Tue, May 12, 2009 at 6:29 AM, Jochen Voß wrote: > > Hi Ondrey, > > 2009/5/11 Ondrej Certik : >> Thanks a lot! Which email address should I use to add you to the >> google code project? Then you can close them yourself. > :) > > My google address would be best: jochen.voss @ googlemail.com Don

[sympy] Could Someone Tell How to Install python-sphinx on windows so it works

2009-05-12 Thread Alan Bromborsky
I am running XP in virtual box on Ubuntu. I need to be able to tell someone running window how to compile the documentation in the git repository so I am trying to do it myself first (Obviously on Linux there is no problem). I have installed python-sphinx, make, and python-docutils for windo

[sympy] Re: issue tracker issues

2009-05-12 Thread Jochen Voß
Hi Ondrey, 2009/5/11 Ondrej Certik : > Thanks a lot! Which email address should I use to add you to the > google code project? Then you can close them yourself. :) My google address would be best: jochen.voss @ googlemail.com All the best, Jochen -- http://seehuhn.de/ --~--~-~--~~