Closed mw66 closed 3 years ago
You can't using the pyd backend because of #54.
I recommend using the pynih one instead.
@atilaneves FYI, it's just fixed:
I can't do anything until there's a new dub version of it.
pyd 0.14.1 is out
@atilaneves
pyd 0.14.1 is on dub now: https://code.dlang.org/packages/pyd
This has a exposed a bug in a dependency. A fix is coming.
@atilaneves can you make a new release? the version on dub still is v0.6.3
Done.
I just tried, but cannot get access to class field:
I build this example:
https://github.com/symmetryinvestments/autowrap/tree/master/examples/pyd
and test this:
https://github.com/symmetryinvestments/autowrap/blob/master/examples/pyd/source/class_wrap.d
Add
public
does not work either:Any hints?