On 3月4日, 上午6时50分, Thomas Heller <[EMAIL PROTECTED]> wrote:
> zxo102 schrieb:
>
> > Hi there,
> >I py2exe my test.py as test.exe with a lot of dll and pyc in that
> > directory. If I move the test.exe into another directory and run it
> > from there, it gives me an error " LoadLibrary(pythondll
zxo102 schrieb:
> Hi there,
>I py2exe my test.py as test.exe with a lot of dll and pyc in that
> directory. If I move the test.exe into another directory and run it
> from there, it gives me an error " LoadLibrary(pythondll) failed...
> python24.dll". How can I set it up correctly for this te
(1) You may want to read the following links:
http://docs.python.org/dist/describing-extensions.html#SECTION00234
which came from:
http://docs.python.org/dist/dist.html
Here is another good resource for py2exe:
http://www.py2exe.org/index.cgi/GeneralTipsAndTricks
(2) Also, you
Hi there,
I py2exe my test.py as test.exe with a lot of dll and pyc in that
directory. If I move the test.exe into another directory and run it
from there, it gives me an error " LoadLibrary(pythondll) failed...
python24.dll". How can I set it up correctly for this test.exe to
run? Thanks.