Ubuntu Hardy and matplotlib

Hi,

I have tried reinstalling python-matplotlib and python-matplotlib-data as well as reinstalling python-gtk2 and none of this proposed solutions work. Still stuck unfortunately. I am thinking maybe my ubuntu is not right. Could you guys let me know which repositories you use and I could try and upgrade my ubuntu to one of new repositories lists?

Thank

···

--
This message is subject to the CSIR's copyright terms and conditions, e-mail legal notice, and implemented Open Document Format (ODF) standard.
The full disclaimer details can be found at http://www.csir.co.za/disclaimer.html.

This message has been scanned for viruses and dangerous content by MailScanner,
and is believed to be clean. MailScanner thanks Transtec Computers for their support.

Hi
I am working with matplotlib 0.91.3 on Hardy. I installed it (with “pyhton setup.py build” and “pyhton setup.py install”) from the source given on SourceForge. And it’s working perfectly.
Are you sure that you installed all the needed packages ? (Check with “pyhton setup.py build” and see wether there is no missing packages, especially development packages)
NB : My matplotlib work without development packages from tkinter despite the fact that there are asked.
Regards
Johan

2008/6/17 Marjolaine Rouault <mrouault@…1229…>:

···

Hi,

I have tried reinstalling python-matplotlib and python-matplotlib-data as well as reinstalling python-gtk2 and none of this proposed solutions work. Still stuck unfortunately. I am thinking maybe my ubuntu is not right. Could you guys let me know which repositories you use and I could try and upgrade my ubuntu to one of new repositories lists?

Thank

This message is subject to the CSIR’s copyright terms and conditions, e-mail legal notice, and implemented Open Document Format (ODF) standard.

The full disclaimer details can be found at http://www.csir.co.za/disclaimer.html.

This message has been scanned for viruses and dangerous content by MailScanner,

and is believed to be clean. MailScanner thanks Transtec Computers for their support.


Check out the new SourceForge.net Marketplace.

It’s the best place to buy or sell services for

just about anything Open Source.

http://sourceforge.net/services/buy/index.php


Matplotlib-users mailing list

Matplotlib-users@lists.sourceforge.net

https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Don't sure last matplotlib version (and numpy) is in Hardy repositories. Here
we do :
1- sudo apt-get --purge remove python-numpy* python-matplotlib* python-scipy*
2- manually remove all related folders under site-packages (with eggs!)
3- download and install manually numpy, scipy and matplotlib (and basemap)

···

Le mardi 17 juin 2008, Marjolaine Rouault a écrit :

Hi,

I have tried reinstalling python-matplotlib and python-matplotlib-data as
well as reinstalling python-gtk2 and none of this proposed solutions work.
Still stuck unfortunately. I am thinking maybe my ubuntu is not right.
Could you guys let me know which repositories you use and I could try and
upgrade my ubuntu to one of new repositories lists?

Thank

--
Lionel Roubeyrie - lroubeyrie@...1068...
Chargé d'études et de maintenance
LIMAIR - la Surveillance de l'Air en Limousin
http://www.limair.asso.fr

Dear Johan,

I have downloaded the matplotlib 0.91.2 version (the one installed by default by my package manager) and ran the python setup.py build as you suggested before running the python setup.py install command. I fixed the problem! I am so grateful for you helping me sort this out finally. I am looking forwards to start using matplotlib.

Cheers, marjolaine.

"Johan Mazel" <johan.mazel@...287...> 06/17/08 10:15 AM >>>

Hi
I am working with matplotlib 0.91.3 on Hardy. I installed it (with "pyhton
setup.py build" and "pyhton setup.py install") from the source given on
SourceForge. And it's working perfectly.
Are you sure that you installed all the needed packages ? (Check with
"pyhton setup.py build" and see wether there is no missing packages,
especially development packages)
NB : My matplotlib work without development packages from tkinter despite
the fact that there are asked.
Regards
Johan

2008/6/17 Marjolaine Rouault <mrouault@...1229...>:

···

Hi,

I have tried reinstalling python-matplotlib and python-matplotlib-data as
well as reinstalling python-gtk2 and none of this proposed solutions work.
Still stuck unfortunately. I am thinking maybe my ubuntu is not right. Could
you guys let me know which repositories you use and I could try and upgrade
my ubuntu to one of new repositories lists?

Thank

--
This message is subject to the CSIR's copyright terms and conditions,
e-mail legal notice, and implemented Open Document Format (ODF) standard.
The full disclaimer details can be found at
http://www.csir.co.za/disclaimer.html.

This message has been scanned for viruses and dangerous content by
MailScanner,
and is believed to be clean. MailScanner thanks Transtec Computers for
their support.

-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
matplotlib-users List Signup and Options

--
This message is subject to the CSIR's copyright terms and conditions, e-mail legal notice, and implemented Open Document Format (ODF) standard.
The full disclaimer details can be found at http://www.csir.co.za/disclaimer.html.

This message has been scanned for viruses and dangerous content by MailScanner,
and is believed to be clean. MailScanner thanks Transtec Computers for their support.

Hi
The thing is that if you installed the package matplotlib through your package manager, you are not supposed and you don’t need to install it manually from the sources with the two commands I gave you.
The main interest of using the source of 0.91.3 is to use a debugged version of the 0.91 release. In fact, the package 0.91.2 that you can get from your package manager still have some bugs.

But maybe, you are using the 0.91.3 version since you typed “pyhton setup.py build” and “pyhton setup.py install” in the source directory (despite of the fact that you previously installed a matplotlib package).
I’m not good enough in Linux to tell what is the behaviour of the system in this case.

Anyway, good for you if it’s actually working. :slight_smile:
Regards
Johan

2008/6/17 Marjolaine Rouault <mrouault@…1229…>:

···

Dear Johan,

I have downloaded the matplotlib 0.91.2 version (the one installed by default by my package manager) and ran the python setup.py build as you suggested before running the python setup.py install command. I fixed the problem! I am so grateful for you helping me sort this out finally. I am looking forwards to start using matplotlib.

Cheers, marjolaine.

“Johan Mazel” <johan.mazel@…287…> 06/17/08 10:15 AM >>>

Hi

I am working with matplotlib 0.91.3 on Hardy. I installed it (with "pyhton

setup.py build" and “pyhton setup.py install”) from the source given on

SourceForge. And it’s working perfectly.

Are you sure that you installed all the needed packages ? (Check with

“pyhton setup.py build” and see wether there is no missing packages,

especially development packages)

NB : My matplotlib work without development packages from tkinter despite

the fact that there are asked.

Regards

Johan

2008/6/17 Marjolaine Rouault <mrouault@…1229…>:

Hi,

I have tried reinstalling python-matplotlib and python-matplotlib-data as

well as reinstalling python-gtk2 and none of this proposed solutions work.

Still stuck unfortunately. I am thinking maybe my ubuntu is not right. Could

you guys let me know which repositories you use and I could try and upgrade

my ubuntu to one of new repositories lists?

Thank

This message is subject to the CSIR’s copyright terms and conditions,

e-mail legal notice, and implemented Open Document Format (ODF) standard.

The full disclaimer details can be found at

http://www.csir.co.za/disclaimer.html.

This message has been scanned for viruses and dangerous content by

MailScanner,

and is believed to be clean. MailScanner thanks Transtec Computers for

their support.


Check out the new SourceForge.net Marketplace.

It’s the best place to buy or sell services for

just about anything Open Source.

http://sourceforge.net/services/buy/index.php


Matplotlib-users mailing list

Matplotlib-users@lists.sourceforge.net

https://lists.sourceforge.net/lists/listinfo/matplotlib-users

This message is subject to the CSIR’s copyright terms and conditions, e-mail legal notice, and implemented Open Document Format (ODF) standard.

The full disclaimer details can be found at http://www.csir.co.za/disclaimer.html.

This message has been scanned for viruses and dangerous content by MailScanner,

and is believed to be clean. MailScanner thanks Transtec Computers for their support.