Executing Python From Perl



I have an old application that has an embedded Perl interpreter
exposing an API. However, all the code I have needs to use the API is
in Python. What's the easiest way access my Python code from inside
Perl? The closest thing I've found is the Inline::Python module
(http://search.cpan.org/~neilw/Inline-Python-0.22/Python.pod), but it
seems to have died about 6 years ago.
.



Relevant Pages

  • Re: How to write an API for a Python application?
    ... >Gary Kshepitzki wrote: ... >> I would like to create an API for a piece of Python code. ... >> I though of doing it as a python COM server but I am not familiar with COM ...
    (comp.lang.python)
  • How to write an API for a Python application?
    ... I would like to create an API for a piece of Python code. ... on the API and the ability for the API to raise events on its client. ... I though of doing it as a python COM server but I am not familiar with COM ...
    (comp.lang.python)
  • Re: How to write an API for a Python application?
    ... Gary Kshepitzki wrote: ... I would like to create an API for a piece of Python code. ... I though of doing it as a python COM server but I am not familiar with COM and I saw that implementing a COM server with events in python is not trivial for me. ...
    (comp.lang.python)
  • Re: How to write an API for a Python application?
    ... > I would like to create an API for a piece of Python code. ... > on the API and the ability for the API to raise events on its client. ... still do the job is CORBA - at that time ILU, ...
    (comp.lang.python)