wxPython

Jerry Wilborn jerrywilborn at gmail.com
Sat Jun 12 03:59:06 UTC 2004


I'm no python expert by any stretch, but if the problem is that the
program can't find the libs then you might try adding the path where
the libs are to /etc/ld.so.conf and then run 'ldconfig'.

-- 
Jerry Wilborn
jerrywilborn at gmail com

On Fri, 11 Jun 2004 19:10:14 -0700, Craig White <craigwhite at azapple.com> wrote:
> 
> I used both apt-get and up2date for obtaining wxPythonGTK2 (wxWidgets
> for python/gtk2)
> 
> wxPythonGTK2-2.4.2.4-0.fdr. ########################## Done.
> wxGTK2-2.4.2-0.fdr.1.2.i386 ########################## Done.
> wxGTK2-gl-2.4.2-0.fdr.1.2.i ########################## Done.
> wxGTK-common-2.4.2-0.fdr.1. ########################## Done.
> 
> they don't work...
> 
> I get error messages such as
> 
> -bash-2.05b$ gnue-designer -n forms
> Traceback (most recent call last):
>  File "/usr/local/bin/gnue-designer", line 30, in ?
>    from gnue.designer import Designer
>  File "/usr/local/gnue/lib/python/gnue/designer/Designer.py", line 65,
> in ?
>    from wxPython.wx import *
>  File "/usr/lib/python2.3/site-packages/wxPython/__init__.py", line 20,
> in ?
>    import wxc
> ImportError: /usr/lib/libwx_gtk2-2.4.so.0: undefined symbol:
> _gtk_accel_group_detach
> 
> and if I look at the libraries, it seems to me that the problem is:
> -bash-2.05b$ ls -l /usr/lib/libwx*
> lrwxrwxrwx  1 root root      23 Jun 11 09:38
> /usr/lib/libwx_gtk2-2.4.so.0 -> libwx_gtk2-2.4.so.0.1.1
> -rwxr-xr-x  1 root root 4855128 May 18 01:30
> /usr/lib/libwx_gtk2-2.4.so.0.1.1
> lrwxrwxrwx  1 root root      26 Jun 11 09:38
> /usr/lib/libwx_gtk2_gl-2.4.so -> libwx_gtk2_gl-2.4.so.0.1.1
> lrwxrwxrwx  1 root root      26 Jun 11 09:38
> /usr/lib/libwx_gtk2_gl-2.4.so.0 -> libwx_gtk2_gl-2.4.so.0.1.1
> -rwxr-xr-x  1 root root   32732 May 18 01:30
> /usr/lib/libwx_gtk2_gl-2.4.so.0.1.1
> 
> How can I fix this?
> 
> Craig
> 
> 
> --
> fedora-list mailing list
> fedora-list at redhat.com
> To unsubscribe: http://www.redhat.com/mailman/listinfo/fedora-list
>





More information about the users mailing list