Re: Inline::Python and PYTHONPATH --SOLVED

2018-07-25 Thread ejm
Hi all,Many thanks for the suggestions to put the declaration of the environment variable PYTHONPATH in a BEGIN block before Inline is called.That did the trick of getting the Perl code to find the Python code to execute.I then found two other issues to solve, the first involving the Perl

Inline::Python and PYTHONPATH

2018-07-20 Thread ejm
Hi all, I have a Python class and methods that I want to call from Perl. My test script works fine, executed as me. The _Inline directory is created and the Python module is imported and calls to the Python methods from Perl work as expected. The Python module itself is in another directory