[wxPython] undefined symbol in wxcmodule.so HELP?

I'm trying to use wxPython on Linux from the source code. The instructions
                  speak of a utils directory under $WXWIN. Its not clear whether
                  WXWIN should point to the source tree or the installed wxWindows
                  tree. I made some choices and when I run demo.py I get this. Any ideas anyone?

                  Traceback (innermost last):
                    File "demo.py", line 3, in ?
                      import Main
                    File "Main.py", line 15, in ?
                      from wxPython.wx import *
                    File "/usr/lib/python1.5/site-packages/wxPython/__init__.py", line 20, in ?
                      import wxc
                  ImportError: /usr/lib/python1.5/site-packages/wxPython/wxcmodule.so:
                  undefined symbol: DoSetMinSize__7wxSizerii

                  Nigel

--== Sent via Deja.com http://www.deja.com/ ==--
Before you buy.

                  Traceback (innermost last):
                    File "demo.py", line 3, in ?
                      import Main
                    File "Main.py", line 15, in ?
                      from wxPython.wx import *
                    File

"/usr/lib/python1.5/site-packages/wxPython/__init__.py", line 20, in ?

                      import wxc
                  ImportError:

/usr/lib/python1.5/site-packages/wxPython/wxcmodule.so:

                  undefined symbol: DoSetMinSize__7wxSizerii

Does the version of wxGTK you have installed match the version of wxPython?
You might want to run ldd on wxcmodule.so to see what shared library it is
loading for wxGTK.

···

--
Robin Dunn
Software Craftsman
robin@AllDunn.com
http://wxpython.org Java give you jitters?
http://wxpros.com Relax with wxPython!