missing cephes module

Robert Kern rkern at ucsd.edu
Fri Jul 1 11:37:39 EDT 2005


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
rkern at ucsd.edu

"In the fields of hell where the grass grows high
  Are the graves of dreams allowed to die."
   -- Richard Harter




More information about the Python-list mailing list