pypy / wxpython-cffi

Experiment in getting SIP to emit cffi code
1 stars 0 forks source link

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

Open programmingkidx opened 3 years ago

programmingkidx commented 3 years ago

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 commented 3 years ago

Any ideas how to fix?