htt
p://pysvn.tigris.org/issues/show_bug.cgi?id=80
Issue #|80
Summary|Flat view does not work with Gtk.
Component|pysvn
Version|current
Platform|All
OS/Version|All
URL|
Status|NEW
Status whiteboard|
Keywords|
Resolution|
Issue type|DEFECT
Priority|P3
Subcomponent|workbench
Assigned to|barryscott
Reported by|giuliopaci
------- Additional comments from giuliopaci tigris.org Thu Nov 29 03:21:13 -0800 2007 -------
When I try to use flat view, I get:
TryWrapper<wb_app.OnActivateApp>
Traceback (most recent call last):
File
"/usr/share/svn-workbench/wb_exceptions.py", line
45, in __call__
result = self.function( *params, **keywords )
File "/usr/share/svn-workbench/wb_app.py", line
350, in OnActivateApp
self.frame.OnActivateApp( event.GetActive() )
File "/usr/share/svn-workbench/wb_frame.py",
line 572, in OnActivateApp
self.refreshFrame()
File "/usr/share/svn-workbench/wb_frame.py",
line 666, in refreshFrame
self.tree_panel.refreshTree()
File
"/usr/share/svn-workbench/wb_tree_panel.py", line
402, in refreshTree
busy = wx.BusyInfo("Refreshing view...",
self.frame)
File
"/usr/lib/python2.4/site-packages/wx-2.6-gtk2-unicode/w
x/_misc.py", line
979, in __init__
newobj = _misc_.new_BusyInfo(*args, **kwargs)
TypeError: new_BusyInfo() takes exactly 1 argument (2
given)
Using google I found that this is a gtk wxwidget
implementation BUG and not a
WorkBench one. This BUG should have been corrected in latest
versions of the 2.8
series, but I've not tested (My distribution currently
doesn't supply a 2.8
version of wxwidget).
------------------------------------------------------------
---------
To unsubscribe, e-mail: issues-unsubscribe pysvn.tigris.org
For additional commands, e-mail: issues-help pysvn.tigris.org
|