|
|
http://sourceforge.net/projects/icesoundmanager/
以前有个兄弟用的很好,但是我用很多都跑不起来。
./icesound.py:209: DeprecationWarning: use gtk.UIManager
itemf = ItemFactory(MenuBar, "<main>", ag)
./icesound.py:256: DeprecationWarning: use gtk.ComboBoxEntry
themelist=Combo()
./icesound.py:312: DeprecationWarning: use gtk.ComboBoxEntry
eventcombo = Combo ()
./icesound.py:324: Warning: unsupported arithmetic operation for flags type
eventtable.attach( eventcombo, 0, 1, 1, 2, (EXPAND+FILL), (0), 9, 0)
Exception in thread Thread-1:Traceback (most recent call last):
File "/usr/lib/python2.3/threading.py", line 442, in __bootstrap
self.run()
File "/usr/lib/python2.3/threading.py", line 422, in run
self.__target(*self.__args, **self.__kwargs)
File "./icesound.py", line 2029, in run
w=icewindow ()
File "./icesound.py", line 324, in __init__
eventtable.attach( eventcombo, 0, 1, 1, 2, (EXPAND+FILL), (0), 9, 0)
TypeError: flag values must be strings, ints or tuples |
|