In the editing development process, cannot implement the comment, a comment will be error, as shown in:
141108 14:13:01.264:s [main] [com.android.monkeyrunner.MonkeyRunnerOptions] Script terminated due to an exception
141108 14:13:01.264:s [main] [com.android.monkeyrunner.monkeyrunneroptions]syntaxerror:non-ascii character in file ' D : \javawork\monkeyrunnertest\src\uninstallapk.py ', but no encoding declared; See http://www.python.org/peps/pep-0263.html for details
141108 14:13:01.264:s [main] [com.android.monkeyrunner.MonkeyRunnerOptions] at Org.python.core.Py.SyntaxError ( py.java:166)
141108 14:13:01.264:s [main] [com.android.monkeyrunner.MonkeyRunnerOptions] at Org.python.core.ParserFacade.fixParseError (parserfacade.java:102)
141108 14:13:01.264:s [main] [com.android.monkeyrunner.MonkeyRunnerOptions] at Org.python.core.ParserFacade.parse ( parserfacade.java:184)
141108 14:13:01.264:s [main] [com.android.monkeyrunner.MonkeyRunnerOptions] at Org.python.core.Py.compile_flags ( py.java:1731)
141108 14:13:01.264:s [main] [com.android.monkeyrunner.MonkeyRunnerOptions] at Org.python.core.__builtin__.execfile _flags (__builtin__.java:514)
141108 14:13:01.264:s [main] [com.android.monkeyrunner.MonkeyRunnerOptions] at Org.python.util.PythonInterpreter.execfile (pythoninterpreter.java:225)
141108 14:13:01.264:s [main] [com.android.monkeyrunner.MonkeyRunnerOptions] at Com.android.monkeyrunner.ScriptRunner.run (scriptrunner.java:116)
141108 14:13:01.264:s [main] [com.android.monkeyrunner.MonkeyRunnerOptions] at Com.android.monkeyrunner.MonkeyRunnerStarter.run (monkeyrunnerstarter.java:77)
141108 14:13:01.264:s [main] [com.android.monkeyrunner.MonkeyRunnerOptions] at Com.android.monkeyrunner.MonkeyRunnerStarter.main (monkeyrunnerstarter.java:189)
The cause of the error is not added
#-*-Coding:utf-8-*-Notes
The reason is Chinese does not recognize, need to add a character code comment
There are other ways to fix this, like in Windows->preferences, but I'm going to try and get an error.
Eclipse+pydev+python+monkeyrunner Development environment