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 dependency inference won't pick up scipy's subpackages. Please consult py2exe's documentation on how to force it to include all of scipy and not rely on the default inference. -- Robert Kern [EMAIL PROTECTED] "In the fields of hell where the grass grows high Are the graves of dreams allowed to die." -- Richard Harter -- http://mail.python.org/mailman/listinfo/python-list