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

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

ASP.NET Javascript: window.open won't work twice -

jquery - Opera does not change the height of the page. Why? -