On Fri, Nov 12, 2010 at 8:56 PM, Brett Calcott <[email protected]> wrote: > On 15 September 2010 22:58, David Cournapeau <[email protected]> wrote: >> The next version of bento (to be released soon), will have relatively >> decent support for cython, in particular chaining with other builder >> (so that you could say chain .pyx.in -> .pyx -> .c -> .o -> .so) will >> be possible without any monkey patch or other moronic operations. >> > > Is this version out yet?
Yes > I see there is a test for a pyx file, but it > doesn't work on my Mac (cloned from github today) > > bentomaker: Error: bentomaker crashed (uncaught exception <class > 'yaku.task_manager.NoHookException'>: No rule defined for extension > '.pyx'). This is because you are using an unreleased version. Basically, bento git repo include a copy of yaku repo, and I only make sure they are synchronized for the releases. Otherwise, you must use yaku from its own repository, something like: git clone git://github.com/cournape/yaku.git # add yaku package to your sys.path export BENTO_UNBUNDLE_YAKU=1 # tell bento not to use its bundled yaku # go into the directory with your bento example: it should work arguably, this should be documented somewhere, cheers, David _______________________________________________ Cython-dev mailing list [email protected] http://codespeak.net/mailman/listinfo/cython-dev
