Skip to content Skip to sidebar Skip to footer
Showing posts with the label Shared Libraries

How To Create A .dylib C Extension On Mac Os X With Distutils And/or Setuptools?

I need to make a C extension with distutils (and/or setuptools) that can be used BOTH dynamically a… Read more How To Create A .dylib C Extension On Mac Os X With Distutils And/or Setuptools?

Python Shared Libraries: Rtld_global Segfault

I work with a python swig-wrapped C++ library. In it's __init__.py file, it sets the dlopen fla… Read more Python Shared Libraries: Rtld_global Segfault

Importing Cython Generated *.so-module With Another Python-version Or On Another Os

How should a file myModule.cpython-35m-x86_64-linux-gnu.so be imported in python? Is it possible? I… Read more Importing Cython Generated *.so-module With Another Python-version Or On Another Os