From: Mike W. <ti...@in...> - 2004-05-07 15:41:16
|
I am running on Gentoo Linux with a 2.4 kernel with the following python versions: python 2.3.3 pythoncard 0.7 wxPython 2.4.1.2 When I try to run any pythoncard app I get the following error: Traceback (most recent call last): File "/usr/lib/python2.3/site-packages/PythonCardPrototype/samples/addresses/addresses.py", line 17, in ? from PythonCardPrototype import config, dialog, model, util File "/usr/lib/python2.3/site-packages/PythonCardPrototype/model.py", line 16, in ? assert wx.wxc.__version__ >= "2.3.3" AttributeError: 'module' object has no attribute '__version__' It appears to be a problem with wx.wxc, but I don't understand it. Can someone help me here? Mike White |