Eli Stevens (WG.c) wrote:
> PyPerl 1.0.1
> http://wiki.python.org/moin/PyPerl
>
> The interest in these projects seems to have died off about 2001,
> however. That, or they simply haven't needed to be updated for the last
> few Python versions.
>
> I've bumped into some snags with pyperl (can
Sybren Stuvel wrote:
> Eli Stevens (WG.c) enlightened us with:
>
>>I've bumped into some snags with pyperl (can't import perl2.so? But
>>it's right there in site-packages/ !), and I'm wondering if it's bitrot
>>or a config error on my end.
>
>
> If the .so file is as old as you described, it'
Eli Stevens (WG.c) enlightened us with:
> I've bumped into some snags with pyperl (can't import perl2.so? But
> it's right there in site-packages/ !), and I'm wondering if it's bitrot
> or a config error on my end.
If the .so file is as old as you described, it's probably linked to an
old versi
The group I work with is trying to be language agnostic between Python
and perl. We are trying to make it so that we are able to call our
various APIs from one language or the other without having to care* what
language the API was written in.
I've been looking into:
Inline::Python 0.22
http: