From: SourceForge.net <no...@so...> - 2006-05-12 17:55:22
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3726185 By: akameswaran I cleaned my project and built it I got the following error on the console: (Some portions of the message have been changed to protect the guilty, ie file locations and the python file name) Pylint: Executing command line:' C:\Python23\python.exe -u C:\Python23\Lib\site-packages\pylint\lint.py --include-ids=y --persistent=n --comment=n --disable-msg=W0103,W0131,C0103,W0312,W0511 "C:\Documents and Settings\obfuscateName\workspace3\SomeCodeDeskPinger\SDPasswordPing.py"'Pylint: Executing command line:' C:\Python23\python.exe -u C:\Python23\Lib\site-packages\pylint\lint.py --include-ids=y --persistent=n --comment=n --disable-msg=W0103,W0131,C0103,W0312,W0511 "C:\Documents and Settings\obfuscateName\workspace3\SomeCodeDeskPinger\SDPing.py"'Pylint: Executing command line:' C:\Python23\python.exe -u C:\Python23\Lib\site-packages\pylint\lint.py --include-ids=y --persistent=n --comment=n --disable-msg=W0103,W0131,C0103,W0312,W0511 "C:\Documents and Settings\obfuscateName\workspace3\SomeCodeDeskPinger\ThreadedPinger.py"'Pylint: Executing command line:' C:\Python23\python.exe -u C:\Python23\Lib\site-packages\pylint\lint.py --include-ids=y --persistent=n --comment=n --disable-msg=W0103,W0131,C0103,W0312,W0511 "C:\Documents and Settings\obfuscateName\workspace3\SomeCodeDeskPinger\time.py"'Pylint: The stdout of the command line is: Pylint: The stderr of the command line is: Traceback (most recent call last): File "C:\Python23\Lib\site-packages\pylint\lint.py", line 33, in ? from pylint.checkers import utils File "c:\python23\Lib\site-packages\pylint\checkers\__init__.py", line 37, in ? from logilab.astng.utils import ASTWalker ImportError: No module named logilab.astng.utils Pylint: The stdout of the command line is: Pylint: The stderr of the command line is: Traceback (most recent call last): File "C:\Python23\Lib\site-packages\pylint\lint.py", line 33, in ? from pylint.checkers import utils File "c:\python23\Lib\site-packages\pylint\checkers\__init__.py", line 37, in ? from logilab.astng.utils import ASTWalker ImportError: No module named logilab.astng.utils Pylint: The stdout of the command line is: Pylint: The stderr of the command line is: Traceback (most recent call last): File "C:\Python23\Lib\site-packages\pylint\lint.py", line 33, in ? from pylint.checkers import utils File "c:\python23\Lib\site-packages\pylint\checkers\__init__.py", line 37, in ? from logilab.astng.utils import ASTWalker ImportError: No module named logilab.astng.utils Pylint: The stdout of the command line is: Pylint: The stderr of the command line is: Traceback (most recent call last): File "C:\Python23\Lib\site-packages\pylint\lint.py", line 33, in ? from pylint.checkers import utils File "c:\python23\Lib\site-packages\pylint\checkers\__init__.py", line 37, in ? from logilab.astng.utils import ASTWalker ImportError: No module named logilab.astng.utils ______________________________________________________________________ You are receiving this email because you elected to monitor this forum. To stop monitoring this forum, login to SourceForge.net and visit: https://sourceforge.net/forum/unmonitor.php?forum_id=293649 |