I use the command as follows:
sudo checkinstall python setup.py install --prefix /usr/local

But the problem is the same.
It seems during the python install, python access the tk module, but the 
checkinstall
seems think it is modified so should be included in the package?

Michael Droettboom 写道:
> Gael Varoquaux wrote:
>> On Sat, Jul 21, 2007 at 05:50:19PM -0400, Xuedong Zhang wrote:
>>  
>>> What I am trying to run is the following command:
>>>     
>>
>>  
>>> sudo checkinstall python setup.py install
>>>     
>>
>>  
>>> I guess this maybe the problem between checkinstall and matplotlib
>>>     
>>
>> OK, now it's more clear.
>>
>> I suggest you install to /usr/local. That way you will get rid of this
>> conflict. You should be able to do it this way:
>>
>> sudo checkinstall python setup.py install --prefix /usr/local
>>   
> I agree with this advice.  I wonder if you are running into this 
> problem because you already have matplotlib installed as a Debian 
> package.  I'm mostly just curious as to the underlying cause...
>
> Cheers,
> Mike


-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
Matplotlib-devel mailing list
Matplotlib-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-devel

Reply via email to