fenfire-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Fenfire-dev] adding PDFs fail with main arch


From: Asko Soukka
Subject: [Fenfire-dev] adding PDFs fail with main arch
Date: Mon, 8 Dec 2003 21:59:14 +0200
User-agent: Mutt/1.4.1i

Hi,

I noticed today that I cannot add new PDF/PS files with the new main
arch Libvob & FenPDF.

importpdf.py:: ('Importing PDF',)
ff.fenpdf.events.key:: ('sc: ', address@hidden)
Exception in mouse
Exception in thread "Thread-1" Traceback (innermost last):
File "/home/humppake/ff/fenfire/../libvob/vob/putil/demo.py", line 225, in mouse
File "/home/humppake/ff/fenfire/../libvob/vob/putil/logger.py", line 141, in 
mouse
File "<string>", line 210, in mouse
File "/home/humppake/ff/fenfire/./org/fenfire/fenpdf/events/eventhandler.py", 
line 99, in mouse
File "/home/humppake/ff/fenfire/./org/fenfire/fenpdf/events/buttons.py", line 
41, in mouseEvent
File "/home/humppake/ff/fenfire/./org/fenfire/fenpdf/actions/keyboard.py", line 
187, in importPDF
AttributeError: instance of 'org.nongnu.libvob.buoy.impl.MultiBuoyManagerImpl' 
has no attribute 'singles'

I guess the Right Solution would need restructuring some of
MultiBuoyManagerImpl. I kludged this by making "managers" in
MultiBuoyManagerImpl public and changing "singles[0]" attribute in
kayboard.py with "managers.get(0)"

-Asko.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]