ImportError'a neden olan şey: os X'de Python'un yükseltilmesinden sonra pkg_resources adında bir modül yok mu?
Python'u Mac'imde 2.6.4'e güncelledim. Dmg paketinden kurdum. Ben ekledi böylece ikili, doğru benim Python yolunu ayarlamak görünmüyordu '/usr/local/lib/python2.6/site-packages'içinde.bash_profile >>> pprint.pprint(sys.path) ['', '/Users/Bryan/work/django-trunk', '/usr/local/lib/python2.6/site-packages', '/Library/Frameworks/Python.framework/Versions/2.6/lib/python26.zip', '/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6', '/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/plat-darwin', '/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/plat-mac', '/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/plat-mac/lib-scriptpackages', '/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/lib-tk', '/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/lib-old', '/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/lib-dynload', '/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site-packages'] Görünüşe göre bu gerekli tüm yollar değil çünkü iPython'u çalıştıramıyorum. $ ipython Traceback (most recent call last): File …