Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error: Unable to find item named 'SetPolarCoordinates' within ClassDef named 'wxPoint2DDouble' #4

Open
programmingkidx opened this issue Sep 2, 2021 · 1 comment

Comments

@programmingkidx
Copy link

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.

@mattip
Copy link
Member

mattip commented Sep 7, 2021

Any ideas how to fix?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants