Can Python can use Perl modules?

Fredrik Aronsson d98aronDONTSPAM at dtek.chalmers.se
Thu Sep 21 06:01:58 EDT 2000


In article <8qbb4k$nd7$1 at nnrp1.deja.com>,
	jerry_spicklemire at my-deja.com writes:
> In article <8q83g7$rl2$1 at nnrp1.deja.com>,
>   don_enrique at my-deja.com wrote:
>> Hey all!
>>
>> Is there a way to use a perl module in python script?
> 
> Check out Minotaur: http://mini.net/pub/ts2/minotaur.html
> 
> 

from http://www.zope.org//Wikis/zope-perl/FAQ

pyperl

Contains Perl for Python. This is the general stuff for 
embedding perl in python. There is nothing Zope specific 
in it. If all you want is to use CPAN or legacy perl modules 
from python this is all you need. The dbi.py module 
is part of pyperl.

ftp://ftp.ActiveState.com/Zope-Perl/pyperl-1.0.beta1.tar.gz

/Fredrik
(I havn't tested it)

-- 



More information about the Python-list mailing list