help
Redcat
redcat at streemit.net
Fri Oct 7 12:56:33 EDT 2011
On Fri, 07 Oct 2011 15:59:55 +0000, X1 wrote:
> I have this program that fails:
>
> $ vapt
> Traceback (most recent call last):
> File "/usr/local/bin/vapt", line 3, in <module>
> from vapt import vapt
> File "/usr/lib/python2.6/site-packages/vapt/__init__.py", line 11, in
> <module>
> __import__(name, glob, loc, [])
> File "/usr/lib/python2.6/site-packages/vapt/cadview.py", line 13, in
> <module>
> import OpenGL.Tk as gltk
> ImportError: No module named Tk
>
>
> can you help me?
> This is on fedora
The OpenGL.Tk module is looking for the Tk module and not finding it.
Install the Tk module.
Try "sudo easy_install Tk".
More information about the Python-list
mailing list