[wxPython] Problem in building wxPython-2.3.1 in sun-solaris2 .7

Hi again,

Now I overcome the earlier problem. It was a wrong path name in
LD_LIBRARY_PATH variable so that linker cudn't find one of the shared
library

But now demo or doodle.py sample programs throughing a different error

mariapX@agni-t-/users3/mmariapX/wxPython-2.3.0/demo [ 8 ] % 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
"/users3/mmariapX/projects/lib/python2.0/site-packages/wxPython/__init__.py"
, line 20, in ?
    import wxc
ImportError: ld.so.1: python: fatal: relocation error: file
/users3/mmariapX/projects/lib/python2.0/site-packages/wxPython/wxc.so:
symbol SetMovementThreshold__10wxJoysticki: referenced symbol not found

I'm not using joystick. It seems We have to set some options in building
wxPython apart from turning off mentioned three flags in
setup.py file or building wxGTK.

···

-----Original Message-----
From: crispin@iinet.net.au [mailto:crispin@iinet.net.au]
Sent: Monday, November 12, 2001 1:11 PM
To: wxpython-users@lists.wxwindows.org
Subject: Re: [wxPython] Problem in building wxPython-2.3.1 in
sun-solaris2 .7

Dont know if this is your problem, but Ive found the version of wxPython and
wxGTK must match. I had heaps of headaches until I matched them. So wxGTK
2.3.1 requires wxPython 2.3.1. Personally I use an older version of both.
2.2.7. Mainly because of the gnome libraries Ive got installed (stock debian
potato libs).

Crispin

_______________________________________________
wxpython-users mailing list
wxpython-users@lists.wxwindows.org
http://lists.wxwindows.org/mailman/listinfo/wxpython-users

What does ./configure --help give you. For both wxPython and wxGTK?

Crispin

···

On Mon, Nov 12, 2001 at 12:53:35AM -0800, Mariappan, MaharajanX wrote:

I'm not using joystick. It seems We have to set some options in building
wxPython apart from turning off mentioned three flags in
setup.py file or building wxGTK.

  File "Main.py", line 15, in ?
    from wxPython.wx import *
  File

"/users3/mmariapX/projects/lib/python2.0/site-packages/wxPython/__init__.py"

, line 20, in ?
    import wxc
ImportError: ld.so.1: python: fatal: relocation error: file
/users3/mmariapX/projects/lib/python2.0/site-packages/wxPython/wxc.so:
symbol SetMovementThreshold__10wxJoysticki: referenced symbol not found

I'm not using joystick. It seems We have to set some options in building
wxPython apart from turning off mentioned three flags in
setup.py file or building wxGTK.

This was a known problem in 2.3.0. See
http://lists.wxwindows.org/pipermail/wxpython-users/2001-June/005923.html

···

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