help

Terry Reedy tjreedy at udel.edu
Fri Oct 7 19:39:22 EDT 2011


On 10/7/2011 12:56 PM, Redcat wrote:
> 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.

Or there is no OpenGL.Tk module

 >>> import itertools.xxx
Traceback (most recent call last):
   File "<pyshell#0>", line 1, in <module>
     import itertools.xxx
ImportError: No module named xxx
>
> Try "sudo easy_install Tk".

-- 
Terry Jan Reedy




More information about the Python-list mailing list