[IPython-dev] ipython unit test failed

Kilian Koepsell python at koepsell.de
Tue Nov 7 14:08:18 EST 2006


hi,

i just compiled and installed ipython1 on mac-intel.
the 'trial ipython1' command gives the following two errors:

> ====================================================================== 
> =========
> [ERROR]: ipython1.test.test_enginepb
>
>   File "/sw/lib/python2.5/site-packages/twisted/python/reflect.py",  
> line 352, in namedAny
>     topLevelPackage = __import__(trialname)
> <type 'exceptions.SyntaxError'>: Non-ASCII character '\xe2' in  
> file /data/ipython1/ipython1/test/test_enginepb.py on line 7, but  
> no encoding declared; see http://www.python.org/peps/pep-0263.html  
> for details (test_enginepb.py, line 6)
> ====================================================================== 
> =========
> [ERROR]: ipython1.test.test_enginevanilla
>
>   File "/sw/lib/python2.5/site-packages/twisted/python/reflect.py",  
> line 352, in namedAny
>     topLevelPackage = __import__(trialname)
> <type 'exceptions.SyntaxError'>: Non-ASCII character '\xe2' in  
> file /data/ipython1/ipython1/test/test_enginevanilla.py on line 6,  
> but no encoding declared; see http://www.python.org/peps/ 
> pep-0263.html for details (test_enginevanilla.py, line 5)
> ---------------------------------------------------------------------- 
> ---------
> Ran 29 tests in 0.481s
>
> FAILED (errors=2, successes=29)

i am using the following versions:
mac osx 10.4.8
python 2.5
ipython 0.7.2
ipython1 from svn
zopeinterface 3.1.0c1
twisted 2.4.0

any idea what's going wrong?

thanks,
   kilian





More information about the IPython-dev mailing list