[reportlab-users] installation dir troubles
Frederik Himpe
fhimpe at telenet.be
Wed Jun 27 12:46:52 EDT 2007
On Tue, 26 Jun 2007 22:38:01 +0000, Robin Becker wrote:
>> Here you can find the completel output of the build process:
>> http://artipc10.vub.ac.be/log.python-reportlab
>>
>> It seems like it __init__.py(c) are put in /usr/lib/python2.5/site-
>> packages/reportlab, while fonts/00readme.txt gets installed in
>> /usr/lib64/python2.5/site-packages/reportlab/demos/stdfonts
>>
>>
> hhmmm,
>
> there's a 00readme.txt in that folder as well.
Does not matter much, according to the log it's in /usr/lib64/python2.5/
site-packages/reportlab/fonts:
copying fonts/00readme.txt -> /home/fhimpe/python-reportlab/BUILDROOT/python-reportlab-root/usr/lib64/python2.5/site-packages/reportlab/fonts
> I guess we need to ask for a fairly unique filename. Where did
> 'fonts/bitstream-vera-license.txt' actually end up?
Same location according to the log:
copying fonts/bitstream-vera-license.txt -> /home/fhimpe/python-reportlab/BUILDROOT/python-reportlab-root/usr/lib64/python2.5/site-packages/reportlab/fonts
> Looking at your setup.py output I don't see anything obviously wrong,
> but is it actually just lying about where the files get placed?
To me something seems very wrong: the py and pyc files are installed in
/usr/lib/python2.5 prefix, while other files are in /usr/lib64/python2.5
prefix.
Two examples from the log:
byte-compiling /home/fhimpe/python-reportlab/BUILDROOT/python-reportlab-root/usr/lib/python2.5/site-packages/reportlab/tools/__init__.py to __init__.pyc
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
copying docs/userguide/app_demos.py -> /home/fhimpe/python-reportlab/BUILDROOT/python-reportlab-root/usr/lib64/python2.5/site-packages/reportlab/docs/userguide
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
--
Frederik
More information about the reportlab-users
mailing list