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

linux - Using a Cron Job to check if my mod_wsgi / apache server is running and restart -

actionscript 3 - TweenLite does not work with object -

jQuery Ajax Render Fragments OR Whole Page -