matthew yeomans wrote: > > I tried so, I reduced everything example > > from pylab import plot > from pylab import axis > .... and so on > > > I think I noticed is that when i call > from numpy import array > > it confuses array from numpy to array module. > > If there a way how to tell py2exe that it requires array from numpy > and not module array? > > > thanks for all the help. > > Matthew Yeomans Matthew:
First, you've already been asked not to reply to the Digest, but to use a meaningful Subject. Second, this really sounds like a py2exe issue, not a NumPy issue, so you should check the py2exe wiki and mailing list. # Steve _______________________________________________ Numpy-discussion mailing list [email protected] http://projects.scipy.org/mailman/listinfo/numpy-discussion
