You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: