[wxPython] Re: wxWindows link error

Have you tried checking the wxPython site itself (www.wxpython.org)? There
are detailed build instructions for win32 and unix (the unix version is at
http://wxpython.org/BUILD.unix.txt), and if you can't find the answer to
your problems there (or already looked with no success), then ask this
question on the wxpython-users mailing list. Robin Dunn, the author of
wxPython, is *very* good about answering questions there.

Didn't solve my (similiar) problem. But then, I've asked on wx-users :frowning:
My wxGTK is ok, as I can compile C++ stuff. I presume, that it's the
LINKCC=c++ problem mentioned in the Python FAQ for C++ library modules, but
at the moment I'm stuck with recompiling the SuSE 7.3 python.spm (.src.rpm),
so I couldn't confirm that this is the problem for the ImportError below.

andreas@lap1:~> python
Python 2.1.1 (#1, Sep 24 2001, 05:28:47)
[GCC 2.95.3 20010315 (SuSE)] on linux2
Type "copyright", "credits" or "license" for more information.

import wxPython.wxc

Traceback (most recent call last):
  File "<stdin>", line 1, in ?
  File "/usr/lib/python2.1/site-packages/wxPython/__init__.py", line 20, in ?
    import wxc
ImportError: /usr/lib/python2.1/site-packages/wxPython/wxc.so: undefined
symbol: SeekI__13wxInputStreamx10wxSeekMode
- --
Andreas Kostyrka; Raiffeisenstr. 16/9; 2320 Zwölfaxing
Tel: +43/676/4091256; Fax: +43/1/7065299

···

Am Donnerstag, 8. November 2001 01:28 schrieben Sie: