[wxPython] cannot install on SuSe8.0 Linux

Hallo!
I did try to install the wxPython on my SuSe8.0 Linux
and got follows error msg.:
""---------------------------------------------------------------------------------------------------------------------
src/helpers.cpp: In function `struct PyObject * wxPyMake_wxObject(wxObject *,
bool = 1)':
src/helpers.cpp:318: no matching function for call to
`wxEvtHandler::GetClientObject ()'
src/helpers.cpp:339: no matching function for call to
`wxEvtHandler::SetClientObject (wxPyClientData *)'
src/helpers.cpp: In function `struct PyObject * wxPyMake_wxSizer(wxSizer *)':
src/helpers.cpp:362: no matching function for call to
`wxSizer::GetClientObject ()'
src/helpers.cpp:371: no matching function for call to
`wxSizer::SetClientObject (wxPyClientData *)'
src/helpers.cpp: In function `void wxPyEndBlockThreads()':
src/helpers.cpp:537: warning: unused variable `struct PyThreadState * tstate'
src/helpers.cpp: In function `struct PyObject * PyFindClassWithAttr(PyObject
*, PyObject *)':
src/helpers.cpp:679: warning: control reaches end of non-void function
`PyFindClassWithAttr(PyObject *, PyObject *)'
error: command 'gcc' failed with exit status 1
----------------------------------------------------------------------------------------------------------------------------""
DON'T KNOW WHAT TO DO NOW!!!
Thanks a lot to anyone who will answer.

Cheers,
  Igor

I did try to install the wxPython on my SuSe8.0 Linux
and got follows error msg.:

You must use the same version number (or nearly the same in the 2.2.x
series) of wxPython as wxGTK.

···

--
Robin Dunn
Software Craftsman
http://wxPython.org Java give you jitters? Relax with wxPython!