Bug 19366 - Need pychecker to run but not in requires
Summary: Need pychecker to run but not in requires
Status: CLOSED DUPLICATE of bug 17750
Alias: None
Product: Sisyphus
Classification: Development
Component: spe (show other bugs)
Version: unstable
Hardware: all Linux
: P2 normal
Assignee: Fr. Br. George
QA Contact: qa-sisyphus
URL:
Keywords:
Depends on: 19365
Blocks:
  Show dependency tree
 
Reported: 2009-03-27 12:47 MSK by Boris Savelev
Modified: 2013-10-12 20:56 MSK (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Boris Savelev 2009-03-27 12:47:23 MSK
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
Comment 1 Fr. Br. George 2009-04-11 11:40:47 MSD
duplicate 17750

*** This bug has been marked as a duplicate of bug 17750 ***