Re: calling perl modules from python

2006-05-11 Thread Ravi Teja
> This thing implements a perl interpreter inside python. That seems like > overkill to me. It does not *implement* Python, just embeds it. It is not an overkill if you can get it to work quickly and move on. If you are Windows, you can use COM. Support is available for both languages and is fai

Re: calling perl modules from python

2006-05-11 Thread Mirco Wahab
Hi David > I have a hash function written by another organization that I need to use. > It is implemented in perl. I've been attempting to decode what they are > doing in their hash function and it is taking way too long. I've > identified two functions in a perl module that I would like to 'call

Re: calling perl modules from python

2006-05-11 Thread Bruno Desthuilliers
David Bear a écrit : > I have a hash function written by another organization that I need to use. > It is implemented in perl. I've been attempting to decode what they are > doing in their hash function and it is taking way too long. No comment... > I've > identified two functions in a perl modu

calling perl modules from python

2006-05-11 Thread David Bear
I have a hash function written by another organization that I need to use. It is implemented in perl. I've been attempting to decode what they are doing in their hash function and it is taking way too long. I've identified two functions in a perl module that I would like to 'call' from a python pr