[PythonCAD] True and False not defined
Jaime Soffer
lists at soffernet.com
Thu Aug 28 17:29:00 EDT 2003
Eric Wilhelm wrote:
> I'm new to messing with Python, so maybe I'm missing a library or something.
>
> trying to use the dwg.py and gtkpycad.py with python2.2 (on redhat 7.3)
> I get the following:
>
> python2.2 gtkpycad.py
...
> NameError: global name 'False' is not defined
>
> Is there something missing in my Python libraries?
True and False were added on Python 2.2.1; what is your full version
(python -V)?
>
> Thanks,
> Eric
More information about the PythonCAD
mailing list