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 342505 - Python 2.3 compability is broken
Python 2.3 compability is broken
Status: RESOLVED FIXED
Product: serpentine
Classification: Deprecated
Component: general
0.6.91
Other Linux
: Normal normal
: ---
Assigned To: Serpentine Maint
Serpentine Maint
Depends on:
Blocks:
 
 
Reported: 2006-05-21 18:40 UTC by Tiago Cogumbreiro
Modified: 2006-06-02 21:48 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Tiago Cogumbreiro 2006-05-21 18:40:04 UTC
Traceback (most recent call last):
  • File "/usr/local/bin/serpentine", line 104 in ?
    from serpentine.common import SerpentineError, validate_music_list
  • File "/usr/local/lib/python2.3/site-packages/serpentine/__init__.py", line 34 in ?
    from mastering import GtkMusicList, MusicListGateway
  • File "/usr/local/lib/python2.3/site-packages/serpentine/mastering.py", line 33 in ?
    import audio
  • File "/usr/local/lib/python2.3/site-packages/serpentine/audio.py", line 481 in ?
    is_wav_pcm = operations.operation_factory(is_wav_pcm)  File "/usr/local/lib/python2.3/site-packages/serpentine/operations.py", line 136, in operation_factory    wrapper.func_name = func.func_name
TypeError: readonly attribute

Comment 1 Tiago Cogumbreiro 2006-06-02 21:48:44 UTC
Fixed in the development version. The fix will be available in the next major release. Thank you for your bug report.