[IPython-dev] Testcrash on trunk

Jörgen Stenarson jorgen.stenarson at bostream.nu
Wed Apr 15 16:24:01 EDT 2009


Fernando Perez skrev:
> If in the meantime you could check to see if the problem is still
> present for you with nose 0.10.4, that would be great.

unfortunately it didn't work. I'll try it on another computer tomorrow.

C:\python\external\ipython-trunk\IPython\tests>iptest
E
======================================================================
ERROR: Failure: AttributeError ('module' object has no attribute 'Release')
----------------------------------------------------------------------
Traceback (most recent call last):
   File 
"c:\python25\lib\site-packages\nose-0.10.4-py2.5.egg\nose\loader.py", lin
e 364, in loadTestsFromName
     addr.filename, addr.module)
   File 
"c:\python25\lib\site-packages\nose-0.10.4-py2.5.egg\nose\importer.py", l
ine 39, in importFromPath
     return self.importFromDir(dir_path, fqname)
   File 
"c:\python25\lib\site-packages\nose-0.10.4-py2.5.egg\nose\importer.py", l
ine 82, in importFromDir
     mod = load_module(part_fqname, fh, filename, desc)
   File "c:\python\external\ipython-trunk\IPython\__init__.py", line 64, 
in <modu
le>
     import IPython.Release as Release
AttributeError: 'module' object has no attribute 'Release'

----------------------------------------------------------------------
Ran 1 test in 0.016s

FAILED (errors=1)

C:\python\external\ipython-trunk\IPython\tests>



More information about the IPython-dev mailing list