Thanks Aaron for the reply. I will open an issue for this.

Regards,
Thilina


On Sat, Aug 10, 2013 at 10:03 PM, Aaron Meurer <asmeu...@gmail.com> wrote:

> So since you are using Linux, I would just use your package manager to
> install Python 3. It should be able to coexist alongside Python 2 just
> fine. You just run it using "python3" instead of "python".
>
> Anyway, what you have here is obviously a bug. You should just open an
> issue for it.
>
> Aaron Meurer
>
> On Sat, Aug 10, 2013 at 9:41 AM, Thilina Rathnayake
> <thilina.r...@gmail.com> wrote:
> > Hi Aaron,
> >
> > I am using Fedora 19, 64 bit version. In my machine factor_list() works
> fine
> > since I am
> > using Python 2.7.5. Problem arise when I try to build my code with
> > Travis(after I commit to github).
> > The last link I put shows a Travis report which shows an error when
> Travis
> > try to build my code
> > using Python 3.2
> >
> > Here is the link to the failed build:
> > https://travis-ci.org/sympy/sympy/builds/10036334
> >
> > Regards,
> > Thilina
> >
> >
> >
> >
> > On Sat, Aug 10, 2013 at 8:51 PM, Aaron Meurer <asmeu...@gmail.com>
> wrote:
> >>
> >> On Aug 10, 2013, at 8:25 AM, Thilina Rathnayake <thilina.r...@gmail.com
> >
> >> wrote:
> >>
> >> Hi All,
> >>
> >> Seems like there is a bug in factor_list() function in Python 3.2 and
> >> Python 3.3
> >> For example, factor_list(y**2 + x*y) fail in Python 3 versions.
> >>
> >> Check the end of this Travis build report:
> >> https://travis-ci.org/sympy/sympy/jobs/10036342
> >>
> >> I am currently using python 2.7.5 for my GSoC project and I am afraid I
> >> would
> >> screw things up If I try to install another version in my machine(As I
> did
> >> last time when I tried that).
> >>
> >>
> >> What operating system do you use?
> >>
> >> Aaron Meurer
> >>
> >>
> >> Does any one have the same issue?
> >>
> >> Regards,
> >> Thilina
> >>
> >> --
> >> 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 sympy+unsubscr...@googlegroups.com.
> >> To post to this group, send email to sympy@googlegroups.com.
> >> Visit this group at http://groups.google.com/group/sympy.
> >> 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 sympy+unsubscr...@googlegroups.com.
> >> To post to this group, send email to sympy@googlegroups.com.
> >> Visit this group at http://groups.google.com/group/sympy.
> >> 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 sympy+unsubscr...@googlegroups.com.
> > To post to this group, send email to sympy@googlegroups.com.
> > Visit this group at http://groups.google.com/group/sympy.
> > 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 sympy+unsubscr...@googlegroups.com.
> To post to this group, send email to sympy@googlegroups.com.
> Visit this group at http://groups.google.com/group/sympy.
> 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 sympy+unsubscr...@googlegroups.com.
To post to this group, send email to sympy@googlegroups.com.
Visit this group at http://groups.google.com/group/sympy.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to