Hi gang,

been meaning to get back to gumpy....I've been frustrated by failure to get view.py running properly under Red Hat Linux, despite properly (I think) installing all required packages a few times and trying a dozen things to get it to work. The GUI pops up, but selecting anything in the left tree triggers an error, and nothing ever shows up on the left.

Has anyone tried view.py under linux? Anyone have any experience with wxPython under red hat? (the error seems like an API incompatibility between linux and windows versions)

Here's an example of an error I get:

[EMAIL PROTECTED] /data/gump/cvs/jakarta-gump/python]$ python gump/view.py

No workspace defined with -w or -workspace, using default:
/data/gump/cvs/jakarta-gump/lsd.xml
Traceback (most recent call last):
File "gump/view.py", line 344, in selectTree
self.showProject(project)
File "gump/view.py", line 361, in showProject
if not self.list.GetColumn(0):
File "/usr/lib/python2.2/site-packages/wxPython/controls2.py", line 645, in GetColumn
val = apply(controls2c.wxListCtrl_GetColumn,(self,) + _args, _kwargs)
wxPython.wxc.wxPyAssertionError: C++ assertion "wxAssertFailure" failed in /usr/src/redhat/BUILD/wxPythonSrc-2.4.0.7/src/generic/listctrl.cpp(3787): invalid column index in GetColumn
INUPDATE
Traceback (most recent call last):
File "gump/view.py", line 306, in updateAction
if self.history[-1]:
IndexError: list index out of range


any ideas?

cheers,

- Leo



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to