ImportError: libwx_gtk2_qa-2.6.so.0

Ok, I enabled debugreport. That created the qa.so. I am apparently good to go now. Can someone tell me why I have to have this? Or maybe more precisely, what I did to require that I have to have it.

···

-----Original Message-----
From: Green Bryan - bgreen [mailto:Bryan.Green@acxiom.com]
Sent: Tue 5/2/2006 4:46 PM
To: wxPython-users@lists.wxwidgets.org
Subject: RE: [wxPython-users] 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.
*************************************************************************

Green Bryan - bgreen wrote:

Ok, I enabled debugreport. That created the qa.so. I am apparently good to go now. Can someone tell me why I have to have this? Or maybe more precisely, what I did to require that I have to have it.

Ah, yes. That rings a few bells for me. It happened when that was split out into it's own library in the multi-lib build, but apparently whoever made the change did not test with debugreport disabled. Using --enable-monlithic would also have resolved the problem.

···

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