ImportError: No module named colormap
Morten Gulbrandsen
morten at pool.informatik.rwth-aachen.de
Sat Jun 30 18:08:49 EDT 2001
Hello Programmers
here is some python code from this URL:
http://www.pauahtun.org/TYPython/
from Tkinter import *
from Canvas import Line,Rectangle
import sys
import string
from colormap import *
from tkFileDialog import *
I cant get through this error message:
morten at debian:~$ python mandelbrot2.py
Traceback (innermost last):
File "mandelbrot2.py", line 7, in ?
from colormap import *
ImportError: No module named colormap
How can I solve this Problem unter Debian and FreeBSD ?
Yours Sincerely
Morten Gulbrandsen
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-list/attachments/20010701/571f4b86/attachment.html>
More information about the Python-list
mailing list