python - Unable to compile PIL/pysqlite after OS X 10.7 Lion upgrade -


after lion upgrade, had reinstall python packages, , ran problem installing pil , pysqlite.

... unable execute gcc-4.2: no such file or directory error: command 'gcc-4.2' failed exit status 1 

turned out had link gcc-4.2, in /developer/usr/bin

i added export path=$path:/developer/usr/bin ~/.bash_profile


Comments

Popular posts from this blog

iphone - Using nested NSDictionary with Picker -

php - accessing mysql using different server to which db connection data is located -

javascript - Iterate over array and calculate average values of array-parts -