nburdick / lilykde

Automatically exported from code.google.com/p/lilykde
0 stars 0 forks source link

segmentation fault #25

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
I would like to try frescobaldi but when I run it, I have a segmentation
fault :

axel@emile:~/kde/frescobaldi$ python frescobaldi.py
Erreur de segmentation

I try the debian package (squeeze), the 0.7.17 sources archives and the SVN
files... always the same problem.

what can I try ?

Thank you for your help,

Axel

Original issue reported on code.google.com by axel...@gmail.com on 3 Dec 2009 at 8:01

GoogleCodeExporter commented 8 years ago
There are some problems with PyKDE4 in Debian right now. Please try this:

1. open a terminal
2. find out which Python frescobaldi uses, e.g. type: 

head -n 1 /usr/bin/frescobaldi (or where-ever you in installed Frescobaldi)

3. execute the Python interpreter mentioned on the first line of the frescobaldi
script, for example:

/usr/bin/python2.6

4. Type on the Python prompt:

import PyKDE4.kdecore

If this results in a segfault there is a problem with PyKDE4. Maybe some 
packages
need updating (i.e. PyQt4, PyKDE4 and Frescobaldi must be using the same Python 
version).

Original comment by wbsoft on 3 Dec 2009 at 10:39

GoogleCodeExporter commented 8 years ago
you're right, PyKDE lauch a segfault...

Thank you,

I hope that a new version of PyKDE will correct this soon, I like try 
Frescobaldi.

Axel

Original comment by axel...@gmail.com on 4 Dec 2009 at 6:04

GoogleCodeExporter commented 8 years ago

Original comment by wbsoft on 6 Dec 2009 at 3:44