Bug 278761 - Revisor won't start
Summary: Revisor won't start
Keywords:
Status: CLOSED NEXTRELEASE
Alias: None
Product: Fedora
Classification: Fedora
Component: revisor
Version: rawhide
Hardware: All
OS: Linux
medium
low
Target Milestone: ---
Assignee: Jonathan Steffan
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2007-09-05 16:17 UTC by Espen Stefansen
Modified: 2007-11-30 22:12 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2007-10-09 07:40:57 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Espen Stefansen 2007-09-05 16:17:58 UTC
Description of problem:
Revisor won't start

Version-Release number of selected component (if applicable):
revisor-2.0.4.3-1rc6.fc8

How reproducible:


Steps to Reproduce:
1. start revisor
2.
3.
  
Actual results:


Expected results:


Additional info:
when starting revisor on the commandline, i get this error:

Traceback (most recent call last):
  File "/usr/sbin/revisor", line 276, in <module>
    import revisor.gui
  File "/usr/lib/python2.5/site-packages/revisor/gui.py", line 46, in <module>
    from revisor import lm_basic
  File "/usr/lib/python2.5/site-packages/revisor/lm_basic.py", line 326
    self.cfg.ksobj._lang_lang() = self.langDict[self.lang_combo.get_active_text()]
SyntaxError: can't assign to function call

I've been able to bypass this problem by changing the affected line to the
following:
self.cfg.ksobj._lang_lang(self.langDict[self.lang_combo.get_active_text()])

But then i get this traceback later when whecking the repositories:

Traceback (most recent call last):
  File "/usr/lib/python2.5/site-packages/revisor/load_kickstart.py", line 198,
in button_forward_clicked
    self.gui.displayReadyScreen()
  File "/usr/lib/python2.5/site-packages/revisor/gui.py", line 273, in
displayReadyScreen
    self.ReadyScreen = ready_screen.ReadyScreen(self)
  File "/usr/lib/python2.5/site-packages/revisor/ready_screen.py", line 89, in
__init__
    if not self.base.setup_yum(pbar):
TypeError: setup_yum() takes exactly 1 argument (2 given)

Comment 1 Espen Stefansen 2007-09-08 14:03:00 UTC
In the newest revisor in koji (revisor-2.0.4.3-7.fc8), revisor works. :)

Comment 2 Jonathan Steffan 2007-10-09 07:40:57 UTC
Thanks.


Note You need to log in before you can comment on or make changes to this bug.