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 413283 - does not start with gnome-python-extras 2.16
does not start with gnome-python-extras 2.16
Status: RESOLVED OBSOLETE
Product: serpentine
Classification: Deprecated
Component: general
0.7
Other All
: Normal blocker
: ---
Assigned To: Serpentine Maint
Serpentine Maint
Depends on:
Blocks:
 
 
Reported: 2007-03-01 00:27 UTC by Sam Morris
Modified: 2007-04-30 19:23 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Sam Morris 2007-03-01 00:27:40 UTC
Please describe the problem:
[ forwarded from http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=412908 ]

When starting serpentine with gnome-python-extras 2.16 installed:

Traceback (most recent call last):
  • File "/usr/bin/serpentine", line 118 in ?
    app = SerpentineApplication (locations)
  • File "/usr/lib/python2.4/site-packages/serpentine/__init__.py", line 340 in __init__
    Application.__init__(self, locations)
  • File "/usr/lib/python2.4/site-packages/serpentine/__init__.py", line 142 in __init__
    self.__preferences = RecordingPreferences (locations)
  • File "/usr/lib/python2.4/site-packages/serpentine/preferences.py", line 209 in __init__
    self.__speed = WriteSpeed(g, self.__drive_selection.get_drive)
AttributeError: 'nautilusburn.DriveSelection' object has no attribute 'get_drive'

Looks like the python module changed its API.

Steps to reproduce:


Actual results:


Expected results:


Does this happen every time?


Other information:
Comment 1 Sam Morris 2007-04-30 19:23:28 UTC
No longer seeing this with a new version of the python modules installed.