Hi,
> ...
> The bad news is that I still have problems with setup.py: doing make clean +
make unix + untar the tarball + python setup.py install fails:
>
> - icons are not copied under /usr/lib/python2.5/site-packages/vitables
Fixed. Having two identical keys in the package_data dictionary (in setup.py) is
not a good idea :-P. It works if I replace
vitables: [icons...],
vitables: [htmldocs...],
with
vitables: [icons..., htmldocs...]
> - the install process abort saying:
>
> copying doc/usersguide.xml -> /usr/doc
> error: can't copy 'doc/usersguide.pdf': doesn't exist or not a regular file
>
This problem still remains.
Vicent