INVINCIBLE0918
10-12-2010, 01:10 PM
hello~i got trouble when i program the gui by wxpython , i need to update the gui intime , so i choose to use multi-thread , but , python raised error
Exception in thread Thread-2:
Traceback (most recent call last):
File "D:\Python25\lib\threading.py", line 488, in __bootstrap_inner
self.run()
File "D:\Python25\lib\threading.py", line 448, in run
self.__target(*self.__args, **self.__kwargs)
File "D:\INVINCIBLE\code\python\project\pdeExportTool\animationUI.py", line 38, in __call__
self.res = self.func(*self.args)
File "D:\INVINCIBLE\code\python\project\pdeExportTool\animationUI.py", line 410, in OnRun
exportAnimationBatch.exportCharacterAnimation(obj,characterOutput)
File "D:\INVINCIBLE\code\python\project\pdeExportTool\exportAnimationBatch.py", line 155, in exportCharacterAnimation
mc.select('root',replace = True)
TypeError: Flag 'replace' must be passed a boolean argument
can anybody help me ? thx!
Exception in thread Thread-2:
Traceback (most recent call last):
File "D:\Python25\lib\threading.py", line 488, in __bootstrap_inner
self.run()
File "D:\Python25\lib\threading.py", line 448, in run
self.__target(*self.__args, **self.__kwargs)
File "D:\INVINCIBLE\code\python\project\pdeExportTool\animationUI.py", line 38, in __call__
self.res = self.func(*self.args)
File "D:\INVINCIBLE\code\python\project\pdeExportTool\animationUI.py", line 410, in OnRun
exportAnimationBatch.exportCharacterAnimation(obj,characterOutput)
File "D:\INVINCIBLE\code\python\project\pdeExportTool\exportAnimationBatch.py", line 155, in exportCharacterAnimation
mc.select('root',replace = True)
TypeError: Flag 'replace' must be passed a boolean argument
can anybody help me ? thx!
