Package: Pype
Version: 2.1.1-1

When starting pype, I first get a window with the following message:

"Mailcap file /home/davidt/.mailcap, line 12: incomplete entry ignored."


The contents of my .mailcap file are as follows:

---
more .mailcap
#--Netscape Communications Corporation MIME Information
#Do not delete the above line. It is used to identify the file type.
#
application/vnd.ms-excel;/home/davidt/cxoffice/bin/.cxoffice-app-0 '%s'; \
    description="Microsoft Excel Viewer (XLVIEW.EXE)"; \
    x-cxoffice
application/vnd.ms-powerpoint;/home/davidt/cxoffice/bin/.cxoffice-app-1 '%s'; \
    description="Microsoft PowerPoint Viewer (PPVIEW32.EXE)"; \
    x-cxoffice
application/msword;/home/davidt/cxoffice/bin/.cxoffice-app-2 '%s'; \
    description="Microsoft Word Viewer for Windows(r) 97 (wordview.exe)"; \
    x-cxoffice
---

After klicking OK, pyne starts up. If I then try to load any python
program (something like helloworld.py for example), the application
segfaults:

pype
[ Wed Sep  7 07:30:15 2005 ] Loading history from /home/davidt/.pype/history.txt
[ Wed Sep  7 07:31:34 2005 ] found filetype-specific defaults python

(python:2990): Gtk-CRITICAL **: gtk_pixmap_new: assertion `val != NULL' failed

(python:2990): Gtk-CRITICAL **: gtk_box_pack_start: assertion
`GTK_IS_WIDGET (child)' failed
Segmentation fault

uname -a
Linux lin10 2.6.11-1-686-smp #1 SMP Mon Jun 20 20:18:45 MDT 2005 i686 GNU/Linux

ls -l /lib/libc.so.6
lrwxrwxrwx  1 root root 13 Sep  5 08:55 /lib/libc.so.6 -> libc-2.3.5.so

python
Python 2.3.5 (#2, Aug 30 2005, 15:50:26)
[GCC 4.0.2 20050821 (prerelease) (Debian 4.0.1-6)] on linux2

Reply via email to