On Oct 12, 1:34 pm, ronald brown <rbrown...@gmail.com> wrote: > I uzipped to python Lib directory and try to run sample prog got this > error. What am I doing wrong?
At a guess, you're not reading the documentation. You should add modules to Lib/site-packages, not directly to Lib/ itself. In Python 2.6+, you can also place them in %USERPROFILE%/ Application Data/Python/site-packages. -- http://mail.python.org/mailman/listinfo/python-list