As a lot of python project all our development is done in python2 and we use automated translation script for testing and releasing of python3 versions.
So, if you want to simply install sympy, download the 0.7.2 version for python3. You can not use the same code for python2 and python3 as they are two different languages. If you want to develop for sympy, you will need the git version and a python2 interpreter. On 14 February 2013 19:14, Tharindu Rusira <[email protected]> wrote: > Hi all, > I am Tharindu Rusira, a Computer Science and Engineering sophomore at > University of Moratuwa. I have found Sympy CAS really interesting and hence > looking forward to contribute as a developer. > > I installed Sympy in Linux(with Python 2.7) and it works fine. I want to > setup Sympy in my Windows environment too and I am hoping to use the same > source files that I have cloned from Github. [1] But I have Python 3.2 in > Windows and my IDE (Eclipse with PyDev) gives me an error [2] because of the > Python version incompatibility. I know the issue can be overcome by using > bin/use2to3 but I want to know how. Any helpful suggestions? > > [1] https://github.com/sympy/sympy > > [2] ImportError: This is the Python 2 version of SymPy. To use SymPy with > Python 3, please obtain a Python 3 version from http://sympy.org, or use the > bin/use2to3 script if you are using the git version. > > > Thank you, > -- > M.P. Tharindu Rusira Kumara > > Department of Computer Science and Engineering, > University of Moratuwa, > Sri Lanka. > +94757033733 > www.tharindu-rusira.blogspot.com > > -- > 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. > For more options, visit https://groups.google.com/groups/opt_out. > > -- 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. For more options, visit https://groups.google.com/groups/opt_out.
