When I was running this command "./build.py etg --generator=cffi --nodoc", it ended with this error:
Traceback (most recent call last):
File "etg/geometry.py", line 130, in
run()
File "etg/geometry.py", line 55, in run
c.find('SetPolarCoordinates').ignore()
File "//wxpython-cffi/etgtools/extractors.py", line 102, in find
(head, self.class.name, self.name))
etgtools.extractors.ExtractorError: Unable to find item named 'SetPolarCoordinates' within ClassDef named 'wxPoint2DDouble'
Command '"/System/Library/Frameworks/Python.framework/Versions/2.7/Resources/Python.app/Contents/MacOS/Python" etg/geometry.py --cffi --nodoc' failed with exit code 1.
When I was running this command "./build.py etg --generator=cffi --nodoc", it ended with this error:
Traceback (most recent call last): File "etg/geometry.py", line 130, in
run()
File "etg/geometry.py", line 55, in run
c.find('SetPolarCoordinates').ignore()
File "//wxpython-cffi/etgtools/extractors.py", line 102, in find
(head, self.class.name, self.name))
etgtools.extractors.ExtractorError: Unable to find item named 'SetPolarCoordinates' within ClassDef named 'wxPoint2DDouble'
Command '"/System/Library/Frameworks/Python.framework/Versions/2.7/Resources/Python.app/Contents/MacOS/Python" etg/geometry.py --cffi --nodoc' failed with exit code 1.