I recently installed SimpleCV using the osX-Lion setup instructions at https://github.com/ingenuitas/simplecv
Then I write python in the terminal, and when I try to do the following, I get an error.
import SimpleCV Fatal Python error: (pygame parachute) Segmentation Fault Abort trap: 6
However, when I try to import pygame, I get no errors. Any fix for this? Thanks
source share