Hi all,
OS: Windows XP
Python: Version 2.5
I have a gui program that uses soappy to consume the web services. It works fine when I am running it from command prompt. And then I make the program to a single executable file using the py2exe. It works fine (this is on Windows XP). But when I try to run the program on Windows 2000 machine. The soappy program (.exe) just failed and die silently without any warning. The windows 2000 machine is my testing machine. I have google all over places, and can not find anything about this. I am pretty sure it is the soappy problem not the py2exe problem. Because the gui works fine. I really appreciate if anyone can help me out here. Thanks in advance