Ich habe den Mac auf Mountain Lion (10.8) aktualisiert und jetzt funktioniert das Projekt, das ich mit Python und Google App Engine entwickelt habe, nicht.Mountain Lion Update und Merkurbibliotheken Python
GAE Bibliotheken gefunden werden, während Standard-Python-Bibliotheken (diese Python-Bibliotheken sind?) Verpasst werden (z cgi
, logging
, json
).
Wenn ich Eclipse Open (was PyDev hat) Ich erhalte diese Warnung:
abort: couldn't find mercurial libraries in
[/Library/Python/2.7/site-packages/ /usr/local/bin
/Library/Python/2.7/site-packages/pip-1.1-py2.7.egg
/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python27.zip
/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7
/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-darwin
/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac
/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages
/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python
/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-tk
/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-old
/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload
/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/PyObjC
/Library/Python/2.7/site-packages] (check your install and
PYTHONPATH). Command line: hg -y debuginstall
Wer weiß, wie dieses Problem beheben?
Eigentlich das Programm läuft, aber die Dinge, die ärgert mich am meisten in der Import für cgi ein rotes Untergebener mit, Protokollierung, json beacuse nicht durch pydev/eclipse gefunden. Idee dafür? – EsseTi