Hi all-<div><br></div><div>Inspired by a previous post, I'm trying to import python2.5 using ccl's ffi, but I'm having troubles.</div><div><br></div><div>I've built and run ffigen, written my populate.sh script, called it from within ccl with (ccl:create-interfaces :python25), and referenced those interfaces with  (use-interface-dir :python25).</div>
<div><br></div><div>After which I try to call a function defined by python's c api:  (#_ #>Py_Initialize)</div><div><br></div><div>However, when I try to call a function defined in python's c lib, I get an error:</div>
<div>Foreign function not found: :<P>Y_<I>NITIALIZE</div><div><br></div><div><br></div><div>Any suggestions?  Am I missing any steps?</div><div>thanks</div><div>Mike Kohout</div><div><br></div>