Building from CVS

Cliff Wells wrote:

From CVS today:

Python 2.3 (#1, Aug 19 2003, 15:54:06)
[GCC 3.2.2 20030222 (Red Hat Linux 3.2.2-5)] on linux2
Type "help", "copyright", "credits" or "license" for more information.

import wx

Traceback (most recent call last):
  File "<stdin>", line 1, in ?
  File "/usr/lib/python2.3/site-packages/wx/__init__.py", line 45, in ?
    from wxPython import wx
  File "/usr/lib/python2.3/site-packages/wxPython/__init__.py", line 20,
in ?
    import wxc
ImportError: /usr/lib/python2.3/site-packages/wxPython/wxc.so: undefined
symbol: _ZN8wxWindow14IsOwnGtkWindowEP10_GdkWindow

What am I missing? Everything (wxWindows & wxPython) seemed to build
okay.

I'm on Redhat 9.

See this thread from last week. AFAIK, it hasn't been solved yet. :frowning:

http://lists.wxwindows.org/cgi-bin/ezmlm-cgi?11:mss:21470:200308:nhnckjkfecjmaaagfcnl

···

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