[Ipython-tickets] [IPython] #232: RemoteController dictionary interface not working as advertised
IPython
ipython-tickets@scipy....
Tue Feb 19 07:55:43 CST 2008
#232: RemoteController dictionary interface not working as advertised
----------------------+-----------------------------------------------------
Reporter: reckoner | Owner: bgranger
Type: defect | Status: new
Priority: normal | Milestone:
Component: ipython1 | Version:
Severity: normal | Keywords:
----------------------+-----------------------------------------------------
I have been going to the material on
http://ipython.scipy.org/moin/Parallel_Computing/Tutorial
and I can't get this to work.
>>> rc[0].execute('print b', block=True)
when I try, I get
---------------------------------------------------------------------------
TypeError Traceback (most recent call
last)
c:\documents and settings\desktop\lms\<ipython console> in <module>()
c:\usr\lib\python2.5\site-packages\ipython1\kernel\multiengineclient.py in
__getitem__(self, key)
TypeError: __getitem__ only takes strs
===================
I am using ipython 0.8.2 and the SVN version of ipython1 from February 5,
2008.
Thanks.
--
Ticket URL: <http://ipython.scipy.org/ipython/ipython/ticket/232>
IPython <http://ipython.scipy.org>
The IPython interactive Python system
More information about the Ipython-tickets
mailing list