I have already given you the commands that you can run from your command line, presuming that you are on linux. just 'cd' into the folder of sympy. there you will find setup.py and setupegg.py files into that folder. then just run
$ python setup.py install if you just want to install and $ python setupegg.py install if you also want to develop. On Sat, Mar 15, 2014 at 6:23 PM, Nguyen Tung <[email protected]> wrote: > Yes, I did nothing but tried to run the file diophantine.py. As you said, > I haven't installed sympy, so can you show to how to install it > step-by-step? I just right-click the the file setup.py, choose "edit with > IDLE" then hit F5, then setupegg.py, hit F5, but i doesn't fix the problem. > > Thanks in advance > > > On Saturday, March 15, 2014 2:40:31 PM UTC+2, SAHIL SHEKHAWAT wrote: > >> Its completely okay to download the source code as zip. >> If i understand correctly The problem you are facing maybe that "sympy" >> is not on you env path and for that you firstly must run >> $ python setup.py install >> from the sympy folder that you just have downloaded and if you want to >> develop on that very copy than just installing then you must run >> $ python setupegg.py install >> which is same as the former one but this time the env path will always >> point to this folder only and you can develop easily on it. >> >> >> >> On Sat, Mar 15, 2014 at 5:47 PM, Nguyen Tung <[email protected]> wrote: >> >>> I downloaded the whole source code by clicking "Download Zip" on this >>> site: >>> >>> https://github.com/sympy/sympy >>> >>> When I runned diophantine.py, it turned out a ImportError: No module >>> named sympy >>> Can you explain why? Is it because the python version I'm using is 2.7? >>> or do you know any other ways to run the code? >>> >>> >>> On Thursday, March 13, 2014 3:41:41 PM UTC+2, Nguyen Tung wrote: >>> >>>> Hi, >>>> My name is Tung. I'm 19 and I'm from Vietnam. I have a question >>>> concerning Diophantine equation. In the very last line of your Ideas list, >>>> you say there is more work to do. So can you tell me more information about >>>> this topic and what exactly need to be done ? >>>> >>> -- >>> You received this message because you are subscribed to the Google >>> Groups "sympy" group. >>> To unsubscribe from this group and stop receiving emails from it, send >>> an email to [email protected]. >>> To post to this group, send email to [email protected]. >>> >>> Visit this group at http://groups.google.com/group/sympy. >>> To view this discussion on the web visit https://groups.google.com/d/ >>> msgid/sympy/ff0dad0d-0ed8-4f2e-9382-0b1e4603685e%40googlegroups.com<https://groups.google.com/d/msgid/sympy/ff0dad0d-0ed8-4f2e-9382-0b1e4603685e%40googlegroups.com?utm_medium=email&utm_source=footer> >>> . >>> >>> For more options, visit https://groups.google.com/d/optout. >>> >> >> -- > You received this message because you are subscribed to the Google Groups > "sympy" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/sympy. > To view this discussion on the web visit > https://groups.google.com/d/msgid/sympy/08da6d10-e5b0-4257-b5a4-3eae2a1180fc%40googlegroups.com<https://groups.google.com/d/msgid/sympy/08da6d10-e5b0-4257-b5a4-3eae2a1180fc%40googlegroups.com?utm_medium=email&utm_source=footer> > . > > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "sympy" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/sympy. To view this discussion on the web visit https://groups.google.com/d/msgid/sympy/CA%2BOR%3DbgxJff0EjHUqpKxv7PcM95F9vs-W6AVpshfPB-nKKwtKA%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
