Re: [Rhythmbox-devel] [new plugin] Desktop Art



On Wed, 2008-04-16 at 22:11 +0200, Mathias Nedrebø wrote:
> This looks like an other python 2.4 problem.
> 
> I think you need to change class SongInfo(): to class SongInfo: to make
> the plugin work. I dont have an easy way to test with 2.4 my selves.

You are right. I hit the same problem deploying a Python app I wrote
recently to an old CentOS server running Python 2.4 :<

class MyClass(): pass

isn't valid syntax in 2.4, it was added only in 2.5.

Attachment: signature.asc
Description: This is a digitally signed message part



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