Ed,
Tweezer on Mac is truly awesome. However, after I made a post
(successful I think) I saw this traceback:
Exception in thread Thread-5:
Traceback (most recent call last):
File
"/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/threading.py",
line 486, in __bootstrap_inner
self.run()
File
"/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/threading.py",
line 446, in run
self.__target(*self.__args, **self.__kwargs)
File "/tmp/tmpz2ZQCY.py", line 611, in _postToTwitter
self.edtPost.Value = ""
File "/users/pmcnett/dabo/dabo/ui/uiwx/dTextBoxMixin.py", line 698,
in _setValue
self._afterValueChanged()
File "/users/pmcnett/dabo/dabo/ui/dDataControlMixinBase.py", line
305, in _afterValueChanged
self.flushValue()
File "/users/pmcnett/dabo/dabo/ui/uiwx/dTextBoxMixin.py", line 59, in
flushValue
super(dTextBoxMixinBase, self).flushValue()
File "/users/pmcnett/dabo/dabo/ui/dDataControlMixinBase.py", line
228, in flushValue
dabo.ui.callAfterInterval(200, self.raiseEvent,
dabo.dEvents.ValueChanged)
File "/users/pmcnett/dabo/dabo/ui/uiwx/__init__.py", line 230, in
callAfterInterval
_callAfterIntervalReferences[(func_ref, args)] =
wx.FutureCall(interval, func, *args, **kwargs)
File
"//Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/wx-2.8-mac-unicode/wx/_core.py",
line 14400, in __init__
self.Start()
File
"//Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/wx-2.8-mac-unicode/wx/_core.py",
line 14417, in Start
self.timer.Start(self.millis, wx.TIMER_ONE_SHOT)
File
"//Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/wx-2.8-mac-unicode/wx/_misc.py",
line 1298, in Start
return _misc_.Timer_Start(*args, **kwargs)
PyAssertionError: C++ assertion "wxThread::IsMain()" failed at
/BUILD/wxPython-src-2.8.7.1/src/common/timercmn.cpp(66) in Start():
timer can only be started from the main thread
It looks like you might have wx code in a thread other than the main thread?
BTW, do you want me to rename your repository 'tweezer' or not worry
about it?
Paul
_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-dev
Searchable Archives: http://leafe.com/archives/search/dabo-dev
This message: http://leafe.com/archives/byMID/[EMAIL PROTECTED]