Re: missing cephes module

2005-07-04 Thread Robert Kern
Justin wrote: > Hi All: > > When I used py2exe to create executable file, "cephes" module missing > error occurred. > I have installed python 2.3 and scientific and numeric python. > Can anybody suggest me how to resolve the problem? Did you try what I suggested the last time you posted this

Re: missing cephes module

2005-07-01 Thread Robert Kern
Justin wrote: > When I used py2exe to create executable file, "cephes" module missing > error occurred. > I have installed python 2.3 and scientific and numeric python. > Can anybody suggest me how to resolve the problem? scipy uses a lazy import mechanism. IIRC, without some help, py2exe's de