Hi,
please let me know if this remark is irrelevant:
this is the third email mentioning that I still have to add one line in setupext.py in order for matplotlib to be installed without crashing (see below).
For some reason this 'bug' (if it is one?) is present since many versions and has not been solved for me although I have tried to send emails regularly regarding this item. Please let me know if this is normal or if it is just something not set up right for me.
ALSO: I posted a request for help on mplot3d twice, but got no feedback. Any help is welcome!
thanks in advance,
Eric
P.S.: here is what I have to do everytime I wish to install a new version of matplotlib:
# add one line in setupext.py:
o.tcl_inc="/usr/include/"
# before
if not os.path.exists(o.tcl_inc):
print 'cannot find tcl/tk headers. giving up.'
sys.exit()
return o