nburdick / lilykde

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

Frescobaldi 0.7.12 stopped working using current KDE 4.3 RC3 (4.2.98) Desktop #16

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Hello,
thanks a lot for this great gui for lilypond, I was running the frescobaldi
0.7.12 on my KDE 4.2 system and everything seemed to be ok. Earlier Beta
versions of the upcoming KDE 4.3 Desktop also worked, but now frescobaldi
stopped working, it starts and I can enter some code, but running lilypond
fails (nothing happens). I I try to open the Settings of frescobaldi there
also nothing happens. The command line version of lilypond is running
alright, so perhaps something is wrong with the python bindings, but I'm
not sure (see the output at the bottom)

What steps will reproduce the problem?
1. Install current KDE (4.2.98) opensuse rpm packages
2. Install Frescobaldi from source (install works fine)
3. try running lilypond using the frescobaldi gui doesn't work
4. using lilypond command line version works 

What is the expected output? What do you see instead?
Error in sys.excepthook:
Traceback (most recent call last):
  File "/home/mrplanlos/downloads/frescobaldi-0.7.12/python/signals.py",
line 50, in __call__
    func(*args[:func.func_code.co_argcount], **kwargs)
AttributeError: 'builtin_function_or_method' object has no attribute
'func_code'

Original exception was:
Traceback (most recent call last):
  File
"/home/mrplanlos/downloads/frescobaldi-0.7.12/python/frescobaldi_app/mainapp.py"
,
line 303, in lilypond_runner
    lilypond_run_preview()
  File
"/home/mrplanlos/downloads/frescobaldi-0.7.12/python/frescobaldi_app/mainapp.py"
,
line 313, in lilypond_run_preview
    lilypond_run_publish(True)
  File
"/home/mrplanlos/downloads/frescobaldi-0.7.12/python/frescobaldi_app/mainapp.py"
,
line 344, in lilypond_run_publish
    job = self.jobManager().createJob(d, log, preview)
  File
"/home/mrplanlos/downloads/frescobaldi-0.7.12/python/frescobaldi_app/runlily.py"
,
line 205, in createJob
    self.jobs[doc] = LyDoc2PDF(doc, log, preview)
  File
"/home/mrplanlos/downloads/frescobaldi-0.7.12/python/frescobaldi_app/runlily.py"
,
line 173, in __init__
    super(LyDoc2PDF, self).__init__(lyfile, log)
  File
"/home/mrplanlos/downloads/frescobaldi-0.7.12/python/frescobaldi_app/runlily.py"
,
line 73, in __init__
    self.p.setProgram(cmd)
TypeError: argument 1 of KProcess.setProgram() has an invalid type

What version of the product are you using? On what operating system?
frescobaldi 0.7.12, KDE 4.3 RC3 (4.2.98), Opensuse 11.1

Please provide any additional information below.

Original issue reported on code.google.com by andreass...@googlemail.com on 3 Aug 2009 at 7:39

GoogleCodeExporter commented 8 years ago
Ok, got it working,
I checked out the latest version from svn and everything seems to work again.

Regards
Andreas

Original comment by andreass...@googlemail.com on 3 Aug 2009 at 8:22

GoogleCodeExporter commented 8 years ago
Yes, I will release 0.7.13 soon!

Original comment by wbsoft on 5 Aug 2009 at 12:51