This message from Derick van Niekerk gives a work-around for the problem 
without recompiling wxgtk and wxwidgets:

----------  Forwarded message  ----------

Subject: spe
Date: Sábado, 4 de Febrero de 2006 22:31
From: derickvn <at> cenux <dot> sun <dot> ac <dot> za
To: jmprieto <at> gmx <dot> net

I was googling all over the net trying to find a sollution to
wx.animate problem and all I found was your post. After scratching
around in the code a bit, I did find a solution...

You obviously got as far as installing it, so after that you do the
 following:

edit the file /usr/lib/python2.4/site-packages/_spe/Menu.py from line
720 and add comments as follows:

##from wx.animate import GIFAnimationCtrl

class Status(wx.StatusBar):
    def __init__(self,parent=None,id=-1):
        wx.StatusBar.__init__(self,parent=parent,id=id)
        self.SetFieldsCount(5)
        self.SetStatusWidths([20, -1, 90, 90, 90])
##        self.throbber   = Throbber(self,'throbber_still.gif')
##        self.throbber.Play()
        self.SetStatusText(STATUS,1)

##class Throbber(GIFAnimationCtrl):
##    def __init__(self,statusBar,fileName,position=0):

...and comment out *everything* from here on down

I hope it helps you out. Kind regards.
Derick van Niekerk

PS - If it works for you, would you mind posting to the newsgroup so
the next person with this problem can also find the sollution :)

-------------------------------------------------------

_______________________________________________
arch mailing list
[email protected]
http://www.archlinux.org/mailman/listinfo/arch

Reply via email to