Re: py2exe: LoadLibrary(pythondll) failed
- From: Thomas Heller <theller@xxxxxxxxxx>
- Date: Sat, 03 Mar 2007 23:50:04 +0100
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 test.exe to
run? Thanks.
Ouyang
The test.exe created by py2exe relies on everything else in the dist directory,
so you must copy these files as well.
Thomas
.
- Follow-Ups:
- Re: py2exe: LoadLibrary(pythondll) failed
- From: zxo102
- Re: py2exe: LoadLibrary(pythondll) failed
- References:
- py2exe: LoadLibrary(pythondll) failed
- From: zxo102
- py2exe: LoadLibrary(pythondll) failed
- Prev by Date: Re: Questions about app design - OOP with python classes
- Next by Date: Re: pop method question
- Previous by thread: py2exe: LoadLibrary(pythondll) failed
- Next by thread: Re: py2exe: LoadLibrary(pythondll) failed
- Index(es):
Relevant Pages
|
|