Import Problem on WIndows py3

Werner Thie werner at thieprojects.ch
Tue Sep 4 16:45:30 EDT 2012


On 9/4/12 9:49 AM, jimmyli1528 at gmail.com wrote:
> I have a main program and a 3rd party module. Trying to import colorama, where colorama is a folder with files in it, returns an ImportError: No module named colorama. How should I import folders?
>


Do you have a (empty) __init__.py file present in this particular directory?

Werner



More information about the Python-list mailing list