Subject: | [pyperl] ImportError: perl2.so not found |
Able to compile and run pyperl, but result is module not found:
cdubois-VM1:/usr/src/python/pyperl-1.0.1# python test.py
Traceback (most recent call last):
File "test.py", line 6, in ?
import perl
ImportError: perl2.so not found
cdubois-VM1:/usr/src/python/pyperl-1.0.1# python setup.py install
running install
running build
running build_py
running build_ext
running install_lib
Tried perl5.84 and perl5.10
Tried python2.3.4 and python4.4.0
Any help appreciated.
Thx