The doctests always fail for me after running the doctests on *py
files:

examples\advanced
\gibbs_phenomenon.py[2] ..                                [OK]

================ tests finished: 1565 passed, in 63.70 seconds
================
Traceback (most recent call last):
  File "bin\doctest", line 54, in <module>
    "blacklist": blacklist, "normal": options.normal})
  File "C:\Users\cps\sympy\py3k-sympy\sympy\utilities\runtests.py",
line 333,
 in doctest
    | pdoctest.IGNORE_EXCEPTION_DETAIL)
  File "C:\Users\cps\sympy\py3k-sympy\sympy\utilities\runtests.py",
line 463,
 in sympytestfile
    text, filename = pdoctest._load_testfile(filename, package,
module_relative,
 encoding)
  File "C:\Python32\lib\doctest.py", line 223, in _load_testfile
    return f.read(), filename
  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 0x8d in position
2029: cha
racter maps to <undefined>

Any idea what might be going wrong?

-- 
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.

Reply via email to