python

Fix for ModuleNotFoundError: No module named ‘_ctypes’ on ubuntu

First you need to install libffi-dev sudo apt-get install libffi-dev Crete a new virtual environment and pip install Most probably…

5 years ago

Scraping comments of a facebook post

You need to submit your app for review with required permission to access Facebook posts of page in which you…

10 years ago

Library not loaded: libcrypto.1.0.0.dylib issue in mac

You might have come across this error while dealing with the openssl module. Inorder to solve this issue follow the…

11 years ago

Install OpenCV for python in OSX Mavericks 10.9

#Assuming that you have installed Xcode, Command Line Tools, CMake, and Python #Install ScipySuperpack ~$ curl https://raw.github.com/fonnesbeck/ScipySuperpack/master/install_superpack.sh > install_superpack.sh ~$…

12 years ago

Installing pygame in OSX Mavericks

pip install numpy brew install sdl sdl_ttf sdl_image sdl_mixer Download the pygame source. It’s one of the top links. Extract…

12 years ago

This website uses cookies.