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