| Summary: | не хватает pychcker, pychecker2 | ||
|---|---|---|---|
| Product: | Sisyphus | Reporter: | Sergey Alembekov <rt> |
| Component: | spe | Assignee: | Fr. Br. George <george> |
| Status: | CLOSED FIXED | QA Contact: | qa-sisyphus |
| Severity: | major | ||
| Priority: | P2 | CC: | boris, george |
| Version: | unstable | ||
| Hardware: | all | ||
| OS: | Linux | ||
*** Bug 17899 has been marked as a duplicate of this bug. *** *** Bug 19366 has been marked as a duplicate of this bug. *** |
при попытке запуска: rt@localhost python2.5/site-packages/_spe $ spe SPE v0.8.4.h (c)2003-2008 www.stani.be If spe fails to start: - type "python SPE.py --debug > debug.txt 2>&1" at the command prompt (or if you use tcsh: "python SPE.py --debug >& debug.txt") - send debug.txt with some info to spe.stani.be[at]gmail.com Traceback (most recent call last): File "/usr/bin/spe", line 3, in <module> import _spe.SPE File "/usr/lib/python2.5/site-packages/_spe/SPE.py", line 55, in <module> import Menu,Parent,Child File "/usr/lib/python2.5/site-packages/_spe/Parent.py", line 25, in <module> import Child File "/usr/lib/python2.5/site-packages/_spe/Child.py", line 24, in <module> import _spe.plugins.Pycheck as Pycheck File "/usr/lib/python2.5/site-packages/_spe/plugins/Pycheck.py", line 17, in <module> import _spe.plugins.pychecker as pychecker ImportError: No module named pychecker Ок, делаем sudo apt-get install pychecker теперь получаем: rt@localhost python2.5/site-packages/_spe $ spe SPE v0.8.4.h (c)2003-2008 www.stani.be If spe fails to start: - type "python SPE.py --debug > debug.txt 2>&1" at the command prompt (or if you use tcsh: "python SPE.py --debug >& debug.txt") - send debug.txt with some info to spe.stani.be[at]gmail.com Traceback (most recent call last): File "/usr/bin/spe", line 3, in <module> import _spe.SPE File "/usr/lib/python2.5/site-packages/_spe/SPE.py", line 55, in <module> import Menu,Parent,Child File "/usr/lib/python2.5/site-packages/_spe/Parent.py", line 25, in <module> import Child File "/usr/lib/python2.5/site-packages/_spe/Child.py", line 24, in <module> import _spe.plugins.Pycheck as Pycheck File "/usr/lib/python2.5/site-packages/_spe/plugins/Pycheck.py", line 22, in <module> import _spe.plugins.pychecker2 as pychecker2 ImportError: No module named pychecker2