From xyp043g02 at sneakemail.com Mon Mar 20 16:16:03 2006 From: xyp043g02 at sneakemail.com (xyp043g02 at sneakemail.com) Date: 20 Mar 2006 16:16:03 -0000 Subject: [python-on-lisp-devel] POL on Cmucl/debian Message-ID: <30879-55434@sneakemail.com> Hi Jeremy et al., I'm trying to get POL working with CMUCL (cvs release 19a), Debian stable, and CFFI-060316. CMUCL includes asdf. I don't think pol.lisp is failing to find needed resourcs. I've modified all the paths in pol.lisp's (defvar *loaded* ...) so that it runs all the load commands without giving errors, and I set *python-library-load-path* to an absolute path so I'm sure it's finding that too. But when I call into python it always returns nil. Has anyone gotten it to work with CMUCL, newer CFFI versions, or Debian? Thanks, alexis