ImportError: libwx_gtk2_qa-2.6.so.0

Fedora Core 4
Using latest Python-- built from source

../configure --prefix=/opt/wx/2.6 \
                      --with-gnomeprint \
                      --without-opengl \
                      --disable-debug \
                      --enable-geometry \
                      --enable-sound --with-sdl \
                      --enable-mediactrl \
                      --enable-display \
                      --disable-debugreport

.make contains

make $* \
            && make -C contrib/src/animate $* \
            && make -C contrib/src/gizmos $* \
            && make -C contrib/src/stc $*

then I do ./.make followed by ./.make install

then ldconfig

df -k
Filesystem 1K-blocks Used Available Use% Mounted on
/dev/mapper/VolGroup00-LogVol00
                      36660792 19329404 15439036 56% /
/dev/hda1 101086 10147 85720 11% /boot
/dev/shm 257092 0 257092 0% /dev/shm

My AIM id is CerebusHades

···

-----Original Message-----
From: Michael J. Pedersen [mailto:m.pedersen@icelus.org]
Sent: Tue 5/2/2006 4:43 PM
To: wxPython-users@lists.wxwidgets.org
Subject: Re: [wxPython-users] ImportError: libwx_gtk2_qa-2.6.so.0

On Tue, May 02, 2006 at 04:34:44PM -0500, Green Bryan - bgreen wrote:

I have just built from source the latest release of wxPython. When I go to import wx I get the following:
ImportError: libwx_gtk2_qa-2.6.so.0: cannot open shared object file: No such file or directory
So, I went to look in the lib and the so is not there. I followed the build instructions-- but did something wrong I would say. What is the right thing to do to get this lib to build?

Well, I'd love to help out here, since Linux/UNIX is definitely my bag,
but there's some pretty critical info I still need to see:

Which version of Linux (or UNIX) are you using? If Linux, specify
distributor as well (Fedora Core 5, fore example)

Which instructions did you use? Please give link which specifies your
particular build instructions.

Finally, stupid thing, and unlikely to be related, but try anyway: Tell
me the output of "df -k".

--
Michael J. Pedersen
My IM IDs: Jabber/pedersen@icelus.tzo.com, ICQ/103345809, AIM/pedermj022171
           Yahoo/pedermj2002, MSN/pedermj022171@hotmail.com
My GnuPG KeyID: 4E724A60 My Public Key Available At: pgp.mit.edu
My GnuPG Key Fingerprint: C31C 7E90 5992 9E5E 9A02 233D D8DD 985E 4E72 4A60

***************************************************************************
The information contained in this communication is confidential, is
intended only for the use of the recipient named above, and may be legally
privileged.

If the reader of this message is not the intended recipient, you are
hereby notified that any dissemination, distribution or copying of this
communication is strictly prohibited.

If you have received this communication in error, please resend this
communication to the sender and delete the original message or any copy
of it from your computer system.

Thank You.
****************************************************************************

I seem to recall someone on the C++ list having this problem as well, but I don't remember the details.. I'll see if I can track it down...

Green Bryan - bgreen wrote:

Fedora Core 4
Using latest Python-- built from source

../configure --prefix=/opt/wx/2.6 \
                      --with-gnomeprint \
                      --without-opengl \
                      --disable-debug \
                      --enable-geometry \
                      --enable-sound --with-sdl \
                      --enable-mediactrl \
                      --enable-display \
                      --disable-debugreport

In the meantime try adding --enable-monolithic and building again. This will put all of the core into the same library and so there should not be the problems of parts not being installed properly.

···

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