Try using this for /usr/bin/pype:

#! /usr/bin/python

PYPE='/usr/share/pype'
import sys
import os
sys.path.append(PYPE)
os.chdir(PYPE)
import pype
pype.main()

It does the chdir to /usr/share/pype so that the icon files which aren't
found, which causes the segfault, are found. With pype's file history
this isn't a handicap.

Works for me, your mileage may vary!

Kim


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to