Re: [Matplotlib-users] matplotlib and py2exe

2007-03-31 Thread Werner F. Bruhin
Hi Archana, Archana Ganesan wrote: Hi all, I have a python application that uses matplotlib. I want to compile it into an executable. I tried using py2exe but it returned some error w.rt matplotlib. Cpuld anyone please help me with this? Is there some other way to get it done? I am using

Re: [Matplotlib-users] matplotlib and py2exe

2007-03-31 Thread Tommy Grav
It is hard to guess what exactly your problem is as you do not provide a code example or the traceback call of your exception. I would venture that you are trying to create a num_array without having Numerix, numpy or numarray imported or installed on your machine. Some more information

Re: [Matplotlib-users] matplotlib and py2exe

2007-03-31 Thread Robert Kern
Archana Ganesan wrote: Hi all, The exception I get is Traceback (most recent call last): File App1.py, line 6, in ? File Frame1.pyc, line 9, in ? File Simulation.pyc, line 16, in ? File pylab.pyc, line 1, in ? File matplotlib\pylab.pyc, line 199, in ? File matplotlib\cm.pyc,