No module named matplotlib

Asked by mm alam

I am trying this Idea module.

On one virtual machine, it is giving the following error, whenever I give to generate a graph:

Environment Information :
System : Linux-2.6.31-21-generic-i686-with-Ubuntu-9.10-karmic
OS Name : posix
Distributor ID: Ubuntu
Description: Ubuntu 9.10
Release: 9.10
Codename: karmic
Operating System Release : 2.6.31-21-generic
Operating System Version : #59-Ubuntu SMP Wed Mar 24 07:28:56 UTC 2010
Operating System Architecture : 32bit
Operating System Locale : en_US.UTF8
Python Version : 2.6.4
OpenERP-Client Version : 5.0.9
Last revision No. & ID :Bazaar Package not Found !Traceback (most recent call last):
  File "/home/alam/Desktop/Data/client/bin/widget/view/graph_gtk/parser.py", line 57, in parse
    import graph
  File "/home/alam/Desktop/Data/client/bin/widget/view/graph_gtk/graph.py", line 43, in <module>
    import tinygraph
  File "/home/alam/Desktop/Data/client/bin/tinygraph/__init__.py", line 22, in <module>
    import matplotlib
ImportError: No module named matplotlib

Is this the python error? Or OpenERP error

Please advise.

Question information

Language:
English Edit question
Status:
Answered
For:
OpenERP Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
Vinay Rana (OpenERP) (vra-openerp) said :
#1

Hello MM alam,

You need to install the python package name with : 'python-matplotlib' by running following command in the terminal(In linux.).

sudo apt-get install python-matplotlib

Hope this will help you.

Thanks.

Can you help with this problem?

Provide an answer of your own, or ask mm alam for more information if necessary.

To post a message you must log in.