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/CA%2BOR%3DbjT5nBw8-RzwyPrZiGosneL1%2B7aTp6XX-qZC38pT%2BjTZQ%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
