jenndhemus / editra-plugins

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

[projects] Error while doing svn update in an external program #54

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Hello,

Got this one today while doing an svn update from an external program 
while Editra was running and the plugin was open to the same directory as 
the one I was updating.

#---- System Information ----#
Editra Version: 0.3.15
Operating System: Windows XP (build 2600, Service Pack 2)
Python Version: 2.5.2 (r252:60911, Feb 21 2008, 13:11:45) [MSC v.1310 32 
bit (Intel)]
wxPython Version: 2.8.7.1 (msw-unicode)
wxPython Info: (__WXMSW__, wxMSW, unicode, wx-assertions-on, SWIG-1.3.29)
Python Encoding: Default=ascii  File=mbcs
wxPython Encoding: cp1252
System Architecture: 32bit 
Byte order: little
Frozen: windows_exe
#---- End System Information ----#

#---- Traceback Info ----#
*** Thu Jun 19 07:10:34 2008 ***
Traceback (most recent call last):
  File "build/bdist.macosx-10.3-i386/egg/projects/ProjectPane.py", line 
538, in OnSyncNode
  File "build/bdist.macosx-10.3-i386/egg/projects/ProjectPane.py", line 
1290, in addPath
  File "wx\_controls.pyo", line 5270, in GetItemPyData
PyAssertionError: C++ assertion "param" failed 
at ..\..\src\msw\treectrl.cpp(1064) in wxTreeCtrl::SetItemData(): failed 
to change tree items data

Original issue reported on code.google.com by CodyPrec...@gmail.com on 19 Jun 2008 at 12:16

GoogleCodeExporter commented 8 years ago
Fixed in r592

Fixed by trapping error and aborting action. Need to do a deeper analysis 
sometime as
to why these errors happen in the msw treectrl. Especially not sure why calls to
GetItemPyData make a call to SetItemData(). Very odd.

cody

Original comment by CodyPrec...@gmail.com on 27 Aug 2008 at 3:12

GoogleCodeExporter commented 8 years ago
Move old 'fixed' issues to verified

Original comment by CodyPrec...@gmail.com on 3 Feb 2009 at 8:18