On Fri, Apr 27, 2007, Achim Gaedke wrote: > achim at dogbert:~$ LD_LIBRARY_PATH=/usr/lib/debug/usr/lib python -c "import gtk" > Segmentation fault You should /not/ touch LD_LIBRARY_PATH, the data files in /usr/lib/debug/usr/lib are NOT libraries; this is probably why you're crashing. -- Loïc Minier