Hi, today I was trying to see if it would be possible to do distributed computations in sage using IPythons paraller capabilities, though I'm getting
=================================================================== sage: from IPython.kernel import client --------------------------------------------------------------------------- ImportError Traceback (most recent call last) /home/giniu/<ipython console> in <module>() /opt/sage/local/lib/python2.6/site-packages/IPython/kernel/client.py in <module>() 36 37 from twisted.internet import reactor ---> 38 from IPython.kernel.clientconnector import ClientConnector 39 from IPython.kernel.twistedutil import ReactorInThread 40 from IPython.kernel.twistedutil import blockingCallFromThread /opt/sage/local/lib/python2.6/site-packages/IPython/kernel/clientconnector.py in <module>() 18 from twisted.internet import defer 19 ---> 20 from IPython.kernel.fcutil import Tub, UnauthenticatedTub 21 22 from IPython.kernel.config import config_manager as kernel_config_manager /opt/sage/local/lib/python2.6/site-packages/IPython/kernel/fcutil.py in <module>() 18 import os 19 ---> 20 from foolscap import Tub, UnauthenticatedTub 21 22 def check_furl_file_security(furl_file, secure): ImportError: No module named foolscap =================================================================== so I guess foolscap (http://foolscap.lothar.com/) wasn't included. Was this - after all optional but still - dependency omitted on purpose, i.e. it does not work like it should, or just none tried it yet? If the second, I might give it a shot - it would be nice to build sage cluster using what is already there, and IPython looks promising. Andrzej. -- To post to this group, send an email to sage-devel@googlegroups.com To unsubscribe from this group, send an email to sage-devel+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/sage-devel URL: http://www.sagemath.org