Hanno Klemm wrote:
> Hi,
>
> I want to use freeze.py on code that heavily relies on numpy. If I
> just try 
>
> python2.5 /scratch/src/Python-2.5/Tools/freeze/freeze.py pylay.py
>   
I've seen people use NumPy with programs like freeze before.  You have 
to take into account that multiarray is a compiled extension module.  
Thus, you usually have to do something (like write a description file or 
something like that)  to make sure it gets included in the distribution 
tree.

I've never done it, so I am not of much help.

-Travis

_______________________________________________
Numpy-discussion mailing list
[email protected]
http://projects.scipy.org/mailman/listinfo/numpy-discussion

Reply via email to