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

Re: [Matplotlib-users] matplotlib and py2exe

2007-03-31 Thread Archana Ganesan
import numpy and import matplotlib does work in the interactive python shell. thanks, Archana. On 3/31/07, Tommy Grav <[EMAIL PROTECTED]> wrote: I do not immediately see why the error occurs. Hopefully someone else can add their input. Off the cuff it seems like matplotlib has not been instal

Re: [Matplotlib-users] matplotlib and py2exe

2007-03-31 Thread Tommy Grav
I do not immediately see why the error occurs. Hopefully someone else can add their input. Off the cuff it seems like matplotlib has not been installed properly. Can you confirm that import numpy and import matplotlib works in the interactive python shell. Cheers Tommy [EMAIL PROTECTED] /User

Re: [Matplotlib-users] matplotlib and py2exe

2007-03-31 Thread Archana Ganesan
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", line 5, in ? File "matplo

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 ab

Re: [Matplotlib-users] matplotlib and py2exe

2007-03-31 Thread Archana Ganesan
Hi all, I have a python application that uses matplotlib.I am trying to compile it into an executable using py2exe. I am encountering "No module named num_array problem". I do not know how to resolve this. I notice that " matplotlib.numerix" is in the included package. Did you encounter this prob

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 ma