On Mon, Jun 25, 2007 at 09:36:09AM +1200, Wilbert Knol wrote: > Revision 2769 produces this error: > > [EMAIL PROTECTED]:~/pythoncad$ ./gtkpycad.py > Traceback (most recent call last): > File "./gtkpycad.py", line 30, in ? > import pygtk > ImportError: No module named pygtk > [EMAIL PROTECTED]:~/pythoncad$ > > To me, it looks like a pythoncad-only library module: > > [EMAIL PROTECTED]:~/pythoncad$ find ./ -iname pygtk > [EMAIL PROTECTED]:~/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 _______________________________________________ PythonCAD mailing list [email protected] http://mail.python.org/mailman/listinfo/pythoncad
