code-google-com / editra-plugins

Automatically exported from code.google.com/p/editra-plugins
0 stars 0 forks source link

Projects - timer started in wrong thread #149

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
#---- System Information ----#
Editra Version: 0.5.72
Operating System: Mac OS X (Darwin 10.4.0 i386)
Mac OSX: 10.6.4
Python Version: 2.6 (trunk:66714:66715M, Oct  1 2008, 18:36:04) 
[GCC 4.0.1 (Apple Computer, Inc. build 5370)]
wxPython Version: 2.8.11.0 (mac-unicode)
wxPython Info: (__WXMAC__, wxMac, unicode, wx-assertions-on, SWIG-1.3.29, 
mac-cg, mac-native-tb)
Python Encoding: Default=ascii  File=utf-8
wxPython Encoding: mac-roman
System Architecture: 32bit i386
Byte order: little
Frozen: macosx_app
#---- End System Information ----#

#---- Traceback Info ----#
*** Thu Aug  5 13:40:23 2010 ***
Traceback (most recent call last):
 File %22/Users/msimonson/Library/Application Support/Editra/plugins/Projects-1.5-py2.6.egg/projects/ProjectPane.py%22, line 1343, in OnItemCollapsed
 File %22wx/_misc.pyo%22, line 1314, in Start
PyAssertionError: C++ assertion %22wxThread::IsMain()%22 failed at 
/BUILD/wxPython-src-2.8.11.0/src/common/timercmn.cpp(66) in Start(): timer can 
only be started from the main thread

Original issue reported on code.google.com by CodyPrec...@gmail.com on 7 Aug 2010 at 12:20

GoogleCodeExporter commented 9 years ago
This error is rather unexplainable. That function is never called from 
anythread but the main thread as it is inside an event handler.

Original comment by CodyPrec...@gmail.com on 8 Aug 2010 at 3:17