From: Dan S. <dan...@gm...> - 2009-04-14 04:24:35
|
I've tried unsuccessfully to use PyDB2 with py2exe. In my code I have a standard connection string but when the code is executed the containing frame just disappears. It's as if there's something missing that py2exe is not detecting. As you may know py2exe only scans Python code, not C/C++ code, so it cannot determine what code PyDB2 imports. I'd sure appreciate it if someone could tell me what I'm missing. BTW, everything works fine when running my code within Eclipse (using PyDev) or when executing 'python my_prog.py' at a DOS prompt. |