#4948: implement the transfer of Mathematica lists back to Sage
-------------------------+--------------------------------------------------
 Reporter:  mabshoff     |       Owner:  cwitty  
     Type:  enhancement  |      Status:  new     
 Priority:  major        |   Milestone:  sage-3.3
Component:  misc         |    Keywords:          
-------------------------+--------------------------------------------------
 Make the following work:
 {{{
 ----------------------------------------------------------------------
 | Sage Version 3.2.3, Release Date: 2009-01-05                       |
 | Type notebook() for the GUI, and license() for information.        |
 ----------------------------------------------------------------------
 sage: slist = [1,2,3]
 sage: mathematica(slist)
 {1, 2, 3}
 sage: list(mathematica(slist))
 ---------------------------------------------------------------------------
 NotImplementedError                       Traceback (most recent call
 last)

 /home/mabshoff/.sage/temp/sage/11670/_home_mabshoff__sage_init_sage_0.py
 in <module>()
 ----> 1
       2
       3
       4
       5

 /usr/local/sage/local/lib/python2.5/site-
 packages/sage/interfaces/expect.pyc in __len__(self)
    1345
    1346     def __len__(self):
 -> 1347         raise NotImplementedError
    1348
    1349     def __reduce__(self):

 NotImplementedError:
 }}}

-- 
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/4948>
Sage <http://sagemath.org/>
Sage - Open Source Mathematical Software: Building the Car Instead of 
Reinventing the Wheel
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"sage-trac" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/sage-trac?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to