discuss-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re:[Discuss-gnuradio] graphical interface for gnu radio (fwd)


From: Anastasopoulos Achilleas
Subject: Re:[Discuss-gnuradio] graphical interface for gnu radio (fwd)
Date: Tue, 2 Jan 2007 17:02:14 -0500 (EST)

Josh,

I commented out the part you suggested and then it gave me the following message:

-----------
Traceback (most recent call last):
  File "./Main.py", line 7, in ?
    import ActionHandler
  File "/home/anastas/grc_0.50/src/ActionHandler.py", line 14, in ?
    import Dialogs
  File "/home/anastas/grc_0.50/src/Dialogs.py", line 290, in ?
    class AboutDialog(gtk.AboutDialog):
AttributeError: 'module' object has no attribute 'AboutDialog'
-----------

Then I commented out the "AboutDialog" class as well
and it now gives me the message

==================
app init
Traceback (most recent call last):
  File "./Main.py", line 10, in ?
    ActionHandler.ActionHandler()
  File "/home/anastas/grc_0.50/src/ActionHandler.py", line 44, in __init__
    self.handle_states(APPLICATION_INITIALIZE)
File "/home/anastas/grc_0.50/src/ActionHandler.py", line 103, in handle_states for action in ACTIONS_LIST: action.set_sensitive(False) #set all actions disabled
AttributeError: 'gtk.Action' object has no attribute 'set_sensitive'
==================

At this point I quit, since the "set_sensitive" seems to be used a lot throughout the code...


Achilleas





reply via email to

[Prev in Thread] Current Thread [Next in Thread]