Python Muster API – Problem

Viewing 2 posts - 1 through 2 (of 2 total)
  • 12th May 2014 at 9:25 pm #14525

    anyone try the python api on mac ?
    I tried python API on mac os x and i’m currently having this traceback.

    Traceback (most recent call last):
    File “/Users/mdubrois/devs/workspace/tools/ppMuster/api.py”, line 1, in
    import MClientAPI
    File “/Users/mdubrois/devs/workspace/tools/ppMuster/MClientAPI.py”, line 26, in

    _MClientAPI = swig_import_helper()
    File “/Users/mdubrois/devs/workspace/tools/ppMuster/MClientAPI.py”, line 22, in swig_import_helper
    _mod = imp.load_module(‘_MClientAPI’, fp, pathname, description)
    ImportError: dlopen(/Users/mdubrois/devs/workspace/tools/ppMuster/_MClientAPI.so, 2): Library not loaded: ./distributions/mac/Container/Muster8/Contents/Frameworks/libMClientLib.dylib
    Referenced from: /Users/mdubrois/devs/workspace/tools/ppMuster/_MClientAPI.so
    Reason: image not found

    I’m on mac os 10.9.2

    22nd August 2014 at 1:30 pm #15253

    Hi there,

    You basically need the sets of the Muster frameworks available from within the Python installation. You can either copy the .dylib files where your MClientAPI.so file resides, or export the DYLD_LIBRARY_PATH environmental variable to include the Muster frameworks installation path.

Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.