[Python-projects] bug in pylint egg/setup.py
Tim Michelsen
timmichelsen at gmx-topmail.de
Tue Dec 2 23:09:19 CET 2008
Hello,
I tried to install pylint on on windows with easy_install.
It failed:
test\regrtest_data/numarray_import.py ->
build\bdist.win32\egg\pylint\test\regrtest_data/numarray_import.py
test\regrtest_data/numarray_inf.py ->
build\bdist.win32\egg\pylint\test\regrtest_data/numarray_inf.py
test\regrtest_data/package ->
build\bdist.win32\egg\pylint\test\regrtest_data/package
test\regrtest_data/precedence_test.py ->
build\bdist.win32\egg\pylint\test\regrtest_data/precedence_test.py
test\regrtest_data/pygtk_import.py ->
build\bdist.win32\egg\pylint\test\regrtest_data/pygtk_import.py
test\regrtest_data/socketerror_import.py ->
build\bdist.win32\egg\pylint\test\regrtest_data/socketerror_import.py
test\regrtest_data/try_finally_disable_msg_crash.py ->
build\bdist.win32\egg\pylint\test\regrtest_data/try_finally_disable_msg_crash.py
test\regrtest_data\package/AudioTime.py ->
build\bdist.win32\egg\pylint\test\regrtest_data\package/AudioTime.py
test\regrtest_data\package/subpackage ->
build\bdist.win32\egg\pylint\test\regrtest_data\package/subpackage
test\regrtest_data\package/__init__.py ->
build\bdist.win32\egg\pylint\test\regrtest_data\package/__init__.py
test\regrtest_data\package\subpackage/module.py ->
build\bdist.win32\egg\pylint\test\regrtest_data\package\subpackage/module.py
test\regrtest_data\package\subpackage/__init__.py ->
build\bdist.win32\egg\pylint\test\regrtest_data\package\subpackage/__init__.py
Creating missing __init__.py for pylint.test
error: Setup script exited with error: file 'bin\epylint.bat' does not exist
The epylint.bat had to be created by hand and added to bin. Then it worked.
Kind regards,
Timmie
More information about the Python-Projects
mailing list