파 이 썬 을 사용 하여 ArcGIS 그림 을 보조 합 니 다.-오류 검사.

584 단어 Python
목차
1 중국어 문제
2 ArcPy 모듈 을 찾 을 수 없습니다
1 중국어 문제
Unicode equal comparison failed to convert both arguments to Unicode - interpreting
 UnicodeEncodeError: 'ascii' codec can't encode characters in position 3-6: ordinal not in range(128) 
import sys
reload(sys)
sys.setdefaultencoding('utf8')

2 ArcPy 모듈 을 찾 을 수 없습니다
import sys
##          ArcPy    
sys.path.append(r'D:\SoftwareHome\ESRI\ArcGIS\Desktop10.2\bin')
sys.path.append(r'D:\SoftwareHome\ESRI\ArcGIS\Server\arcpy')

좋은 웹페이지 즐겨찾기