On Sun, Apr 28, 2013 at 12:42 AM, Fawaz Alazemi <[email protected]>wrote:
> Hi there, > > My name is fawaz. I'm the person who asked to make necessary changes on > the issue in the below link. > > https://code.google.com/p/sympy/issues/detail?id=3685#makechanges > > I'm sorry for asking a lot. But i still don't know how to start. > > I downloaded sympy library from > https://sympy.googlecode.com/files/sympy-0.7.2.tar.gz > > Now that the library is installed. I tried to compile ode.py file using > pydoc (and i also used python command). > > How every i get the error : > "File "ode.py", line 209, in <module> > from sympy.core.compatibility import ordered, iterable, is_sequence, > set_union > ImportError: cannot import name ordered" > > > Could you please help me by telling me what am i doing wrong here? Or at > least give me a hint? > > > -FAWAZ > Please see https://github.com/sympy/sympy/wiki/Development-workflow and especially "Reviewing patches" section for information on how to get the complete code from chappers' branch for testing (as you described it, you downloaded the 0.7.2 release which is now outdated compared to the development version). Next thing you will want to do is to compile the documentation: cd doc; make html First, make sure that Sphinx doesn't output any errors. Second, open the page in _build/html and make sure that it is formatted correctly. Please direct any further questions to the SymPy mailling list (in cc), this way you will get faster replies and everyone can benefit from the answers. Good luck, Cheers, Julien -- 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?hl=en-US. For more options, visit https://groups.google.com/groups/opt_out.
