Hi all-<div><br></div><div>Inspired by a previous post, I&#39;m trying to import python2.5 using ccl&#39;s ffi, but I&#39;m having troubles.</div><div><br></div><div>I&#39;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&#39;s c api:  (#_ #&gt;Py_Initialize)</div><div><br></div><div>However, when I try to call a function defined in python&#39;s c lib, I get an error:</div>
<div>Foreign function not found: :&lt;P&gt;Y_&lt;I&gt;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>