help

X

X1

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
 
R

Redcat

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".
 
X

X1

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".

Thanks,
I have the Tk module installed, but the program still fails.
Probably it is a problem of path?
 
R

Redcat

Thanks,
I have the Tk module installed, but the program still fails. Probably it
is a problem of path?

That would be my guess - that the Tk module is installed somewhere other
than where OpenGL.Tk is looking for it.
 
T

Terry Reedy

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
Traceback (most recent call last):
File "<pyshell#0>", line 1, in <module>
import itertools.xxx
ImportError: No module named xxx
 
X

X1

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

The module is present in a location that is not searched.
I have reinstalled but to no avail.
Traceback (most recent call last):
File "<pyshell#0>", line 1, in <module>
import itertools.xxx
ImportError: No module named xxx

easy_install does not exist on Fedora.
 
M

Matej Cepl

easy_install does not exist on Fedora.

That's a pure lie.

mitmanek:~ $ sudo repoquery -qf /usr/bin/easy_install
python-setuptools-0:0.6.10-3.el6.noarch
mitmanek:~ $

Matěj
 
S

Steven D'Aprano

That's a pure lie.

Rather than assume malice, we should give X1 the benefit of the doubt and
assume he genuinely believed what he wrote but was merely mistaken.
 
M

Matej Cepl

Dne 22.10.2011 17:02, Steven D'Aprano napsal(a):
Rather than assume malice, we should give X1 the benefit of the doubt and
assume he genuinely believed what he wrote but was merely mistaken.

Sure, I didn't want to assume malice (sorry, English is my second
language and sometimes it shows; would "libel" or "slander" fit the bill
better?). I just wanted to slip in the information about repoquery which
is an awesome tool, but not many people know about it.

Matěj
 
D

David Riley

"Libel" and "slander" also generally indicate malice. Perhaps just "That's incorrect" might have come off a little less harsh. :)


- Dave
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,432
Messages
2,571,680
Members
48,796
Latest member
Greg L.

Latest Threads

Top