[IPython-dev] Failing trial ipython1

Brian Granger ellisonbg.net at gmail.com
Fri Aug 17 12:33:11 EDT 2007


As Fernando says, the notebook is not part of the core parallel stuff
and is under heavy development.  This is not a problem.  Thanks though

Brian

On 8/14/07, Jussi Rasinmäki <jussi.rasinmaki at helsinki.fi> wrote:
> Hi,
>
> Just informing about a failing ipython1 test suite.
> I installed IPython1 on a cluster following the instruction on
> http://projects.scipy.org/ipython/ipython/browser/ipython/branches/saw/INSTALL.
> The cluster consists of an HP ProLiant DL585 front end node and 128 HP
> ProLiant DL145G2 compute nodes running on Rocks Linux 3.2.0. As I
> don't have the admin privileges on the cluster, I first installed
> Python 2.5.1 in my home directory, hence the strange site-packages
> location in the error message.
> For IPython I tried both the current and development version.
>
> Jussi
> ========================
> trial ipython1 results:
>
> ipython1.test.test_newserialized
>   SerializedTestCase
>     testNDArraySerialized ...                                              [OK]
>     testPickleSerialized ...                                               [OK]
>     testSerializedInterfaces ...                                           [OK]
>                                        [ERROR]
> ipython1.test.util
>   DeferredTestCase
>     runTest ...                                                            [OK]
> ipython1.test.test_pendingdeferred
>   PendingDeferredManagerTest
>     testBasic ...                                                          [OK]
>     testPDA ...                                                            [OK]
> ipython1.test.test_shell
>   BasicShellTest
>     testCommand ...                                                        [OK]
>     testExecute ...                                                        [OK]
>     testPutGet ...                                                         [OK]
>     testUpdate ...                                                         [OK]
> ipython1.test.test_task
>   TaskTest
>     testAbort ...                                                          [OK]
>     testClears ...                                                         [OK]
>     testInfiniteRecoveryLoop ...                                           [OK]
>     testRecoveryTasks ...                                                  [OK]
>     testSetupNS ...                                                        [OK]
>     testSimpleRetries ...                                                  [OK]
>     testTaskIDs ...                                                        [OK]
>     testTaskResults ...                                                    [OK]
> ipython1.test.test_tools_utils
>   utilsTestCase
>     test_foo ...                                                           [OK]
> doctest
>   DocFileCase
>     tst_tools_utils_doctest_txt ...                                        [OK]
>     tst_tools_utils_doctest2_txt ...                                       [OK]
>   DocTestCase
>     extractVars ...                                                        [OK]
>     list_strings ...                                                       [OK]
>     marquee ...                                                            [OK]
>     shexp ...                                                              [OK]
>
> ===============================================================================
> [ERROR]: ipython1.test.test_notebook
>
> Traceback (most recent call last):
>   File "/home/u1/rasinma/local/lib/python2.5/site-packages/twisted/trial/runner.py",
> line 555, in loadPackage
>     module = modinfo.load()
>   File "/home/u1/rasinma/local/lib/python2.5/site-packages/twisted/python/modules.py",
> line 386, in load
>     return self.pathEntry.pythonPath.moduleLoader(self.name)
>   File "/home/u1/rasinma/local/lib/python2.5/site-packages/twisted/python/modules.py",
> line 621, in moduleLoader
>     return self._moduleLoader(modname)
>   File "/home/u1/rasinma/local/lib/python2.5/site-packages/twisted/python/reflect.py",
> line 357, in namedAny
>     topLevelPackage = __import__(trialname)
>   File "/home/u1/rasinma/local/lib/python2.5/site-packages/ipython1-0.9alpha2-py2.5.egg/ipython1/test/test_notebook.py",
> line 22, in <module>
>     from ipython1.notebook import notebook, dbutil, xmlutil
>   File "/home/u1/rasinma/local/lib/python2.5/site-packages/ipython1-0.9alpha2-py2.5.egg/ipython1/notebook/notebook.py",
> line 23, in <module>
>     from ipython1.notebook import models, dbutil, xmlutil
>   File "/home/u1/rasinma/local/lib/python2.5/site-packages/ipython1-0.9alpha2-py2.5.egg/ipython1/notebook/models.py",
> line 547, in <module>
>     tagMapper = mapper(Tag, tagsTable,
> exceptions.NameError: name 'mapper' is not defined
> -------------------------------------------------------------------------------
> Ran 116 tests in 6.780s
>
> FAILED (errors=1, successes=116)
> _______________________________________________
> IPython-dev mailing list
> IPython-dev at scipy.org
> http://lists.ipython.scipy.org/mailman/listinfo/ipython-dev
>



More information about the IPython-dev mailing list