packaging python for install.

J jstier at cs.uvic.ca
Mon Sep 12 19:45:23 EDT 2005


Hi Miki

Thx for you reply. I have tried the procedure but I am stuck with

python setup.py py2exe --includes mymodule.

I get the following error: "ImportError: No module named mymodule"

I don't know what mymodule should contain. Basically I want all of
python and numarray
to be part of the distribution. The script creates a directory called
dist, but that's about it...

Am I right to assume that mymodule just contains an bunch of import
statements ?


Cheers
Jochen




More information about the Python-list mailing list