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

Cannot Import Shapely.geometry In Python

I am trying to import Multipoint from shapely.geometry in IPython notebook. When I do 'from sha… Read more Cannot Import Shapely.geometry In Python

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?