Bug 429494

Summary: Strange konsole output on unknown command
Product: [openSUSE] openSUSE 11.1 Reporter: Stefan Nordhausen <nordhaus>
Component: KDE3Assignee: E-mail List <kde-maintainers>
Status: RESOLVED DUPLICATE QA Contact: E-mail List <qa-bugs>
Severity: Normal    
Priority: P5 - None    
Version: Beta 1   
Target Milestone: ---   
Hardware: i686   
OS: Other   
Whiteboard:
Found By: Beta-Customer Services Priority:
Business Priority: Blocker: ---
Marketing QA Status: --- IT Deployment: ---

Description Stefan Nordhausen 2008-09-24 11:23:29 UTC
In konsole from KDE3, when I type a command that is not known I get a strange traceback instead of a "command not found":

myself@linux-31z6:~> blablablub
Traceback (most recent call last):
  File "/usr/bin/command-not-found", line 8, in <module>
    import scout
  File "./scout/__init__.py", line 941, in <module>
    ScoutCore.load_modules()
  File "./scout/__init__.py", line 910, in load_modules
    cls.ml = ModuleLoader(Config.module_path)
  File "./scout/__init__.py", line 352, in __init__
    if dirs != None: self.import_from(dirs)
  File "./scout/__init__.py", line 359, in import_from
    self._import(dir)
  File "./scout/__init__.py", line 375, in _import
    self._not_imported_modules.append((name, ierr.message))
NameError: global name 'name' is not defined
Comment 1 Stephan Binner 2008-09-24 11:59:03 UTC
Has nothing to do with KDE.

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