|
From: John H. <jdh...@ac...> - 2004-03-02 15:57:59
|
>>>>> "Dominique" == Dominique Orban <do...@da...> writes:
Dominique> Allright thanks. In Linux, i can compile the new
Dominique> matplotlib with gcc 3.3. I notice the same problem
Dominique> with fontTools. This time i do have a FontTools.pth in
Dominique> my source directory, but it isn't copied to
Dominique> /whatever/python2.3/site-packages when i run python
Dominique> setup.py install.
Just copy the file to site-packages. This problem is fixed in CVS but
with Paul's new font finder hopefully it will soon be a non-issue.
Dominique> Now it doesn't find _backend_agg. Sorry to be bugging
Dominique> you with all these minor annoyances.
No problem - I want to fix these problems as soon as possible so keep
them coming.
Did you edit setup.py? You need to set the flags BUILD_AGG and
BUILD_FONTTOOLS. If this doesn't do it for you, please post compile
errors or tracebacks.
Dominique> Also i notice the 'afm' problem i reported earlier with
Dominique> the PS backend hasn't been fixed. Did you receive my
Dominique> little fix?
Thanks for the reminder - it had slipped too low in the pile and I
forgot about it. It's in now.
JDH
|