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:
[
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
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
> 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