Hello,
Iam using matplotlib to create a scatter plot and i have trouble in converting to exe. The error iam getting is
Traceback (most recent call last):
File "portopti.py", line 8, in <module>
File "matplotlib\pyplot.pyc", line 95, in <module>
File "matplotlib\backends\__init__.pyc", line 25, in pylab_setup
ImportError: No module named backend_tkagg
Iam using python 2.7 and matplotlib 1.0.1. I tried the setup scripts in http://www.py2exe.org/index.cgi/MatPlotLib and all are giving the same error.
Is this problem only in 2.7 and matplotlib 1.0.1? Have anybody succeeded in converting matplotlib application to exe? If so, could you please tell me the versions you have used?