I am trying to install wxPython on ScientificLinux. I have worked
quite hard to build GTK and all required packages from source, and I
think I finally have all that working. I have followed the
instructions in BUILD.txt and INSTALL.txt.
The ./configure (with all the flags) step seems to work. My next step
was to execute these commands:
make install
make -C contrib/src/gizmos install
make -C contrib/src/stc install
I get only as far as the first make install, when I get the following:
/usr/bin/install -c -d /home/users/marshalc/python/wxPython-
src-2.8.10.1/lib
/usr/bin/install -c -m 644 /home/users/marshalc/python/wxPython-
src-2.8.10.1/lib/libwx_baseu-2.8.so /home/users/marshalc/python/
wxPython-src-2.8.10.1/lib
/usr/bin/install: cannot open '/home/users/marshalc/python/wxPython-
src-2.8.10.1/lib/libwx_baseu-2.8.so' for reading: No such file or
directory
make: *** [install-basedll] Error 1
Indeed there is no such file in the directory /wxPython-src-2.8.10.1/
lib, but there is a file named libwx_baseu-2.8.so.0.
Any advice?
Thanks in advance,
Chris