Skip to content

Instantly share code, notes, and snippets.

Created May 27, 2012 08:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/2802919 to your computer and use it in GitHub Desktop.
Save anonymous/2802919 to your computer and use it in GitHub Desktop.
pip install pylint
cls ~ $ pip install pylint
Downloading/unpacking pylint
Real name of requirement pylint is pylint
Downloading pylint-0.25.1.tar.gz (211Kb): 211Kb downloaded
Running setup.py egg_info for package pylint
package init file './test/__init__.py' not found (or not a regular file)
warning: no files found matching '*.html' under directory 'doc'
warning: no files found matching '*.txt2' under directory 'test'
warning: no files found matching 'noext'
Downloading/unpacking logilab-common>=0.53.0 (from pylint)
Real name of requirement logilab-common is logilab-common
Downloading logilab-common-0.57.1.tar.gz (181Kb): 181Kb downloaded
Running setup.py egg_info for package logilab-common
package init file './test/__init__.py' not found (or not a regular file)
Downloading/unpacking logilab-astng>=0.21.1 (from pylint)
Real name of requirement logilab-astng is logilab-astng
Downloading logilab-astng-0.23.1.tar.gz (103Kb): 103Kb downloaded
Running setup.py egg_info for package logilab-astng
package init file './test/__init__.py' not found (or not a regular file)
Installing collected packages: pylint, logilab-common, logilab-astng
Running setup.py install for pylint
package init file './test/__init__.py' not found (or not a regular file)
Skipping implicit fixer: buffer
Skipping implicit fixer: idioms
Skipping implicit fixer: set_literal
Skipping implicit fixer: ws_comma
Can't parse build/lib/pylint/test/input/func_syntax_error.py: ParseError: bad input: type=4, value='\n', context=('', (1, 8))
Can't parse build/lib/pylint/test/input/syntax_error.py: ParseError: bad input: type=1, value='print', context=('', (2, 0))
package init file './test/__init__.py' not found (or not a regular file)
changing mode of build/scripts-3.2/pylint from 644 to 755
changing mode of build/scripts-3.2/pylint-gui from 644 to 755
changing mode of build/scripts-3.2/symilar from 644 to 755
changing mode of build/scripts-3.2/epylint from 644 to 755
changing mode of build/scripts-3.2/pyreverse from 644 to 755
/Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/pylint/test/input/func_assert_2uple.py:4: SyntaxWarning: assertion is always true, perhaps remove parentheses?
assert (1 == 1, 2 == 2), "no error"
/Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/pylint/test/input/func_assert_2uple.py:5: SyntaxWarning: assertion is always true, perhaps remove parentheses?
assert (1 == 1, 2 == 2) #this should generate a warning
/Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/pylint/test/input/func_assert_2uple.py:7: SyntaxWarning: assertion is always true, perhaps remove parentheses?
assert (1 == 1, ), "no error"
/Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/pylint/test/input/func_assert_2uple.py:8: SyntaxWarning: assertion is always true, perhaps remove parentheses?
assert (1 == 1, )
/Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/pylint/test/input/func_assert_2uple.py:9: SyntaxWarning: assertion is always true, perhaps remove parentheses?
assert (1 == 1, 2 == 2, 3 == 5), "no error"
/Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/pylint/test/input/func_assert_2uple.py:11: SyntaxWarning: assertion is always true, perhaps remove parentheses?
assert (True,'error msg') #this should generate a warning
File "/Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/pylint/test/input/func_continue_not_in_loop.py", line 8
continue
^
SyntaxError: 'continue' not properly in loop
File "/Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/pylint/test/input/func_e0001_py30.py", line 12
raise 'exception', 'message'
^
SyntaxError: invalid syntax
File "/Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/pylint/test/input/func_keyword_repeat.py", line 8
function_default_arg(two=5, two=7)
^
SyntaxError: keyword argument repeated
File "/Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/pylint/test/input/func_return_outside_func.py", line 3
return
^
SyntaxError: 'return' outside function
File "/Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/pylint/test/input/func_return_yield_mix.py", line 8
yield 2
SyntaxError: 'return' with argument inside generator
File "/Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/pylint/test/input/func_syntax_error.py", line 1
def toto
^
SyntaxError: invalid syntax
Traceback (most recent call last):
File "/Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/tokenize.py", line 304, in find_cookie
codec = lookup(encoding)
LookupError: unknown encoding: IBO-8859-1
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/Users/cls/build/pylint/setup.py", line 187, in <module>
install()
File "/Users/cls/build/pylint/setup.py", line 183, in install
**kwargs
File "/Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/distutils/core.py", line 148, in setup
dist.run_commands()
File "/Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/distutils/dist.py", line 917, in run_commands
self.run_command(cmd)
File "/Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/distutils/dist.py", line 936, in run_command
cmd_obj.run()
File "/Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/distribute-0.6.26-py3.2.egg/setuptools/command/install.py", line 53, in run
return _install.run(self)
File "/Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/distutils/command/install.py", line 581, in run
self.run_command(cmd_name)
File "/Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/distutils/cmd.py", line 313, in run_command
self.distribution.run_command(command)
File "/Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/distutils/dist.py", line 936, in run_command
cmd_obj.run()
File "/Users/cls/build/pylint/setup.py", line 129, in run
install_lib.install_lib.run(self)
File "/Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/distribute-0.6.26-py3.2.egg/setuptools/command/install_lib.py", line 24, in run
self.byte_compile(outfiles)
File "/Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/distutils/command/install_lib.py", line 133, in byte_compile
dry_run=self.dry_run)
File "/Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/distutils/util.py", line 547, in byte_compile
compile(file, cfile, dfile)
File "/Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/py_compile.py", line 111, in compile
with tokenize.open(file) as f:
File "/Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/tokenize.py", line 344, in open
encoding, lines = detect_encoding(buffer.readline)
File "/Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/tokenize.py", line 324, in detect_encoding
encoding = find_cookie(first)
File "/Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/tokenize.py", line 307, in find_cookie
raise SyntaxError("unknown encoding: " + encoding)
SyntaxError: unknown encoding: IBO-8859-1
Complete output from command /Library/Frameworks/Python.framework/Versions/3.2/Resources/Python.app/Contents/MacOS/Python -c "import setuptools;__file__='/Users/cls/build/pylint/setup.py';exec(compile(open(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" install --single-version-externally-managed --record /var/folders/FV/FVWIL97aGjSdrDdD0Dt66k+++TI/-Tmp-/pip-6s1ci6-record/install-record.txt:
running install
running build
running build_py
creating build
creating build/lib
creating build/lib/pylint
copying ./__init__.py -> build/lib/pylint
copying ./__pkginfo__.py -> build/lib/pylint
copying ./config.py -> build/lib/pylint
copying ./epylint.py -> build/lib/pylint
copying ./gui.py -> build/lib/pylint
copying ./interfaces.py -> build/lib/pylint
copying ./lint.py -> build/lib/pylint
copying ./setup.py -> build/lib/pylint
copying ./utils.py -> build/lib/pylint
creating build/lib/pylint/checkers
copying ./checkers/__init__.py -> build/lib/pylint/checkers
copying ./checkers/base.py -> build/lib/pylint/checkers
copying ./checkers/classes.py -> build/lib/pylint/checkers
copying ./checkers/design_analysis.py -> build/lib/pylint/checkers
copying ./checkers/exceptions.py -> build/lib/pylint/checkers
copying ./checkers/format.py -> build/lib/pylint/checkers
copying ./checkers/imports.py -> build/lib/pylint/checkers
copying ./checkers/logging.py -> build/lib/pylint/checkers
copying ./checkers/misc.py -> build/lib/pylint/checkers
copying ./checkers/newstyle.py -> build/lib/pylint/checkers
copying ./checkers/raw_metrics.py -> build/lib/pylint/checkers
copying ./checkers/similar.py -> build/lib/pylint/checkers
copying ./checkers/string_format.py -> build/lib/pylint/checkers
copying ./checkers/typecheck.py -> build/lib/pylint/checkers
copying ./checkers/utils.py -> build/lib/pylint/checkers
copying ./checkers/variables.py -> build/lib/pylint/checkers
creating build/lib/pylint/pyreverse
copying ./pyreverse/__init__.py -> build/lib/pylint/pyreverse
copying ./pyreverse/diadefslib.py -> build/lib/pylint/pyreverse
copying ./pyreverse/diagrams.py -> build/lib/pylint/pyreverse
copying ./pyreverse/main.py -> build/lib/pylint/pyreverse
copying ./pyreverse/utils.py -> build/lib/pylint/pyreverse
copying ./pyreverse/writer.py -> build/lib/pylint/pyreverse
creating build/lib/pylint/reporters
copying ./reporters/__init__.py -> build/lib/pylint/reporters
copying ./reporters/guireporter.py -> build/lib/pylint/reporters
copying ./reporters/html.py -> build/lib/pylint/reporters
copying ./reporters/text.py -> build/lib/pylint/reporters
package init file './test/__init__.py' not found (or not a regular file)
creating build/lib/pylint/test
copying ./test/smoketest.py -> build/lib/pylint/test
copying ./test/test_format.py -> build/lib/pylint/test
copying ./test/test_func.py -> build/lib/pylint/test
copying ./test/test_func_sample_config.py -> build/lib/pylint/test
copying ./test/test_import_graph.py -> build/lib/pylint/test
copying ./test/test_regr.py -> build/lib/pylint/test
copying ./test/test_similar.py -> build/lib/pylint/test
copying ./test/unittest_checkers_utils.py -> build/lib/pylint/test
copying ./test/unittest_lint.py -> build/lib/pylint/test
copying ./test/unittest_pyreverse_diadefs.py -> build/lib/pylint/test
copying ./test/unittest_pyreverse_writer.py -> build/lib/pylint/test
copying ./test/utils.py -> build/lib/pylint/test
creating build/lib/pylint/test/data
copying ./test/data/__init__.py -> build/lib/pylint/test/data
copying ./test/data/clientmodule_test.py -> build/lib/pylint/test/data
copying ./test/data/suppliermodule_test.py -> build/lib/pylint/test/data
creating build/lib/pylint/test/input
copying ./test/input/__init__.py -> build/lib/pylint/test/input
copying ./test/input/func_3k_removed_stuff_py_30.py -> build/lib/pylint/test/input
copying ./test/input/func___name___access.py -> build/lib/pylint/test/input
copying ./test/input/func_arguments.py -> build/lib/pylint/test/input
copying ./test/input/func_assert_2uple.py -> build/lib/pylint/test/input
copying ./test/input/func_attrs_definition_order.py -> build/lib/pylint/test/input
copying ./test/input/func_backtick_deprecated_py_30.py -> build/lib/pylint/test/input
copying ./test/input/func_bad_assigment_to_exception_var.py -> build/lib/pylint/test/input
copying ./test/input/func_base_stmt_without_effect.py -> build/lib/pylint/test/input
copying ./test/input/func_base_useless_pass.py -> build/lib/pylint/test/input
copying ./test/input/func_block_disable_msg.py -> build/lib/pylint/test/input
copying ./test/input/func_break_or_return_in_try_finally.py -> build/lib/pylint/test/input
copying ./test/input/func_class_access_protected_members.py -> build/lib/pylint/test/input
copying ./test/input/func_class_members.py -> build/lib/pylint/test/input
copying ./test/input/func_continue_not_in_loop.py -> build/lib/pylint/test/input
copying ./test/input/func_dangerous_default.py -> build/lib/pylint/test/input
copying ./test/input/func_defining-attr-methods_order.py -> build/lib/pylint/test/input
copying ./test/input/func_dict_keys.py -> build/lib/pylint/test/input
copying ./test/input/func_docstring.py -> build/lib/pylint/test/input
copying ./test/input/func_dotted_ancestor.py -> build/lib/pylint/test/input
copying ./test/input/func_e0001_py30.py -> build/lib/pylint/test/input
copying ./test/input/func_e0011.py -> build/lib/pylint/test/input
copying ./test/input/func_e0012.py -> build/lib/pylint/test/input
copying ./test/input/func_e0101.py -> build/lib/pylint/test/input
copying ./test/input/func_e0203.py -> build/lib/pylint/test/input
copying ./test/input/func_e0204.py -> build/lib/pylint/test/input
copying ./test/input/func_e0205.py -> build/lib/pylint/test/input
copying ./test/input/func_e0206.py -> build/lib/pylint/test/input
copying ./test/input/func_e0214.py -> build/lib/pylint/test/input
copying ./test/input/func_e0601.py -> build/lib/pylint/test/input
copying ./test/input/func_e12xx.py -> build/lib/pylint/test/input
copying ./test/input/func_e13xx.py -> build/lib/pylint/test/input
copying ./test/input/func_empty_module.py -> build/lib/pylint/test/input
copying ./test/input/func_exceptions_raise_type_error.py -> build/lib/pylint/test/input
copying ./test/input/func_f0001.py -> build/lib/pylint/test/input
copying ./test/input/func_f0401.py -> build/lib/pylint/test/input
copying ./test/input/func_fixme.py -> build/lib/pylint/test/input
copying ./test/input/func_format.py -> build/lib/pylint/test/input
copying ./test/input/func_genexpr_var_scope_py24.py -> build/lib/pylint/test/input
copying ./test/input/func_globals.py -> build/lib/pylint/test/input
copying ./test/input/func_i0010.py -> build/lib/pylint/test/input
copying ./test/input/func_i0011.py -> build/lib/pylint/test/input
copying ./test/input/func_i0012.py -> build/lib/pylint/test/input
copying ./test/input/func_i0013.py -> build/lib/pylint/test/input
copying ./test/input/func_import_syntax_error.py -> build/lib/pylint/test/input
copying ./test/input/func_indent.py -> build/lib/pylint/test/input
copying ./test/input/func_init_vars.py -> build/lib/pylint/test/input
copying ./test/input/func_interfaces.py -> build/lib/pylint/test/input
copying ./test/input/func_keyword_repeat.py -> build/lib/pylint/test/input
copying ./test/input/func_method_could_be_function.py -> build/lib/pylint/test/input
copying ./test/input/func_method_missing_self.py -> build/lib/pylint/test/input
copying ./test/input/func_method_without_self_but_self_assignment.py -> build/lib/pylint/test/input
copying ./test/input/func_module___dict__.py -> build/lib/pylint/test/input
copying ./test/input/func_nameerror_on_string_substitution.py -> build/lib/pylint/test/input
copying ./test/input/func_names_imported_from_module.py -> build/lib/pylint/test/input
copying ./test/input/func_newstyle___slots__.py -> build/lib/pylint/test/input
copying ./test/input/func_newstyle_exceptions.py -> build/lib/pylint/test/input
copying ./test/input/func_newstyle_property.py -> build/lib/pylint/test/input
copying ./test/input/func_newstyle_super.py -> build/lib/pylint/test/input
copying ./test/input/func_noerror_9215_lambda_arg_as_decorator.py -> build/lib/pylint/test/input
copying ./test/input/func_noerror___future___import.py -> build/lib/pylint/test/input
copying ./test/input/func_noerror___init___return_from_inner_function.py -> build/lib/pylint/test/input
copying ./test/input/func_noerror_access_attr_before_def_false_positive.py -> build/lib/pylint/test/input
copying ./test/input/func_noerror_base_init_vars.py -> build/lib/pylint/test/input
copying ./test/input/func_noerror_builtin_module_test.py -> build/lib/pylint/test/input
copying ./test/input/func_noerror_class_attributes.py -> build/lib/pylint/test/input
copying ./test/input/func_noerror_class_decorators_py26.py -> build/lib/pylint/test/input
copying ./test/input/func_noerror_classes_meth_could_be_a_function.py -> build/lib/pylint/test/input
copying ./test/input/func_noerror_classes_meth_signature.py -> build/lib/pylint/test/input
copying ./test/input/func_noerror_classes_protected_member_access.py -> build/lib/pylint/test/input
copying ./test/input/func_noerror_decorator_scope.py -> build/lib/pylint/test/input
copying ./test/input/func_noerror_defined_and_used_on_same_line.py -> build/lib/pylint/test/input
copying ./test/input/func_noerror_e1101_13784.py -> build/lib/pylint/test/input
copying ./test/input/func_noerror_e1101_9588_base_attr_aug_assign.py -> build/lib/pylint/test/input
copying ./test/input/func_noerror_e1101_but_getattr.py -> build/lib/pylint/test/input
copying ./test/input/func_noerror_encoding.py -> build/lib/pylint/test/input
copying ./test/input/func_noerror_except_pass.py -> build/lib/pylint/test/input
copying ./test/input/func_noerror_exception.py -> build/lib/pylint/test/input
copying ./test/input/func_noerror_external_classmethod_crash.py -> build/lib/pylint/test/input
copying ./test/input/func_noerror_factory_method.py -> build/lib/pylint/test/input
copying ./test/input/func_noerror_function_as_method.py -> build/lib/pylint/test/input
copying ./test/input/func_noerror_genexp_in_class_scope.py -> build/lib/pylint/test/input
copying ./test/input/func_noerror_indirect_interface.py -> build/lib/pylint/test/input
copying ./test/input/func_noerror_inner_classes.py -> build/lib/pylint/test/input
copying ./test/input/func_noerror_lambda_use_before_assign.py -> build/lib/pylint/test/input
copying ./test/input/func_noerror_long_utf8_line.py -> build/lib/pylint/test/input
copying ./test/input/func_noerror_mcs_attr_access.py -> build/lib/pylint/test/input
copying ./test/input/func_noerror_nested_classes.py -> build/lib/pylint/test/input
copying ./test/input/func_noerror_new_style_class_py_30.py -> build/lib/pylint/test/input
copying ./test/input/func_noerror_no_warning_docstring.py -> build/lib/pylint/test/input
copying ./test/input/func_noerror_nonregr.py -> build/lib/pylint/test/input
copying ./test/input/func_noerror_object_as_class_attribute.py -> build/lib/pylint/test/input
copying ./test/input/func_noerror_overloaded_operator.py -> build/lib/pylint/test/input
copying ./test/input/func_noerror_overriden_method_varargs.py -> build/lib/pylint/test/input
copying ./test/input/func_noerror_raise_return_self.py -> build/lib/pylint/test/input
copying ./test/input/func_noerror_socket_member.py -> build/lib/pylint/test/input
copying ./test/input/func_noerror_static_method.py -> build/lib/pylint/test/input
copying ./test/input/func_noerror_staticmethod_as_decorator_py24.py -> build/lib/pylint/test/input
copying ./test/input/func_noerror_w0232.py -> build/lib/pylint/test/input
copying ./test/input/func_noerror_yield_assign_py25.py -> build/lib/pylint/test/input
copying ./test/input/func_noerror_yield_return_mix.py -> build/lib/pylint/test/input
copying ./test/input/func_nonregr___file___global.py -> build/lib/pylint/test/input
copying ./test/input/func_operators.py -> build/lib/pylint/test/input
copying ./test/input/func_r0901.py -> build/lib/pylint/test/input
copying ./test/input/func_r0902.py -> build/lib/pylint/test/input
copying ./test/input/func_r0903.py -> build/lib/pylint/test/input
copying ./test/input/func_r0904.py -> build/lib/pylint/test/input
copying ./test/input/func_r0921.py -> build/lib/pylint/test/input
copying ./test/input/func_r0922.py -> build/lib/pylint/test/input
copying ./test/input/func_r0923.py -> build/lib/pylint/test/input
copying ./test/input/func_reqattrs.py -> build/lib/pylint/test/input
copying ./test/input/func_return_outside_func.py -> build/lib/pylint/test/input
copying ./test/input/func_return_yield_mix.py -> build/lib/pylint/test/input
copying ./test/input/func_scope_regrtest.py -> build/lib/pylint/test/input
copying ./test/input/func_syntax_error.py -> build/lib/pylint/test/input
copying ./test/input/func_too_many_locals_arguments.py -> build/lib/pylint/test/input
copying ./test/input/func_too_many_returns_yields.py -> build/lib/pylint/test/input
copying ./test/input/func_toolonglines.py -> build/lib/pylint/test/input
copying ./test/input/func_typecheck_callfunc_assigment.py -> build/lib/pylint/test/input
copying ./test/input/func_typecheck_getattr.py -> build/lib/pylint/test/input
copying ./test/input/func_typecheck_non_callable_call.py -> build/lib/pylint/test/input
copying ./test/input/func_undefined_var.py -> build/lib/pylint/test/input
copying ./test/input/func_unknown_encoding.py -> build/lib/pylint/test/input
copying ./test/input/func_unreachable.py -> build/lib/pylint/test/input
copying ./test/input/func_unused_overridden_argument.py -> build/lib/pylint/test/input
copying ./test/input/func_use_for_or_listcomp_var.py -> build/lib/pylint/test/input
copying ./test/input/func_variables_unused_name_from_wilcard_import.py -> build/lib/pylint/test/input
copying ./test/input/func_w0101.py -> build/lib/pylint/test/input
copying ./test/input/func_w0102.py -> build/lib/pylint/test/input
copying ./test/input/func_w0103.py -> build/lib/pylint/test/input
copying ./test/input/func_w0104.py -> build/lib/pylint/test/input
copying ./test/input/func_w0105.py -> build/lib/pylint/test/input
copying ./test/input/func_w0108.py -> build/lib/pylint/test/input
copying ./test/input/func_w0109.py -> build/lib/pylint/test/input
copying ./test/input/func_w0110.py -> build/lib/pylint/test/input
copying ./test/input/func_w0111.py -> build/lib/pylint/test/input
copying ./test/input/func_w0112.py -> build/lib/pylint/test/input
copying ./test/input/func_w0122_py_30.py -> build/lib/pylint/test/input
copying ./test/input/func_w0133.py -> build/lib/pylint/test/input
copying ./test/input/func_w0151.py -> build/lib/pylint/test/input
copying ./test/input/func_w0152.py -> build/lib/pylint/test/input
copying ./test/input/func_w0202.py -> build/lib/pylint/test/input
copying ./test/input/func_w0205.py -> build/lib/pylint/test/input
copying ./test/input/func_w0223.py -> build/lib/pylint/test/input
copying ./test/input/func_w0231.py -> build/lib/pylint/test/input
copying ./test/input/func_w0233.py -> build/lib/pylint/test/input
copying ./test/input/func_w0302.py -> build/lib/pylint/test/input
copying ./test/input/func_w0312.py -> build/lib/pylint/test/input
copying ./test/input/func_w0331_py_30.py -> build/lib/pylint/test/input
copying ./test/input/func_w0332_py_30.py -> build/lib/pylint/test/input
copying ./test/input/func_w0401.py -> build/lib/pylint/test/input
copying ./test/input/func_w0402.py -> build/lib/pylint/test/input
copying ./test/input/func_w0403.py -> build/lib/pylint/test/input
copying ./test/input/func_w0404.py -> build/lib/pylint/test/input
copying ./test/input/func_w0405.py -> build/lib/pylint/test/input
copying ./test/input/func_w0406.py -> build/lib/pylint/test/input
copying ./test/input/func_w0611.py -> build/lib/pylint/test/input
copying ./test/input/func_w0612.py -> build/lib/pylint/test/input
copying ./test/input/func_w0613.py -> build/lib/pylint/test/input
copying ./test/input/func_w0622.py -> build/lib/pylint/test/input
copying ./test/input/func_w0623.py -> build/lib/pylint/test/input
copying ./test/input/func_w0631.py -> build/lib/pylint/test/input
copying ./test/input/func_w0701_py_30.py -> build/lib/pylint/test/input
copying ./test/input/func_w0702.py -> build/lib/pylint/test/input
copying ./test/input/func_w0703.py -> build/lib/pylint/test/input
copying ./test/input/func_w0704.py -> build/lib/pylint/test/input
copying ./test/input/func_w0705.py -> build/lib/pylint/test/input
copying ./test/input/func_w0801.py -> build/lib/pylint/test/input
copying ./test/input/func_w1201.py -> build/lib/pylint/test/input
copying ./test/input/func_with_without_as_py25.py -> build/lib/pylint/test/input
copying ./test/input/func_yield_outside_func.py -> build/lib/pylint/test/input
copying ./test/input/ignore_except_pass_by_default.py -> build/lib/pylint/test/input
copying ./test/input/indirect1.py -> build/lib/pylint/test/input
copying ./test/input/indirect2.py -> build/lib/pylint/test/input
copying ./test/input/indirect3.py -> build/lib/pylint/test/input
copying ./test/input/syntax_error.py -> build/lib/pylint/test/input
copying ./test/input/w0401_cycle.py -> build/lib/pylint/test/input
copying ./test/input/w0801_same.py -> build/lib/pylint/test/input
Skipping implicit fixer: buffer
Skipping implicit fixer: idioms
Skipping implicit fixer: set_literal
Skipping implicit fixer: ws_comma
Can't parse build/lib/pylint/test/input/func_syntax_error.py: ParseError: bad input: type=4, value='\n', context=('', (1, 8))
Can't parse build/lib/pylint/test/input/syntax_error.py: ParseError: bad input: type=1, value='print', context=('', (2, 0))
package init file './test/__init__.py' not found (or not a regular file)
running build_scripts
creating build/scripts-3.2
copying and adjusting bin/pylint -> build/scripts-3.2
copying and adjusting bin/pylint-gui -> build/scripts-3.2
copying and adjusting bin/symilar -> build/scripts-3.2
copying and adjusting bin/epylint -> build/scripts-3.2
copying and adjusting bin/pyreverse -> build/scripts-3.2
changing mode of build/scripts-3.2/pylint from 644 to 755
changing mode of build/scripts-3.2/pylint-gui from 644 to 755
changing mode of build/scripts-3.2/symilar from 644 to 755
changing mode of build/scripts-3.2/epylint from 644 to 755
changing mode of build/scripts-3.2/pyreverse from 644 to 755
running install_lib
creating /Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/pylint
copying build/lib/pylint/__init__.py -> /Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/pylint
copying build/lib/pylint/__pkginfo__.py -> /Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/pylint
creating /Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/pylint/checkers
copying build/lib/pylint/checkers/__init__.py -> /Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/pylint/checkers
copying build/lib/pylint/checkers/base.py -> /Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/pylint/checkers
copying build/lib/pylint/checkers/classes.py -> /Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/pylint/checkers
copying build/lib/pylint/checkers/design_analysis.py -> /Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/pylint/checkers
copying build/lib/pylint/checkers/exceptions.py -> /Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/pylint/checkers
copying build/lib/pylint/checkers/format.py -> /Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/pylint/checkers
copying build/lib/pylint/checkers/imports.py -> /Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/pylint/checkers
copying build/lib/pylint/checkers/logging.py -> /Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/pylint/checkers
copying build/lib/pylint/checkers/misc.py -> /Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/pylint/checkers
copying build/lib/pylint/checkers/newstyle.py -> /Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/pylint/checkers
copying build/lib/pylint/checkers/raw_metrics.py -> /Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/pylint/checkers
copying build/lib/pylint/checkers/similar.py -> /Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/pylint/checkers
copying build/lib/pylint/checkers/string_format.py -> /Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/pylint/checkers
copying build/lib/pylint/checkers/typecheck.py -> /Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/pylint/checkers
copying build/lib/pylint/checkers/utils.py -> /Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/pylint/checkers
copying build/lib/pylint/checkers/variables.py -> /Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/pylint/checkers
copying build/lib/pylint/config.py -> /Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/pylint
copying build/lib/pylint/epylint.py -> /Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/pylint
copying build/lib/pylint/gui.py -> /Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/pylint
copying build/lib/pylint/interfaces.py -> /Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/pylint
copying build/lib/pylint/lint.py -> /Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/pylint
creating /Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/pylint/pyreverse
copying build/lib/pylint/pyreverse/__init__.py -> /Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/pylint/pyreverse
copying build/lib/pylint/pyreverse/diadefslib.py -> /Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/pylint/pyreverse
copying build/lib/pylint/pyreverse/diagrams.py -> /Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/pylint/pyreverse
copying build/lib/pylint/pyreverse/main.py -> /Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/pylint/pyreverse
copying build/lib/pylint/pyreverse/utils.py -> /Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/pylint/pyreverse
copying build/lib/pylint/pyreverse/writer.py -> /Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/pylint/pyreverse
creating /Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/pylint/reporters
copying build/lib/pylint/reporters/__init__.py -> /Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/pylint/reporters
copying build/lib/pylint/reporters/guireporter.py -> /Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/pylint/reporters
copying build/lib/pylint/reporters/html.py -> /Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/pylint/reporters
copying build/lib/pylint/reporters/text.py -> /Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/pylint/reporters
copying build/lib/pylint/setup.py -> /Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/pylint
creating /Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/pylint/test
creating /Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/pylint/test/data
copying build/lib/pylint/test/data/__init__.py -> /Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/pylint/test/data
copying build/lib/pylint/test/data/clientmodule_test.py -> /Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/pylint/test/data
copying build/lib/pylint/test/data/suppliermodule_test.py -> /Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/pylint/test/data
creating /Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/pylint/test/input
copying build/lib/pylint/test/input/__init__.py -> /Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/pylint/test/input
copying build/lib/pylint/test/input/func_3k_removed_stuff_py_30.py -> /Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/pylint/test/input
copying build/lib/pylint/test/input/func___name___access.py -> /Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/pylint/test/input
copying build/lib/pylint/test/input/func_arguments.py -> /Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/pylint/test/input
copying build/lib/pylint/test/input/func_assert_2uple.py -> /Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/pylint/test/input
copying build/lib/pylint/test/input/func_attrs_definition_order.py -> /Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/pylint/test/input
copying build/lib/pylint/test/input/func_backtick_deprecated_py_30.py -> /Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/pylint/test/input
copying build/lib/pylint/test/input/func_bad_assigment_to_exception_var.py -> /Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/pylint/test/input
copying build/lib/pylint/test/input/func_base_stmt_without_effect.py -> /Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/pylint/test/input
copying build/lib/pylint/test/input/func_base_useless_pass.py -> /Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/pylint/test/input
copying build/lib/pylint/test/input/func_block_disable_msg.py -> /Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/pylint/test/input
copying build/lib/pylint/test/input/func_break_or_return_in_try_finally.py -> /Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/pylint/test/input
copying build/lib/pylint/test/input/func_class_access_protected_members.py -> /Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/pylint/test/input
copying build/lib/pylint/test/input/func_class_members.py -> /Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/pylint/test/input
copying build/lib/pylint/test/input/func_continue_not_in_loop.py -> /Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/pylint/test/input
copying build/lib/pylint/test/input/func_dangerous_default.py -> /Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/pylint/test/input
copying build/lib/pylint/test/input/func_defining-attr-methods_order.py -> /Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/pylint/test/input
copying build/lib/pylint/test/input/func_dict_keys.py -> /Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/pylint/test/input
copying build/lib/pylint/test/input/func_docstring.py -> /Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/pylint/test/input
copying build/lib/pylint/test/input/func_dotted_ancestor.py -> /Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/pylint/test/input
copying build/lib/pylint/test/input/func_e0001_py30.py -> /Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/pylint/test/input
copying build/lib/pylint/test/input/func_e0011.py -> /Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/pylint/test/input
copying build/lib/pylint/test/input/func_e0012.py -> /Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/pylint/test/input
copying build/lib/pylint/test/input/func_e0101.py -> /Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/pylint/test/input
copying build/lib/pylint/test/input/func_e0203.py -> /Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/pylint/test/input
copying build/lib/pylint/test/input/func_e0204.py -> /Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/pylint/test/input
copying build/lib/pylint/test/input/func_e0205.py -> /Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/pylint/test/input
copying build/lib/pylint/test/input/func_e0206.py -> /Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/pylint/test/input
copying build/lib/pylint/test/input/func_e0214.py -> /Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/pylint/test/input
copying build/lib/pylint/test/input/func_e0601.py -> /Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/pylint/test/input
copying build/lib/pylint/test/input/func_e12xx.py -> /Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/pylint/test/input
copying build/lib/pylint/test/input/func_e13xx.py -> /Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/pylint/test/input
copying build/lib/pylint/test/input/func_empty_module.py -> /Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/pylint/test/input
copying build/lib/pylint/test/input/func_exceptions_raise_type_error.py -> /Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/pylint/test/input
copying build/lib/pylint/test/input/func_f0001.py -> /Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/pylint/test/input
copying build/lib/pylint/test/input/func_f0401.py -> /Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/pylint/test/input
copying build/lib/pylint/test/input/func_fixme.py -> /Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/pylint/test/input
copying build/lib/pylint/test/input/func_format.py -> /Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/pylint/test/input
copying build/lib/pylint/test/input/func_genexpr_var_scope_py24.py -> /Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/pylint/test/input
copying build/lib/pylint/test/input/func_globals.py -> /Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/pylint/test/input
copying build/lib/pylint/test/input/func_i0010.py -> /Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/pylint/test/input
copying build/lib/pylint/test/input/func_i0011.py -> /Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/pylint/test/input
copying build/lib/pylint/test/input/func_i0012.py -> /Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/pylint/test/input
copying build/lib/pylint/test/input/func_i0013.py -> /Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/pylint/test/input
copying build/lib/pylint/test/input/func_import_syntax_error.py -> /Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/pylint/test/input
copying build/lib/pylint/test/input/func_indent.py -> /Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/pylint/test/input
copying build/lib/pylint/test/input/func_init_vars.py -> /Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/pylint/test/input
copying build/lib/pylint/test/input/func_interfaces.py -> /Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/pylint/test/input
copying build/lib/pylint/test/input/func_keyword_repeat.py -> /Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/pylint/test/input
copying build/lib/pylint/test/input/func_method_could_be_function.py -> /Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/pylint/test/input
copying build/lib/pylint/test/input/func_method_missing_self.py -> /Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/pylint/test/input
copying build/lib/pylint/test/input/func_method_without_self_but_self_assignment.py -> /Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/pylint/test/input
copying build/lib/pylint/test/input/func_module___dict__.py -> /Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/pylint/test/input
copying build/lib/pylint/test/input/func_nameerror_on_string_substitution.py -> /Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/pylint/test/input
copying build/lib/pylint/test/input/func_names_imported_from_module.py -> /Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/pylint/test/input
copying build/lib/pylint/test/input/func_newstyle___slots__.py -> /Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/pylint/test/input
copying build/lib/pylint/test/input/func_newstyle_exceptions.py -> /Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/pylint/test/input
copying build/lib/pylint/test/input/func_newstyle_property.py -> /Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/pylint/test/input
copying build/lib/pylint/test/input/func_newstyle_super.py -> /Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/pylint/test/input
copying build/lib/pylint/test/input/func_noerror_9215_lambda_arg_as_decorator.py -> /Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/pylint/test/input
copying build/lib/pylint/test/input/func_noerror___future___import.py -> /Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/pylint/test/input
copying build/lib/pylint/test/input/func_noerror___init___return_from_inner_function.py -> /Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/pylint/test/input
copying build/lib/pylint/test/input/func_noerror_access_attr_before_def_false_positive.py -> /Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/pylint/test/input
copying build/lib/pylint/test/input/func_noerror_base_init_vars.py -> /Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/pylint/test/input
copying build/lib/pylint/test/input/func_noerror_builtin_module_test.py -> /Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/pylint/test/input
copying build/lib/pylint/test/input/func_noerror_class_attributes.py -> /Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/pylint/test/input
copying build/lib/pylint/test/input/func_noerror_class_decorators_py26.py -> /Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/pylint/test/input
copying build/lib/pylint/test/input/func_noerror_classes_meth_could_be_a_function.py -> /Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/pylint/test/input
copying build/lib/pylint/test/input/func_noerror_classes_meth_signature.py -> /Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/pylint/test/input
copying build/lib/pylint/test/input/func_noerror_classes_protected_member_access.py -> /Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/pylint/test/input
copying build/lib/pylint/test/input/func_noerror_decorator_scope.py -> /Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/pylint/test/input
copying build/lib/pylint/test/input/func_noerror_defined_and_used_on_same_line.py -> /Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/pylint/test/input
copying build/lib/pylint/test/input/func_noerror_e1101_13784.py -> /Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/pylint/test/input
copying build/lib/pylint/test/input/func_noerror_e1101_9588_base_attr_aug_assign.py -> /Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/pylint/test/input
copying build/lib/pylint/test/input/func_noerror_e1101_but_getattr.py -> /Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/pylint/test/input
copying build/lib/pylint/test/input/func_noerror_encoding.py -> /Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/pylint/test/input
copying build/lib/pylint/test/input/func_noerror_except_pass.py -> /Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/pylint/test/input
copying build/lib/pylint/test/input/func_noerror_exception.py -> /Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/pylint/test/input
copying build/lib/pylint/test/input/func_noerror_external_classmethod_crash.py -> /Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/pylint/test/input
copying build/lib/pylint/test/input/func_noerror_factory_method.py -> /Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/pylint/test/input
copying build/lib/pylint/test/input/func_noerror_function_as_method.py -> /Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/pylint/test/input
copying build/lib/pylint/test/input/func_noerror_genexp_in_class_scope.py -> /Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/pylint/test/input
copying build/lib/pylint/test/input/func_noerror_indirect_interface.py -> /Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/pylint/test/input
copying build/lib/pylint/test/input/func_noerror_inner_classes.py -> /Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/pylint/test/input
copying build/lib/pylint/test/input/func_noerror_lambda_use_before_assign.py -> /Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/pylint/test/input
copying build/lib/pylint/test/input/func_noerror_long_utf8_line.py -> /Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/pylint/test/input
copying build/lib/pylint/test/input/func_noerror_mcs_attr_access.py -> /Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/pylint/test/input
copying build/lib/pylint/test/input/func_noerror_nested_classes.py -> /Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/pylint/test/input
copying build/lib/pylint/test/input/func_noerror_new_style_class_py_30.py -> /Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/pylint/test/input
copying build/lib/pylint/test/input/func_noerror_no_warning_docstring.py -> /Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/pylint/test/input
copying build/lib/pylint/test/input/func_noerror_nonregr.py -> /Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/pylint/test/input
copying build/lib/pylint/test/input/func_noerror_object_as_class_attribute.py -> /Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/pylint/test/input
copying build/lib/pylint/test/input/func_noerror_overloaded_operator.py -> /Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/pylint/test/input
copying build/lib/pylint/test/input/func_noerror_overriden_method_varargs.py -> /Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/pylint/test/input
copying build/lib/pylint/test/input/func_noerror_raise_return_self.py -> /Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/pylint/test/input
copying build/lib/pylint/test/input/func_noerror_socket_member.py -> /Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/pylint/test/input
copying build/lib/pylint/test/input/func_noerror_static_method.py -> /Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/pylint/test/input
copying build/lib/pylint/test/input/func_noerror_staticmethod_as_decorator_py24.py -> /Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/pylint/test/input
copying build/lib/pylint/test/input/func_noerror_w0232.py -> /Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/pylint/test/input
copying build/lib/pylint/test/input/func_noerror_yield_assign_py25.py -> /Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/pylint/test/input
copying build/lib/pylint/test/input/func_noerror_yield_return_mix.py -> /Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/pylint/test/input
copying build/lib/pylint/test/input/func_nonregr___file___global.py -> /Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/pylint/test/input
copying build/lib/pylint/test/input/func_operators.py -> /Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/pylint/test/input
copying build/lib/pylint/test/input/func_r0901.py -> /Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/pylint/test/input
copying build/lib/pylint/test/input/func_r0902.py -> /Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/pylint/test/input
copying build/lib/pylint/test/input/func_r0903.py -> /Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/pylint/test/input
copying build/lib/pylint/test/input/func_r0904.py -> /Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/pylint/test/input
copying build/lib/pylint/test/input/func_r0921.py -> /Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/pylint/test/input
copying build/lib/pylint/test/input/func_r0922.py -> /Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/pylint/test/input
copying build/lib/pylint/test/input/func_r0923.py -> /Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/pylint/test/input
copying build/lib/pylint/test/input/func_reqattrs.py -> /Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/pylint/test/input
copying build/lib/pylint/test/input/func_return_outside_func.py -> /Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/pylint/test/input
copying build/lib/pylint/test/input/func_return_yield_mix.py -> /Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/pylint/test/input
copying build/lib/pylint/test/input/func_scope_regrtest.py -> /Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/pylint/test/input
copying build/lib/pylint/test/input/func_syntax_error.py -> /Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/pylint/test/input
copying build/lib/pylint/test/input/func_too_many_locals_arguments.py -> /Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/pylint/test/input
copying build/lib/pylint/test/input/func_too_many_returns_yields.py -> /Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/pylint/test/input
copying build/lib/pylint/test/input/func_toolonglines.py -> /Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/pylint/test/input
copying build/lib/pylint/test/input/func_typecheck_callfunc_assigment.py -> /Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/pylint/test/input
copying build/lib/pylint/test/input/func_typecheck_getattr.py -> /Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/pylint/test/input
copying build/lib/pylint/test/input/func_typecheck_non_callable_call.py -> /Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/pylint/test/input
copying build/lib/pylint/test/input/func_undefined_var.py -> /Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/pylint/test/input
copying build/lib/pylint/test/input/func_unknown_encoding.py -> /Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/pylint/test/input
copying build/lib/pylint/test/input/func_unreachable.py -> /Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/pylint/test/input
copying build/lib/pylint/test/input/func_unused_overridden_argument.py -> /Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/pylint/test/input
copying build/lib/pylint/test/input/func_use_for_or_listcomp_var.py -> /Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/pylint/test/input
copying build/lib/pylint/test/input/func_variables_unused_name_from_wilcard_import.py -> /Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/pylint/test/input
copying build/lib/pylint/test/input/func_w0101.py -> /Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/pylint/test/input
copying build/lib/pylint/test/input/func_w0102.py -> /Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/pylint/test/input
copying build/lib/pylint/test/input/func_w0103.py -> /Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/pylint/test/input
copying build/lib/pylint/test/input/func_w0104.py -> /Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/pylint/test/input
copying build/lib/pylint/test/input/func_w0105.py -> /Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/pylint/test/input
copying build/lib/pylint/test/input/func_w0108.py -> /Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/pylint/test/input
copying build/lib/pylint/test/input/func_w0109.py -> /Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/pylint/test/input
copying build/lib/pylint/test/input/func_w0110.py -> /Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/pylint/test/input
copying build/lib/pylint/test/input/func_w0111.py -> /Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/pylint/test/input
copying build/lib/pylint/test/input/func_w0112.py -> /Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/pylint/test/input
copying build/lib/pylint/test/input/func_w0122_py_30.py -> /Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/pylint/test/input
copying build/lib/pylint/test/input/func_w0133.py -> /Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/pylint/test/input
copying build/lib/pylint/test/input/func_w0151.py -> /Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/pylint/test/input
copying build/lib/pylint/test/input/func_w0152.py -> /Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/pylint/test/input
copying build/lib/pylint/test/input/func_w0202.py -> /Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/pylint/test/input
copying build/lib/pylint/test/input/func_w0205.py -> /Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/pylint/test/input
copying build/lib/pylint/test/input/func_w0223.py -> /Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/pylint/test/input
copying build/lib/pylint/test/input/func_w0231.py -> /Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/pylint/test/input
copying build/lib/pylint/test/input/func_w0233.py -> /Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/pylint/test/input
copying build/lib/pylint/test/input/func_w0302.py -> /Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/pylint/test/input
copying build/lib/pylint/test/input/func_w0312.py -> /Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/pylint/test/input
copying build/lib/pylint/test/input/func_w0331_py_30.py -> /Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/pylint/test/input
copying build/lib/pylint/test/input/func_w0332_py_30.py -> /Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/pylint/test/input
copying build/lib/pylint/test/input/func_w0401.py -> /Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/pylint/test/input
copying build/lib/pylint/test/input/func_w0402.py -> /Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/pylint/test/input
copying build/lib/pylint/test/input/func_w0403.py -> /Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/pylint/test/input
copying build/lib/pylint/test/input/func_w0404.py -> /Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/pylint/test/input
copying build/lib/pylint/test/input/func_w0405.py -> /Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/pylint/test/input
copying build/lib/pylint/test/input/func_w0406.py -> /Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/pylint/test/input
copying build/lib/pylint/test/input/func_w0611.py -> /Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/pylint/test/input
copying build/lib/pylint/test/input/func_w0612.py -> /Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/pylint/test/input
copying build/lib/pylint/test/input/func_w0613.py -> /Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/pylint/test/input
copying build/lib/pylint/test/input/func_w0622.py -> /Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/pylint/test/input
copying build/lib/pylint/test/input/func_w0623.py -> /Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/pylint/test/input
copying build/lib/pylint/test/input/func_w0631.py -> /Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/pylint/test/input
copying build/lib/pylint/test/input/func_w0701_py_30.py -> /Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/pylint/test/input
copying build/lib/pylint/test/input/func_w0702.py -> /Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/pylint/test/input
copying build/lib/pylint/test/input/func_w0703.py -> /Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/pylint/test/input
copying build/lib/pylint/test/input/func_w0704.py -> /Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/pylint/test/input
copying build/lib/pylint/test/input/func_w0705.py -> /Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/pylint/test/input
copying build/lib/pylint/test/input/func_w0801.py -> /Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/pylint/test/input
copying build/lib/pylint/test/input/func_w1201.py -> /Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/pylint/test/input
copying build/lib/pylint/test/input/func_with_without_as_py25.py -> /Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/pylint/test/input
copying build/lib/pylint/test/input/func_yield_outside_func.py -> /Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/pylint/test/input
copying build/lib/pylint/test/input/ignore_except_pass_by_default.py -> /Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/pylint/test/input
copying build/lib/pylint/test/input/indirect1.py -> /Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/pylint/test/input
copying build/lib/pylint/test/input/indirect2.py -> /Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/pylint/test/input
copying build/lib/pylint/test/input/indirect3.py -> /Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/pylint/test/input
copying build/lib/pylint/test/input/syntax_error.py -> /Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/pylint/test/input
copying build/lib/pylint/test/input/w0401_cycle.py -> /Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/pylint/test/input
copying build/lib/pylint/test/input/w0801_same.py -> /Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/pylint/test/input
copying build/lib/pylint/test/smoketest.py -> /Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/pylint/test
copying build/lib/pylint/test/test_format.py -> /Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/pylint/test
copying build/lib/pylint/test/test_func.py -> /Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/pylint/test
copying build/lib/pylint/test/test_func_sample_config.py -> /Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/pylint/test
copying build/lib/pylint/test/test_import_graph.py -> /Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/pylint/test
copying build/lib/pylint/test/test_regr.py -> /Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/pylint/test
copying build/lib/pylint/test/test_similar.py -> /Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/pylint/test
copying build/lib/pylint/test/unittest_checkers_utils.py -> /Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/pylint/test
copying build/lib/pylint/test/unittest_lint.py -> /Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/pylint/test
copying build/lib/pylint/test/unittest_pyreverse_diadefs.py -> /Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/pylint/test
copying build/lib/pylint/test/unittest_pyreverse_writer.py -> /Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/pylint/test
copying build/lib/pylint/test/utils.py -> /Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/pylint/test
copying build/lib/pylint/utils.py -> /Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/pylint
byte-compiling /Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/pylint/__init__.py to __init__.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/pylint/__pkginfo__.py to __pkginfo__.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/pylint/checkers/__init__.py to __init__.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/pylint/checkers/base.py to base.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/pylint/checkers/classes.py to classes.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/pylint/checkers/design_analysis.py to design_analysis.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/pylint/checkers/exceptions.py to exceptions.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/pylint/checkers/format.py to format.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/pylint/checkers/imports.py to imports.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/pylint/checkers/logging.py to logging.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/pylint/checkers/misc.py to misc.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/pylint/checkers/newstyle.py to newstyle.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/pylint/checkers/raw_metrics.py to raw_metrics.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/pylint/checkers/similar.py to similar.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/pylint/checkers/string_format.py to string_format.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/pylint/checkers/typecheck.py to typecheck.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/pylint/checkers/utils.py to utils.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/pylint/checkers/variables.py to variables.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/pylint/config.py to config.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/pylint/epylint.py to epylint.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/pylint/gui.py to gui.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/pylint/interfaces.py to interfaces.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/pylint/lint.py to lint.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/pylint/pyreverse/__init__.py to __init__.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/pylint/pyreverse/diadefslib.py to diadefslib.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/pylint/pyreverse/diagrams.py to diagrams.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/pylint/pyreverse/main.py to main.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/pylint/pyreverse/utils.py to utils.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/pylint/pyreverse/writer.py to writer.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/pylint/reporters/__init__.py to __init__.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/pylint/reporters/guireporter.py to guireporter.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/pylint/reporters/html.py to html.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/pylint/reporters/text.py to text.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/pylint/setup.py to setup.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/pylint/test/data/__init__.py to __init__.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/pylint/test/data/clientmodule_test.py to clientmodule_test.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/pylint/test/data/suppliermodule_test.py to suppliermodule_test.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/pylint/test/input/__init__.py to __init__.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/pylint/test/input/func_3k_removed_stuff_py_30.py to func_3k_removed_stuff_py_30.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/pylint/test/input/func___name___access.py to func___name___access.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/pylint/test/input/func_arguments.py to func_arguments.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/pylint/test/input/func_assert_2uple.py to func_assert_2uple.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/pylint/test/input/func_attrs_definition_order.py to func_attrs_definition_order.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/pylint/test/input/func_backtick_deprecated_py_30.py to func_backtick_deprecated_py_30.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/pylint/test/input/func_bad_assigment_to_exception_var.py to func_bad_assigment_to_exception_var.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/pylint/test/input/func_base_stmt_without_effect.py to func_base_stmt_without_effect.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/pylint/test/input/func_base_useless_pass.py to func_base_useless_pass.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/pylint/test/input/func_block_disable_msg.py to func_block_disable_msg.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/pylint/test/input/func_break_or_return_in_try_finally.py to func_break_or_return_in_try_finally.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/pylint/test/input/func_class_access_protected_members.py to func_class_access_protected_members.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/pylint/test/input/func_class_members.py to func_class_members.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/pylint/test/input/func_continue_not_in_loop.py to func_continue_not_in_loop.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/pylint/test/input/func_dangerous_default.py to func_dangerous_default.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/pylint/test/input/func_defining-attr-methods_order.py to func_defining-attr-methods_order.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/pylint/test/input/func_dict_keys.py to func_dict_keys.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/pylint/test/input/func_docstring.py to func_docstring.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/pylint/test/input/func_dotted_ancestor.py to func_dotted_ancestor.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/pylint/test/input/func_e0001_py30.py to func_e0001_py30.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/pylint/test/input/func_e0011.py to func_e0011.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/pylint/test/input/func_e0012.py to func_e0012.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/pylint/test/input/func_e0101.py to func_e0101.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/pylint/test/input/func_e0203.py to func_e0203.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/pylint/test/input/func_e0204.py to func_e0204.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/pylint/test/input/func_e0205.py to func_e0205.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/pylint/test/input/func_e0206.py to func_e0206.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/pylint/test/input/func_e0214.py to func_e0214.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/pylint/test/input/func_e0601.py to func_e0601.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/pylint/test/input/func_e12xx.py to func_e12xx.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/pylint/test/input/func_e13xx.py to func_e13xx.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/pylint/test/input/func_empty_module.py to func_empty_module.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/pylint/test/input/func_exceptions_raise_type_error.py to func_exceptions_raise_type_error.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/pylint/test/input/func_f0001.py to func_f0001.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/pylint/test/input/func_f0401.py to func_f0401.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/pylint/test/input/func_fixme.py to func_fixme.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/pylint/test/input/func_format.py to func_format.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/pylint/test/input/func_genexpr_var_scope_py24.py to func_genexpr_var_scope_py24.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/pylint/test/input/func_globals.py to func_globals.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/pylint/test/input/func_i0010.py to func_i0010.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/pylint/test/input/func_i0011.py to func_i0011.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/pylint/test/input/func_i0012.py to func_i0012.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/pylint/test/input/func_i0013.py to func_i0013.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/pylint/test/input/func_import_syntax_error.py to func_import_syntax_error.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/pylint/test/input/func_indent.py to func_indent.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/pylint/test/input/func_init_vars.py to func_init_vars.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/pylint/test/input/func_interfaces.py to func_interfaces.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/pylint/test/input/func_keyword_repeat.py to func_keyword_repeat.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/pylint/test/input/func_method_could_be_function.py to func_method_could_be_function.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/pylint/test/input/func_method_missing_self.py to func_method_missing_self.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/pylint/test/input/func_method_without_self_but_self_assignment.py to func_method_without_self_but_self_assignment.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/pylint/test/input/func_module___dict__.py to func_module___dict__.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/pylint/test/input/func_nameerror_on_string_substitution.py to func_nameerror_on_string_substitution.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/pylint/test/input/func_names_imported_from_module.py to func_names_imported_from_module.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/pylint/test/input/func_newstyle___slots__.py to func_newstyle___slots__.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/pylint/test/input/func_newstyle_exceptions.py to func_newstyle_exceptions.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/pylint/test/input/func_newstyle_property.py to func_newstyle_property.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/pylint/test/input/func_newstyle_super.py to func_newstyle_super.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/pylint/test/input/func_noerror_9215_lambda_arg_as_decorator.py to func_noerror_9215_lambda_arg_as_decorator.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/pylint/test/input/func_noerror___future___import.py to func_noerror___future___import.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/pylint/test/input/func_noerror___init___return_from_inner_function.py to func_noerror___init___return_from_inner_function.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/pylint/test/input/func_noerror_access_attr_before_def_false_positive.py to func_noerror_access_attr_before_def_false_positive.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/pylint/test/input/func_noerror_base_init_vars.py to func_noerror_base_init_vars.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/pylint/test/input/func_noerror_builtin_module_test.py to func_noerror_builtin_module_test.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/pylint/test/input/func_noerror_class_attributes.py to func_noerror_class_attributes.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/pylint/test/input/func_noerror_class_decorators_py26.py to func_noerror_class_decorators_py26.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/pylint/test/input/func_noerror_classes_meth_could_be_a_function.py to func_noerror_classes_meth_could_be_a_function.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/pylint/test/input/func_noerror_classes_meth_signature.py to func_noerror_classes_meth_signature.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/pylint/test/input/func_noerror_classes_protected_member_access.py to func_noerror_classes_protected_member_access.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/pylint/test/input/func_noerror_decorator_scope.py to func_noerror_decorator_scope.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/pylint/test/input/func_noerror_defined_and_used_on_same_line.py to func_noerror_defined_and_used_on_same_line.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/pylint/test/input/func_noerror_e1101_13784.py to func_noerror_e1101_13784.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/pylint/test/input/func_noerror_e1101_9588_base_attr_aug_assign.py to func_noerror_e1101_9588_base_attr_aug_assign.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/pylint/test/input/func_noerror_e1101_but_getattr.py to func_noerror_e1101_but_getattr.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/pylint/test/input/func_noerror_encoding.py to func_noerror_encoding.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/pylint/test/input/func_noerror_except_pass.py to func_noerror_except_pass.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/pylint/test/input/func_noerror_exception.py to func_noerror_exception.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/pylint/test/input/func_noerror_external_classmethod_crash.py to func_noerror_external_classmethod_crash.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/pylint/test/input/func_noerror_factory_method.py to func_noerror_factory_method.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/pylint/test/input/func_noerror_function_as_method.py to func_noerror_function_as_method.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/pylint/test/input/func_noerror_genexp_in_class_scope.py to func_noerror_genexp_in_class_scope.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/pylint/test/input/func_noerror_indirect_interface.py to func_noerror_indirect_interface.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/pylint/test/input/func_noerror_inner_classes.py to func_noerror_inner_classes.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/pylint/test/input/func_noerror_lambda_use_before_assign.py to func_noerror_lambda_use_before_assign.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/pylint/test/input/func_noerror_long_utf8_line.py to func_noerror_long_utf8_line.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/pylint/test/input/func_noerror_mcs_attr_access.py to func_noerror_mcs_attr_access.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/pylint/test/input/func_noerror_nested_classes.py to func_noerror_nested_classes.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/pylint/test/input/func_noerror_new_style_class_py_30.py to func_noerror_new_style_class_py_30.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/pylint/test/input/func_noerror_no_warning_docstring.py to func_noerror_no_warning_docstring.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/pylint/test/input/func_noerror_nonregr.py to func_noerror_nonregr.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/pylint/test/input/func_noerror_object_as_class_attribute.py to func_noerror_object_as_class_attribute.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/pylint/test/input/func_noerror_overloaded_operator.py to func_noerror_overloaded_operator.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/pylint/test/input/func_noerror_overriden_method_varargs.py to func_noerror_overriden_method_varargs.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/pylint/test/input/func_noerror_raise_return_self.py to func_noerror_raise_return_self.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/pylint/test/input/func_noerror_socket_member.py to func_noerror_socket_member.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/pylint/test/input/func_noerror_static_method.py to func_noerror_static_method.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/pylint/test/input/func_noerror_staticmethod_as_decorator_py24.py to func_noerror_staticmethod_as_decorator_py24.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/pylint/test/input/func_noerror_w0232.py to func_noerror_w0232.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/pylint/test/input/func_noerror_yield_assign_py25.py to func_noerror_yield_assign_py25.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/pylint/test/input/func_noerror_yield_return_mix.py to func_noerror_yield_return_mix.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/pylint/test/input/func_nonregr___file___global.py to func_nonregr___file___global.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/pylint/test/input/func_operators.py to func_operators.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/pylint/test/input/func_r0901.py to func_r0901.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/pylint/test/input/func_r0902.py to func_r0902.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/pylint/test/input/func_r0903.py to func_r0903.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/pylint/test/input/func_r0904.py to func_r0904.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/pylint/test/input/func_r0921.py to func_r0921.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/pylint/test/input/func_r0922.py to func_r0922.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/pylint/test/input/func_r0923.py to func_r0923.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/pylint/test/input/func_reqattrs.py to func_reqattrs.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/pylint/test/input/func_return_outside_func.py to func_return_outside_func.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/pylint/test/input/func_return_yield_mix.py to func_return_yield_mix.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/pylint/test/input/func_scope_regrtest.py to func_scope_regrtest.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/pylint/test/input/func_syntax_error.py to func_syntax_error.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/pylint/test/input/func_too_many_locals_arguments.py to func_too_many_locals_arguments.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/pylint/test/input/func_too_many_returns_yields.py to func_too_many_returns_yields.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/pylint/test/input/func_toolonglines.py to func_toolonglines.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/pylint/test/input/func_typecheck_callfunc_assigment.py to func_typecheck_callfunc_assigment.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/pylint/test/input/func_typecheck_getattr.py to func_typecheck_getattr.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/pylint/test/input/func_typecheck_non_callable_call.py to func_typecheck_non_callable_call.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/pylint/test/input/func_undefined_var.py to func_undefined_var.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/pylint/test/input/func_unknown_encoding.py to func_unknown_encoding.pyc
/Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/pylint/test/input/func_assert_2uple.py:4: SyntaxWarning: assertion is always true, perhaps remove parentheses?
assert (1 == 1, 2 == 2), "no error"
/Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/pylint/test/input/func_assert_2uple.py:5: SyntaxWarning: assertion is always true, perhaps remove parentheses?
assert (1 == 1, 2 == 2) #this should generate a warning
/Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/pylint/test/input/func_assert_2uple.py:7: SyntaxWarning: assertion is always true, perhaps remove parentheses?
assert (1 == 1, ), "no error"
/Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/pylint/test/input/func_assert_2uple.py:8: SyntaxWarning: assertion is always true, perhaps remove parentheses?
assert (1 == 1, )
/Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/pylint/test/input/func_assert_2uple.py:9: SyntaxWarning: assertion is always true, perhaps remove parentheses?
assert (1 == 1, 2 == 2, 3 == 5), "no error"
/Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/pylint/test/input/func_assert_2uple.py:11: SyntaxWarning: assertion is always true, perhaps remove parentheses?
assert (True,'error msg') #this should generate a warning
File "/Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/pylint/test/input/func_continue_not_in_loop.py", line 8
continue
^
SyntaxError: 'continue' not properly in loop
File "/Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/pylint/test/input/func_e0001_py30.py", line 12
raise 'exception', 'message'
^
SyntaxError: invalid syntax
File "/Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/pylint/test/input/func_keyword_repeat.py", line 8
function_default_arg(two=5, two=7)
^
SyntaxError: keyword argument repeated
File "/Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/pylint/test/input/func_return_outside_func.py", line 3
return
^
SyntaxError: 'return' outside function
File "/Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/pylint/test/input/func_return_yield_mix.py", line 8
yield 2
SyntaxError: 'return' with argument inside generator
File "/Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/pylint/test/input/func_syntax_error.py", line 1
def toto
^
SyntaxError: invalid syntax
Traceback (most recent call last):
File "/Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/tokenize.py", line 304, in find_cookie
codec = lookup(encoding)
LookupError: unknown encoding: IBO-8859-1
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/Users/cls/build/pylint/setup.py", line 187, in <module>
install()
File "/Users/cls/build/pylint/setup.py", line 183, in install
**kwargs
File "/Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/distutils/core.py", line 148, in setup
dist.run_commands()
File "/Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/distutils/dist.py", line 917, in run_commands
self.run_command(cmd)
File "/Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/distutils/dist.py", line 936, in run_command
cmd_obj.run()
File "/Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/distribute-0.6.26-py3.2.egg/setuptools/command/install.py", line 53, in run
return _install.run(self)
File "/Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/distutils/command/install.py", line 581, in run
self.run_command(cmd_name)
File "/Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/distutils/cmd.py", line 313, in run_command
self.distribution.run_command(command)
File "/Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/distutils/dist.py", line 936, in run_command
cmd_obj.run()
File "/Users/cls/build/pylint/setup.py", line 129, in run
install_lib.install_lib.run(self)
File "/Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/distribute-0.6.26-py3.2.egg/setuptools/command/install_lib.py", line 24, in run
self.byte_compile(outfiles)
File "/Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/distutils/command/install_lib.py", line 133, in byte_compile
dry_run=self.dry_run)
File "/Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/distutils/util.py", line 547, in byte_compile
compile(file, cfile, dfile)
File "/Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/py_compile.py", line 111, in compile
with tokenize.open(file) as f:
File "/Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/tokenize.py", line 344, in open
encoding, lines = detect_encoding(buffer.readline)
File "/Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/tokenize.py", line 324, in detect_encoding
encoding = find_cookie(first)
File "/Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/tokenize.py", line 307, in find_cookie
raise SyntaxError("unknown encoding: " + encoding)
SyntaxError: unknown encoding: IBO-8859-1
----------------------------------------
Command /Library/Frameworks/Python.framework/Versions/3.2/Resources/Python.app/Contents/MacOS/Python -c "import setuptools;__file__='/Users/cls/build/pylint/setup.py';exec(compile(open(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" install --single-version-externally-managed --record /var/folders/FV/FVWIL97aGjSdrDdD0Dt66k+++TI/-Tmp-/pip-6s1ci6-record/install-record.txt failed with error code 1 in /Users/cls/build/pylint
Storing complete log in /Users/cls/.pip/pip.log
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment