Can you open an issue for this in our issue tracker (http://code.google.com/p/sympy/issues/list)? I've never seen this error before, but that's probably because I don't use Windows.
Aaron Meurer On Thu, Feb 23, 2012 at 5:22 AM, dennis <[email protected]> wrote: > I don't know if I did everything correctly, but it seems that it doesn't > work. When running bin/use2to3, i get this error: > > Removed trailing whitespace from > py3k-sympy\sympy\physics\quantum\represent.py > Traceback (most recent call last): > File "bin/use2to3", line 132, in <module> > text = f.read() > 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 view this discussion on the web visit > https://groups.google.com/d/msg/sympy/-/pI7Py8DQIB0J. > > 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.
