Bugzilla – Bug 431111
Yast CLI - Error trying execute yast installation with nomal user.
Last modified: 2008-10-01 12:02:58 UTC
Trying to execute yast package installation through command line gives the following error: gabriel@linux-921b:~> yast -i kernel-source 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 gabriel@linux-921b:~> On openSuSE 11.0 the same command quits normally with the following output: gabriel@shadowrun:~> yast -i kernel-source bash: yast: command not found gabriel@shadowrun:~>
*** This bug has been marked as a duplicate of bug 427778 ***