Created
March 21, 2013 20:29
-
-
Save stsievert/5216431 to your computer and use it in GitHub Desktop.
Trying to install ipython's qtconsole.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
> iptest | |
********************************************************************** | |
IPython test group: IPython.config | |
.............................................. | |
---------------------------------------------------------------------- | |
Ran 46 tests in 0.054s | |
OK | |
********************************************************************** | |
IPython test group: IPython.core | |
.................................................................................................................................................................................................................................................................................................................................................................................................................................................................................K......... | |
---------------------------------------------------------------------- | |
Ran 480 tests in 12.132s | |
OK (KNOWNFAIL=1) | |
********************************************************************** | |
IPython test group: IPython.extensions | |
...... | |
---------------------------------------------------------------------- | |
Ran 6 tests in 1.153s | |
OK | |
********************************************************************** | |
IPython test group: IPython.frontend | |
.................Qt internal error: qt_menu.nib could not be loaded. The .nib file should be placed in QtGui.framework/Versions/Current/Resources/ or in the resources directory of your application bundle. | |
********************************************************************** | |
IPython test group: IPython.lib | |
...................................... | |
---------------------------------------------------------------------- | |
Ran 39 tests in 3.484s | |
OK | |
********************************************************************** | |
IPython test group: IPython.testing | |
..............................S....S......................S | |
---------------------------------------------------------------------- | |
Ran 63 tests in 0.126s | |
OK (SKIP=3) | |
********************************************************************** | |
IPython test group: IPython.utils | |
..............................................................................SS...S..............S............S..S.................................................................................................................. | |
---------------------------------------------------------------------- | |
Ran 231 tests in 1.334s | |
OK (SKIP=6) | |
********************************************************************** | |
IPython test group: IPython.nbformat | |
...................................................... | |
---------------------------------------------------------------------- | |
Ran 54 tests in 0.044s | |
OK | |
********************************************************************** | |
IPython test group: IPython.zmq | |
....EE....... | |
====================================================================== | |
ERROR: test suite for <module 'IPython.zmq.tests.test_message_spec' from '/Users/scott/anaconda/lib/python2.7/site-packages/IPython/zmq/tests/test_message_spec.pyc'> | |
---------------------------------------------------------------------- | |
Traceback (most recent call last): | |
File "/Users/scott/anaconda/lib/python2.7/site-packages/nose/suite.py", line 208, in run | |
self.setUp() | |
File "/Users/scott/anaconda/lib/python2.7/site-packages/nose/suite.py", line 291, in setUp | |
self.setupContext(ancestor) | |
File "/Users/scott/anaconda/lib/python2.7/site-packages/nose/suite.py", line 314, in setupContext | |
try_run(context, names) | |
File "/Users/scott/anaconda/lib/python2.7/site-packages/nose/util.py", line 478, in try_run | |
return func() | |
File "/Users/scott/anaconda/lib/python2.7/site-packages/IPython/zmq/tests/test_message_spec.py", line 40, in setup | |
KM.shell_channel.get_msg(block=True, timeout=5) | |
File "/Users/scott/anaconda/lib/python2.7/site-packages/IPython/zmq/blockingkernelmanager.py", line 93, in get_msg | |
return self._in_queue.get(block, timeout) | |
File "/Users/scott/anaconda/lib/python2.7/Queue.py", line 176, in get | |
raise Empty | |
Empty | |
====================================================================== | |
ERROR: initialization arguments for Session | |
---------------------------------------------------------------------- | |
Traceback (most recent call last): | |
File "/Users/scott/anaconda/lib/python2.7/site-packages/zmq/tests/__init__.py", line 76, in tearDown | |
raise RuntimeError("context could not terminate, open sockets likely remain in test") | |
RuntimeError: context could not terminate, open sockets likely remain in test | |
---------------------------------------------------------------------- | |
Ran 12 tests in 12.709s | |
FAILED (errors=2) | |
Exception TypeError: TypeError("'NoneType' object is not callable",) in <bound method BlockingKernelManager.__del__ of <IPython.zmq.blockingkernelmanager.BlockingKernelManager object at 0x1093adb50>> ignored | |
********************************************************************** | |
IPython test group: IPython.parallel | |
.......................................................................................................S.....................................................................S | |
---------------------------------------------------------------------- | |
Ran 175 tests in 48.586s | |
OK (SKIP=2) | |
********************************************************************** | |
Test suite completed for system with the following information: | |
{'commit_hash': '177894e', | |
'commit_source': 'installation', | |
'default_encoding': 'UTF-8', | |
'ipython_path': '/Users/scott/anaconda/lib/python2.7/site-packages/IPython', | |
'ipython_version': '0.13.1', | |
'os_name': 'posix', | |
'platform': 'Darwin-12.2.1-x86_64-i386-64bit', | |
'sys_executable': '/Users/scott/anaconda/bin/python', | |
'sys_platform': 'darwin', | |
'sys_version': '2.7.3 |AnacondaCE 1.3.1 (x86_64)| (default, Jan 10 2013, 12:10:41) \n[GCC 4.0.1 (Apple Inc. build 5493)]'} | |
Tools and libraries available at test time: | |
curses cython matplotlib numpy pexpect pygments qt sqlite3 tornado zmq | |
Tools and libraries NOT available at test time: | |
oct2py pymongo rpy2 wx wx.aui | |
Ran 10 test groups in 94.539s | |
Status: | |
ERROR - 2 out of 10 test groups failed. | |
---------------------------------------- | |
Runner failed: IPython.frontend | |
You may wish to rerun this one individually, with: | |
/Users/scott/anaconda/bin/python /Users/scott/anaconda/lib/python2.7/site-packages/IPython/testing/iptest.py IPython.frontend | |
---------------------------------------- | |
Runner failed: IPython.zmq | |
You may wish to rerun this one individually, with: | |
/Users/scott/anaconda/bin/python /Users/scott/anaconda/lib/python2.7/site-packages/IPython/testing/iptest.py IPython.zmq |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment