Hi again,
--- In vitables-users@yahoogroups.com, "ocvmas" <ocvmas@...> wrote:
> ...
> As a consequence icons are not available when running ViTables (I think fixing
this is just a matter of editing resources.qrc and fixing the path of icons).
>
I've tried to fix this problem changing the path in resources.qrc but it doesn't
work. Looking at function utils.py/createIcons I see that you have removed the
use of resources for loading icons. I don't understand why. qrc files are
absolutely portable and save you from problems when dealing with paths. This is
the reason I decided to use .qrc files. Are qrc files a problem for creating
debian packages?
But the big problem is that the createIcons function is not called (if you
insert a print 'foo' in the first line of the function for tracing purposes
nothing is printed).
> During the install process I see that images are not found when fop tries to
generate the documentation in PDF format:
> ...
> So the generated PDF file contains no images. I'm suspicious this could be a
local problem in my fop installation. Does it happens to you?
>
I've fixed this. It was a configuration problem on my system.
>
> When I run ViTables the documentation is not found (when you click the Users
Guide button the browser shows a blank page). Again it has to be a problem with
the resources file.
>
I've not looked at this yet.
Vicent