Closed
Description
I'm trying to use pythonnet in order to import a DLL assembly and use it in python. I've seen in some other threads that some people got it working. But when I try to use it I get
>>> import clr Traceback (most recent call last): File "<stdin>", line 1, in <module> ImportError: dlopen(/Users/riccardodelutio/anaconda2/lib/python2.7/site-packages/clr.so, 2): Library not loaded: /usr/local/opt/glib/lib/libglib-2.0.0.dylib Referenced from: /Users/riccardodelutio/anaconda2/lib/python2.7/site-packages/clr.so Reason: image not found
I've seen the thread #120 proposed a patch but I'm not sure if that will fix my problem.
Thank you!