Solaris, python and wxPython

Doug Farrell writeson at earthlink.net
Mon Aug 20 09:31:46 EDT 2001


Hi,

I've got Python-2.1.1 and wxPython installed on my Solaris 2.6 Sun
Ultra5 machine and I'm having some problems. The installation went
okay (at least as far I as I can tell, but I'm a newbie to Unis so
something could have slipped by). When I try to run the demo.py
program from the wxPython directory under Python-2.1.1 I get the
following error:

% python demo.py
Traceback (most recent call last):
  File "demo.py", line 3, in ?
    import Main
  File "Main.py", line 15, in ?
    from   wxPython.wx import *
  File "/usr/local/lib/python2.1/site-packages/wxPython/__init__.py",
line 20, in ?
    import wxc
ImportError: ld.so.1: python: fatal: relocation error: file
/usr/local/lib/python2.1/site-packages/wxPython/wxc.so: symbol
FindClass__11wxClassInfoPc: referenced symbol not found

Can anyone tell me what this means, how to fix it of anything that
might help me?

Thanks in advance,
Doug Farrell

dfarrell at grolier.com



More information about the Python-list mailing list