Changes between Initial Version and Version 1 of Ticket #52960


Ignore:
Timestamp:
Nov 26, 2016, 3:07:28 PM (7 years ago)
Author:
larryv (Lawrence Velázquez)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #52960

    • Property Owner set to tenomoto
    • Property Status changed from new to assigned
    • Property Port magicspp added
  • Ticket #52960 – Description

    initial v1  
    33I recently installed magicspp via macport. I installed it as a variant of the CDO package as well as by itself (just for testing). Magics has a python API and should be callable from python 2.7. In ipython I tested the installation and _Magics.so failed to lead. This occurs no matter if Magics is installed as a variant or stand-alone.
    44
     5{{{
    56ls /opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Magics/
    67_Magics.so*  __init__.py  macro.py     metgram.py
     
    2829     38     return sys.modules[name]
    2930ImportError: No module named _Magics
    30 
    31 There is a newer version of Magicspp available at by the developer but this is not yet in the Macport archive. 
     31}}}
     32There is a newer version of Magicspp available at by the developer but this is not yet in the Macport archive.