From: Bruce S. <bas...@un...> - 2002-07-14 01:27:17
|
Thanks for the report. I've posted the following bug report in the VPython sourceforge.net project. Reported by Gregor Lingl: s = sphere() print dir(s) # shows "constr" and "name" print s.name # AttributeError print s.constr # AttributeError Presumably Visual is either reporting attributes incorrectly to dir(), or isn't handling them correctly. I don't think these attributes are documented. |