SourceForge logo
SourceForge logo
Menu

matplotlib-devel

From: Xuedong Z. <zx...@bu...> - 2007年07月21日 21:32:24
Hi,
 During the installation of the matplotlib package,
 I was told that the matplotlib is trying to replace the tk.tcl file
which belongs to the tk package
 Can anyone told me if this is a bug or feature
 Because of this conflict, I cannot install the package on my ubuntu
Thanks
Xuedong
From: Xuedong Z. <zx...@bu...> - 2007年07月21日 21:51:33
Sorry for my stupid question:
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
Xuedong
Xuedong Zhang 写道:
> Hi,
> During the installation of the matplotlib package,
> I was told that the matplotlib is trying to replace the tk.tcl file
> which belongs to the tk package
>
> Can anyone told me if this is a bug or feature
>
> Because of this conflict, I cannot install the package on my ubuntu
>
> Thanks
> Xuedong
>
>
From: Eric F. <ef...@ha...> - 2007年07月21日 21:54:58
Xuedong Zhang wrote:
> Hi,
> During the installation of the matplotlib package,
> I was told that the matplotlib is trying to replace the tk.tcl file
> which belongs to the tk package
> 
> Can anyone told me if this is a bug or feature
I don't know what to call it, but if it exists it is in the ubuntu 
package dependency system, not in matplotlib itself. Also, the version 
of matplotlib in ubuntu is pretty old, so I advise installing the latest 
release from source instead. See http://matplotlib.sourceforge.net/.
Eric
> 
> Because of this conflict, I cannot install the package on my ubuntu
> 
> Thanks
> Xuedong
> 
> 
> -------------------------------------------------------------------------
> 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
> Mat...@li...
> https://lists.sourceforge.net/lists/listinfo/matplotlib-devel
From: Eric F. <ef...@ha...> - 2007年07月23日 18:49:16
Maybe the solution is to not use checkinstall?
Eric
Xuedong Zhang wrote:
> 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
> Mat...@li...
> https://lists.sourceforge.net/lists/listinfo/matplotlib-devel
From: Gael V. <gae...@no...> - 2007年07月23日 19:20:41
On Mon, Jul 23, 2007 at 08:48:35AM -1000, Eric Firing wrote:
> Maybe the solution is to not use checkinstall?
Yes, I would:
 * Not use checkinstall
 * prefix to /usr/local
HTH,
Gaël
From: Gael V. <gae...@no...> - 2007年07月21日 21:58:09
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
Hope this helps,
Gaël
From: Michael D. <md...@st...> - 2007年07月23日 11:41:36
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
From: Xuedong Z. <zx...@bu...> - 2007年07月23日 18:25:31
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
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.
Thanks for helping keep SourceForge clean.
X





Briefly describe the problem (required):
Upload screenshot of ad (required):
Select a file, or drag & drop file here.
Screenshot instructions:

Click URL instructions:
Right-click on the ad, choose "Copy Link", then paste here →
(This may not be possible with some types of ads)

More information about our ad policies

Ad destination/click URL:

AltStyle によって変換されたページ (->オリジナル) /