From: Kevin A. <al...@se...> - 2004-05-07 15:57:26
|
On May 7, 2004, at 8:47 AM, Mike White wrote: > 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 > You need to upgrade to a later version of PythonCard, preferably 0.7.3.1 as that is the latest release. While you're at it I suggest upgrading to wxPython 2.4.2.4. ka |