ERROR 0.3.7.r986
Posted: Fri May 15, 2009 4:04 am
Previous release worked fine but now when I either add or configure a "Find a window" action, I get this:
After that, for any action I am editing, I get the following error:
+ I can't exit EG anymore, I have to "kill" it.
Is this still related to new Python 2.8 ? This is never ending...
Please kindly advise,
Yannick
Code: Select all
Traceback (most recent call last):
File "EventGhost.pyw", line 31, in <module>
File "C:\Program Files\EventGhost\eg\__init__.py", line 72, in Main
stackless.run()
File "C:\Program Files\EventGhost\eg\Classes\TaskletDialog.py", line 41, in ProcessingTask
self.Configure(*args, **kwargs)
File "C:\Program Files\EventGhost\eg\Classes\ConfigDialog.py", line 126, in Configure
self.item.Configure(*args)
File "C:\Program Files\EventGhost\eg\Classes\ActionItem.py", line 107, in Configure
return self.executable.Configure(*args)
File "C:\Program Files\EventGhost\plugins\Window\FindWindow.py", line 319, in Configure
waitCtrl = eg.SpinNumCtrl(panel)
File "C:\Program Files\EventGhost\eg\Classes\SpinNumCtrl.py", line 92, in __init__
numCtrl.SetParameters(**kwargs) # To avoid bug in NumCtrl
File "wx\lib\masked\numctrl.pyc", line 901, in SetParameters
File "wx\lib\masked\numctrl.pyc", line 1588, in _toGUI
ValueError: NumCtrl requires numeric value, passed None
Traceback (most recent call last):
File "C:\Program Files\EventGhost\eg\Classes\MainFrame\__init__.py", line 344, in FuncWrapper
func()
File "C:\Program Files\EventGhost\eg\Utils.py", line 176, in Wrapper
eg.Tasklet(func)(*args, **kwargs).run()
TaskletExit
Code: Select all
Traceback (most recent call last):
File "C:\Program Files\EventGhost\eg\Classes\ButtonRow.py", line 115, in OnCancel
self.parent.OnCancel(event)
File "C:\Program Files\EventGhost\eg\Classes\TaskletDialog.py", line 166, in OnCancel
self.DispatchEvent(event, wx.ID_CANCEL)
File "C:\Program Files\EventGhost\eg\Classes\TaskletDialog.py", line 120, in DispatchEvent
self.__processingChannel.send(False)
TaskletExitIs this still related to new Python 2.8 ? This is never ending...
Please kindly advise,
Yannick