On Sat, May 15, 2010 at 1:25 PM, Trong Hai <batuoc20...@yahoo.com> wrote: > Hello! > > Excuse me, I have a problem with python program, I don’t know fix it . Do > you can help me? I very thank you. My problem is “ ImportError: No module > named adodbapi ” when I run file “test_tsqlunit.py” and another. I hope you > can help me to solution this fix. Thank you very much! >
You either don't have adodbapi installed, or it is not in your path. The python interpreter can not find module, hence the error “ ImportError: No module named adodbapi ” _______________________________________________ python-win32 mailing list python-win32@python.org http://mail.python.org/mailman/listinfo/python-win32