On Thu, Apr 24, 2014 at 03:12:28AM -0700, YTC wrote: > >>> import gwy > > Traceback (most recent call last): > > File "<stdin>", line 1, in <module> > > ImportError: Cannot dlopen() libgwyddion2.so.
Well, this is a message I am responsible for... What libgwyddion2* files you have in the Gwyddion's lib directory? I am not sure if the shared libraries get extension .so or .dylib or .bundle or what when you compile Gwyddion on OS X (Rowue, can you enlighten me?). At this moment it looks for libgwyddion2.G_MODULE_SUFFIX, where the G_MODULE_SUFFIX macro is apparently defines as "so". But if OS X has different suffixes for modules and shared libraries (which should be the from the dlopen() point of view) we may need to change this... Regards, Yeti ------------------------------------------------------------------------------ Start Your Social Network Today - Download eXo Platform Build your Enterprise Intranet with eXo Platform Software Java Based Open Source Intranet - Social, Extensible, Cloud Ready Get Started Now And Turn Your Intranet Into A Collaboration Platform http://p.sf.net/sfu/ExoPlatform _______________________________________________ Gwyddion-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/gwyddion-users
