https://bugzilla.novell.com/show_bug.cgi?id=258385 koenig@linux.de changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |ASSIGNED Info Provider|koenig@linux.de | ------- Comment #8 from koenig@linux.de 2007-04-16 11:37 MST ------- (In reply to comment #6)
Created an attachment (id=131480) --> (https://bugzilla.novell.com/attachment.cgi?id=131480&action=view) [edit] patch to file pkgutil.py from package python-2.5
Or you can apply this patch to /usr/lib64/python2.5. Then python should tell you which module is causing the problem.
voila: .. opening 'smart.plugins' opening 'smart.util' opening 'sqlite' opening 'unsermake' Traceback (most recent call last): File "<stdin>", line 1, in <module> File "/usr/lib64/python2.5/site.py", line 346, in __call__ return pydoc.help(*args, **kwds) File "/usr/lib64/python2.5/pydoc.py", line 1645, in __call__ self.interact() File "/usr/lib64/python2.5/pydoc.py", line 1663, in interact self.help(request) File "/usr/lib64/python2.5/pydoc.py", line 1679, in help elif request == 'modules': self.listmodules() File "/usr/lib64/python2.5/pydoc.py", line 1797, in listmodules ModuleScanner().run(callback) File "/usr/lib64/python2.5/pydoc.py", line 1848, in run for importer, modname, ispkg in pkgutil.walk_packages(): File "/usr/lib64/python2.5/pkgutil.py", line 111, in walk_packages __import__(name) File "/usr/lib64/python2.5/site-packages/PIL/__init__.py", line 1342, in <modu le> File "/usr/lib64/python2.5/site-packages/PIL/__init__.py", line 927, in main UnboundLocalError: local variable 'given_files' referenced before assignment
-- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.