[PythonCAD] ImportError: No module named pygtk
Art Haas
ahaas at airmail.net
Mon Jun 25 04:58:14 CEST 2007
On Mon, Jun 25, 2007 at 09:36:09AM +1200, Wilbert Knol wrote:
> Revision 2769 produces this error:
>
> wk at wk:~/pythoncad$ ./gtkpycad.py
> Traceback (most recent call last):
> File "./gtkpycad.py", line 30, in ?
> import pygtk
> ImportError: No module named pygtk
> wk at wk:~/pythoncad$
>
> To me, it looks like a pythoncad-only library module:
>
> wk at wk:~/pythoncad$ find ./ -iname pygtk
> wk at wk:~/pythoncad$
>
> I am lost.
Don't know what's going on here. The 'pygtk' module is the binding to
the GTK+ libraries, not a PythonCAD package. Have you done any updates
to your system lately? If it is rpm-based, what does
$ rpm -qa | grep pygtk
produce? If it is '.deb' based, what does
$ dpkg -l | grep pygtk
yield?
Art Haas
--
Man once surrendering his reason, has no remaining guard against absurdities
the most monstrous, and like a ship without rudder, is the sport of every wind.
-Thomas Jefferson to James Smith, 1822
More information about the PythonCAD
mailing list