[PythonCAD] ImportError: No module named pygtk

2007-06-24 Thread Wilbert Knol
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: [

[PythonCAD] radial dimensions (again)

2007-06-24 Thread Ed Richley
Apparently I spoke too soon. This still isn't fixed. Apparently radial dimensions can be applied to both arcs and circles, but don't carry information about which type the apply to. So, with both arcs and circles in a drawing, each can have a member with the same index in the "map" (I think) and

Re: [PythonCAD] ImportError: No module named pygtk

2007-06-24 Thread Art Haas
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 PROTECTE

Re: [PythonCAD] ImportError: No module named pygtk

2007-06-24 Thread Wilbert Knol
> Don't know what's going on here. The 'pygtk' module is the binding to > the GTK+ libraries, not a PythonCAD package. Sorry about the confusion. I somehow assumed it was PythonCAD-related! > Have you done any updates > to your system lately? Yes, I upgraded from Debian Sarge to Etch, which se