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
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