Re: [Haskell-cafe] Calling Python from Haskell

2013-10-04 Thread Arjun Comar
Manuel- Try my fork of the MissingPy library, I've brought it up to date and it seems to function ok with current ghc/python. www.github.com/arjuncomar/missingpy.git The standalone branch also removes a lot of the extra dependencies MissingPy has for extra functionality you probably don't need.

[Haskell-cafe] Calling Python from Haskell

2013-10-04 Thread Manuel Gómez
Hi list, What’s the preferred way of calling into Python from Haskell? I’ve found MissingPy[0], but it seems to be somewhat bitrotten and a couple of experiments yielded segfaults. There’s also the cpython package[1], but that seems to require Python 3.3, and I’m trying to call into code written