Python executes a statement fine, but when run from freeradius modules/Rlm_python, the same statement fails the module

88 views Asked by At

Python executes a statement fine, but when run from freeradius modules/Rlm_python, the same statement fails the module. The statement is: from stellar_base.address import Address

There is no error codes or reasons to be found as to why it doesn't work, but I am guessing that anything to do with "stellar_base" would fail. So the ultimate question is how to enable stellar-base for execution from within freeradius module? Is this possible?

When executed from Python environment, the same statement works fine.

0

There are 0 answers