Pyffi - Use Python from Racket

@samth

The latest commit of pyffi uses recorded results from examples.log to avoid invoking pyffi in the examples form. That part works.

But ... since I need to document the forms in pyffi my Scribble document manual-pyffi.scbrl has an for-label dependency on pyffi. And that of provokes an error, since libpython is not present.

At this point I am beginning to think, that the path of least resistance is to ship pyffi with a minimal python installation (maybe just the shared library), so the build server doesn't complain.

The documentation for the package server suggests delaying the use a the native libary to runtime.
So I went looking for examples on the package server without much luck.
Is there a nice example of this somewhere?

1 Like