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

Trouble Installing Pygame Using Pip Install

I tried: c:/python34/scripts/pip install http://bitbucket.org/pygame/pygame and got this error: Can… Read more Trouble Installing Pygame Using Pip Install

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

Libpython Error While Building Youcompleteme

I am building YouCompleteMe plugin of vim, following this document. When I run make I get the follo… Read more Libpython Error While Building Youcompleteme

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?