After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 172320 - gnome-bluetooth compile but doesn't run with Python 2.4 and PyGTK 2.6.1
gnome-bluetooth compile but doesn't run with Python 2.4 and PyGTK 2.6.1
Status: RESOLVED FIXED
Product: gnome-bluetooth
Classification: Core
Component: general
0.5
Other Linux
: High critical
: ---
Assigned To: Edd Dumbill
Edd Dumbill
: 302659 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2005-04-01 03:30 UTC by Cesar Cardoso
Modified: 2005-08-07 16:51 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
gnome-bluetooth-0.5.1-gnomepython.patch (602 bytes, patch)
2005-05-03 12:45 UTC, Stanislav Brabec
none Details | Review

Description Cesar Cardoso 2005-04-01 03:30:03 UTC
Distribution/Version: Foresight Desktop Linux 0.7

gnome-bluetooth compiles without problems or warnings with Python 2.4 and PyGTK
2.6, but when I try to run it, generates the following trackback:

[cesar@localhost gnome-bluetooth]$ gnome-bluetooth-manager
Traceback (most recent call last):
  • File "/usr/lib/python2.4/site-packages/gnomebt/manager.py", line 275 in ?
    BTManager ().main ()
  • File "/usr/lib/python2.4/site-packages/gnomebt/manager.py", line 78 in __init__
    self.setup_gui ()
  • File "/usr/lib/python2.4/site-packages/gnomebt/manager.py", line 143 in setup_gui
    gnome.ui.PREFERENCES_NEVER)
TypeError: gtk.HBox.__init__() takes at most 2 arguments (3 given)

Comment 1 Stanislav Brabec 2005-05-03 12:45:34 UTC
Created attachment 45979 [details] [review]
gnome-bluetooth-0.5.1-gnomepython.patch

patch from Fedora created by Harald Hoyer
Comment 2 Olav Vitters 2005-05-08 10:17:02 UTC
*** Bug 302659 has been marked as a duplicate of this bug. ***
Comment 3 Cesar Cardoso 2005-05-08 15:01:57 UTC
The Fedora's patch worked, gnome-bluetooth-manager doesn't crash anymore. Can
this bug be closed?
Comment 4 Edd Dumbill 2005-05-10 20:05:51 UTC
We won't close it until we check the patch into CVS...
Comment 5 Marc O'Morain 2005-06-11 00:15:08 UTC
This fixed the crash for me on Ubuntu Hoary.
Comment 6 Bastien Nocera 2005-08-07 16:51:55 UTC
2005-08-07  Bastien Nocera  <hadess@hadess.net>

        * python/manager.py: Patch from Harald Hoyer to make
        gnome-bluetooth-manager run on recent pygtk versions (Closes: #172320)