ImportError: No module named colormap
Sean 'Shaleh' Perry
shalehperry at home.com
Sat Jun 30 18:40:41 EDT 2001
> 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 ?
>
# apt-get install auto-apt
# auto-apt update # long pause
$ auto-apt search <file>
I find no file called colormap.py, Colormap.py, etc. In fact:
one:~$ auto-apt search colormap.py
one:~$ auto-apt search Colormap.py
one:~$ auto-apt search colormap
usr/include/qt/qglcolormap.h devel/libqt3-dev
usr/X11R6/include/X11/pixmaps/colormap.xpm x11/fvwm-common
usr/bin/colormap devel/liballegro3.9.36-dev-common
one:~$ auto-apt search Colormap
one:~$ auto-apt search tkcolormap
one:~$ auto-apt search tkcolormap
More information about the Python-list
mailing list