Page 1 of 1

Sourcery freezes (SOLVED)

Posted: 31. Jul 2014, 22:12
by aleXimon
Hi!
I can't execute Sourcery. It freezes when I try to reinstall or uninstall any package.
In console, I see this:

Code: Select all

Exception in thread Thread-4:
Traceback (most recent call last):
  File "/usr/lib64/python2.7/threading.py", line 808, in __bootstrap_inner
    self.run()
  File "/usr/lib64/python2.7/threading.py", line 761, in run
    self.__target(*self.__args, **self.__kwargs)
  File "/usr/sbin/sourcery", line 418, in on_toolbutton_exec_clicked
    error, deps = self.get_deps(requested_pkg)
  File "/usr/sbin/sourcery", line 280, in get_deps
    if error:
UnboundLocalError: local variable 'error' referenced before assignment

^CTraceback (most recent call last):
  File "/usr/sbin/sourcery", line 1475, in <module>
Could you help me?

Re: Sourcery freezes

Posted: 31. Jul 2014, 23:56
by laprjns
Problem confirmed here. Same error message as aleXimon. Problem is with version 0.9.3. I installed 0.9.2 and was able to uninstall packages without problems.

Re: Sourcery freezes

Posted: 1. Aug 2014, 09:36
by gapan
Sourcery 0.9.4 should be available as an upgrade from the repositories shortly and it should fix this. Thanks for the report!