Hello, In order to save time, can you tell me what kinds of Diophantine equation you have problems with? If possible, please give me an example.
Thank you On Saturday, March 15, 2014 4:06:48 PM UTC+2, Nguyen Tung wrote: > > Thanks, problem solved > > On Saturday, March 15, 2014 3:20:44 PM UTC+2, SAHIL SHEKHAWAT wrote: >> >> I am sorry for the '$' its actually is to show that this is the command >> which you should run from the command line.. >> run the command without '$' i.e >> python setupegg.py install >> and run only one of the above two commands. >> >> Also, you will find command starting from '$' or '>>>' everywhere. well, >> dont just type these. these are just to show that it was a teminal or >> python shell etc. >> >> ---------- Forwarded message ---------- >> From: Nguyen Tung <[email protected]> >> Date: Sat, Mar 15, 2014 at 6:39 PM >> Subject: Re: [sympy] Re: GSoC 2014 Diophantine equation >> To: [email protected] >> >> >> I'm using Windows, I type exactly what you said and I've cd to the folder >> containing setup.py and setupegg.py. But I got this: >> >> '$' is not recognized as an internal or external command, operable >> program or batch file >> >> On Saturday, March 15, 2014 3:01:12 PM UTC+2, SAHIL SHEKHAWAT wrote: >> >>> Also, on windows you can run the same commands from the powershell. >>> >>> >>> On Sat, Mar 15, 2014 at 6:29 PM, SAHIL SHEKHAWAT >>> <[email protected]>wrote: >>> >>>> 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/c7c62399-6064-417f-b16f-3cace1b26772%40googlegroups.com<https://groups.google.com/d/msgid/sympy/c7c62399-6064-417f-b16f-3cace1b26772%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/8f31a303-6ef3-430e-968e-620e13437226%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
