This is only in Python 3? Aaron Meurer
On Wed, Jan 4, 2012 at 9:15 PM, smichr <[email protected]> wrote: > I also get similar failures when running the tests: > > sympy\polys\tests > \test_sqfreetools.py[3] ... [OK] > Traceback (most recent call last): > File "bin\test", line 61, in <module> > "sort": options.sort, "seed": options.seed, "slow": options.slow, > "timeout": > options.timeout}) > File "C:\Users\cps\sympy\py3k-sympy\sympy\utilities\runtests.py", > line 203, > in test > return t.test(sort=sort, timeout=timeout, slow=slow) > File "C:\Users\cps\sympy\py3k-sympy\sympy\utilities\runtests.py", > line 529, > in test > self.test_file(f, sort, timeout, slow) > File "C:\Users\cps\sympy\py3k-sympy\sympy\utilities\runtests.py", > line 542, > in test_file > exec(compile(open(filename).read(), filename, 'exec'), gl) > File "C:\Python32\lib\encodings\cp1252.py", line 23, in decode > return codecs.charmap_decode(input,self.errors,decoding_table)[0] > UnicodeDecodeError: 'charmap' codec can't decode byte 0x81 in position > 5511: cha > racter maps to <undefined> > > -- > You received this message because you are subscribed to the Google Groups > "sympy" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/sympy?hl=en. > -- You received this message because you are subscribed to the Google Groups "sympy" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/sympy?hl=en.
