Executing Python From Perl

Chris chrisspen at gmail.com
Thu Jul 31 00:35:55 EDT 2008


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.



More information about the Python-list mailing list