Hi
I found the solution to problem and I just want to document it for the
next guy. I
did not copy the content of the 'dist' directory created by Py2exe to
the folder containing my executable.
Changing HKEY_LOCAL_MACHINE\SOFTWARE\PythonCore\. alone
did not work for me... maybe I should have foun
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 distr
Hello J,
>I have created an App that embedds the python interpreter and I am
>now in the process of creating an installer. I am currently linking
>python24.lib, but it is only 184k and I suspect that it imports other
>dlls... I am also using numarray. Does anyone have any experiences in
>packaging
J wrote:
> I have created an App that embedds the python interpreter and I am
> now in the process of creating an installer. I am currently linking
> python24.lib, but it is only 184k and I suspect that it imports other
> dlls... I am also using numarray. Does anyone have any experiences in
> packa