pyffi
pyffi copied to clipboard
Use Python from Racket
**Observed behavior**: If a python object is exported, there isn't a way to access its attributes. **Expected behavior**: I'm not sure. Ideally attributes could be accessed. Short of that, some...
**Observed**: If `pyffi` is qualified via `(require (prefix-in pyffi/ pyffi))`, attributes cannot be read off of bound python objects via dot `.` syntax. **Expected**: Not sure. Maybe "just works" or...
(torch) ➜ ~ raco pyffi configure open-input-file: cannot open module file module path: pyffi/configure-pyffi path: /Users/racketlover/Library/Racket/8.2/pkgs/pyffi/configure-pyffi.rkt system error: no such file or directory; rkt_err=3 context...: /Applications/Racket v8.2/collects/raco/raco.rkt:41:0 body of "/Applications/Racket...
Thanks for putting this library together. I wanted to use pyffi to play around a bit but unfortunately it does not appear to work with versions other than 3.10. Is...