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,
>
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
[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
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
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.
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
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
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
--
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