Re: [Matplotlib-users] matplotlib and py2exe

2007-04-12 Thread Archana Ganesan
to be included. In these > cases one creates entries in the packages section to force the inclusion > of one or multiple packages. > > Archana Ganesan wrote: >> Hi all, >> ... >> >> options = {"py2exe": {"compressed": 1, >

Re: [Matplotlib-users] matplotlib and py2exe

2007-04-11 Thread Archana Ganesan
Hi Werner, I tried what you suggested, using the setup file you had provided for simple_plot.py. But I get the following error, what should I do abt this? Traceback (most recent call last): File "simple_plot.py", line 1, in ? File "pylab.pyo", line 1, in ? File "matplotlib\pylab.pyo", line 203

Re: [Matplotlib-users] matplotlib and py2exe

2007-04-04 Thread Archana Ganesan
[wx_emb], console = ['trial.py'], options = options, zipfile = zipfile, data_files = [("lib\\matplotlibdata", mpfiles), matplotlib.get_py2exe_datafiles() # if you don't use the lib option ("prog\\amaradata&quo

Re: [Matplotlib-users] matplotlib and py2exe

2007-04-01 Thread Archana Ganesan
TED]> wrote: Hi Archana, Sometimes py2exe can't figure out what needs to be included. In these cases one creates entries in the packages section to force the inclusion of one or multiple packages. Archana Ganesan wrote: > Hi all, > ... > > options = {&qu

Re: [Matplotlib-users] matplotlib and py2exe

2007-03-31 Thread Archana Ganesan
uot;copyright", "credits" or "license" for more information. >>> import numpy >>> import matplotlib >>> from matplotlib.numerix import * >>> random_array >>> numpy.__version__ '1.0.1.dev3436' >>> matplotlib.

Re: [Matplotlib-users] matplotlib and py2exe

2007-03-31 Thread Archana Ganesan
maraschemata), #### ("prog\\", python4dll) ] ) On 3/31/07, Tommy Grav <[EMAIL PROTECTED]> wrote: 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 vent

Re: [Matplotlib-users] matplotlib and py2exe

2007-03-31 Thread Archana Ganesan
d you encounter this problem. I am very new to this and I have to get it done by tomm. So I am sorry if it is really silly. Thanks, Archana. On 3/31/07, Archana Ganesan <[EMAIL PROTECTED]> wrote: Hi all, I have a python application that uses matplotlib. I want to compile it into an execut

[Matplotlib-users] matplotlib and py2exe

2007-03-30 Thread Archana Ganesan
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.rtmatplotlib. Cpuld anyone please help me with this? Is there some other way to get it done? Thanks, Archana --

[Matplotlib-users] pylab show()

2007-03-26 Thread Archana Ganesan
Hi, I am totally new to pylab. I have just started using it. So please excuse if my problem is too silly. I have an application that has creates different plots for different input parameters. I take in the input values and do a show(), This works perfectly fine. Now after performing some operat