Whoa! Bravo! There it is, looks good! Haven't played with it, but it's running. Weren't so hard now was it? :-)
I didn't do the path thing, just removed the previous and dpkg'd your new .deb file. I installed MacPorts while looking for the dependencies, and it's possible that created another default python. I will be pleased to uninstall that and keep giving fink a chance. But your .deb seems to do it. Congratulations, Davy! Seth On Sun, Nov 30, 2014 at 9:38 PM, Davy Cottet <[email protected]> wrote: > I've tryed to chmod the launcher before packaging, let's see it that did the > trick. Otherwise, I'll need to make a postinst script to fix permission. > > Concerning, your present problem, it look like python is not able to find > your previously installed pyqt4 module. > My fist thought is that your default python is not the one installed with > Fink but another installation. > So I've replaced #!/usr/bin/env python by #!/sw/bin/python2.7 > > Here's another try : > https://mega.co.nz/#!jAZzQajD!E578cKMl0FH0U791Kdo87db0X6fLb9AvHlLvCKxFcvQ > > > PS : If this still not working, try to add this path to your python paths > sys.path.append('/sw/lib/python2.7/site-packages/') > > -- > You received this message because you are subscribed to the Google Groups > "leo-editor" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/leo-editor. > For more options, visit https://groups.google.com/d/optout. -- You received this message because you are subscribed to the Google Groups "leo-editor" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/leo-editor. For more options, visit https://groups.google.com/d/optout.
