I downloaded the colorama module for python and I double clicked the setup.py. The screen flashed, but when I try to import the module, it always says
No Module named colorama
I copied and pasted the folder under 'C:\Python26\Lib\site-packages' and tried to run the setup from there. Same deal. Am I doing something wrong?
python setup.py
. What is the output when you do this? – Williawilliamcolorama
in your site-packages folder. Try separately: both that and renaming the colorama-0.2.4/ directory to colorama/ – Williawilliampip install colorama
– Gelatinize