HOWTO: Python 2.3 on Fedora Core 1 Linux

Logan logan at phreaker.nospam
Sat Nov 29 12:46:48 EST 2003


On Wed, 26 Nov 2003 03:51:36 +0100, Logan wrote:
>
> Installing wxPython with wxGTK (Python bindings for wxWindows)
>
>
> ... ... ... 
>
>
>     ../configure --with-gtk \
>                  --prefix=$WXPREF \
>                  --enable-rpath=$WXPREF/lib \
>                  --with-opengl \
>                  --enable-geometry \
>                  --enable-optimise \
>                  --enable-debug_flag \
>                  --with-libjpeg=builtin \
>                  --with-libpng=builtin \
>                  --with-libtiff=builtin \
>                  --with-zlib=builtin \
>                  --enable-gtk2 \
>                  --enable-unicode \
> 

There seems to be a problem with wxPython on Fedora Core 1 Linux,
if you install it as described above (s. main posting). E.g. when
right clicking on a TextCtrl, no popup-window appears but the
script crashes (seg fault). 

(More on this: s. the mailing list for wxPython.)

To avoid this (i.e. the seg faults), use the following to 
configure wxGTK (instead of the above):

     ../configure --prefix=$WXPREF \
                  --enable-rpath=$WXPREF/lib \
                  --with-opengl \
                  --enable-geometry \
                  --enable-optimise \
                  --enable-gtk2 \
                  --enable-unicode \

L.

-- 
mailto: logan at phreaker(NoSpam).net





More information about the Python-list mailing list