Installing new module

alex23 wuwei23 at gmail.com
Tue Oct 12 00:24:24 EDT 2010


On Oct 12, 1:34 pm, ronald brown <rbrown... at 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.



More information about the Python-list mailing list