Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl: the Markov chain saw
 
PerlMonks  

Re^2: How to access Python member functions from perl

by PerlRider (Initiate)
on Jan 30, 2013 at 07:06 UTC ( [id://1015981]=note: print w/replies, xml ) Need Help??


in reply to Re: How to access Python member functions from perl
in thread How to access Python member functions from perl

Hi, Inline::Python module is not inbuilt in perl 5.6 version. Trying to install this module in this version is failed.

Replies are listed 'Best First'.
Re^3: How to access Python member functions from perl
by marto (Cardinal) on Jan 30, 2013 at 09:42 UTC

    The majority of your posts here relate to problems you have with Perl 5.6. If the solution to all this isn't obvious by now, stop using Perl 5.6, install your own version of a modern perl elsewhere on your system.

      Hi Marto, I agree with your words since perl5.6 is used in our project, all my posts will be related to that version only. But I tried to use newer version of perl leads to some other errors. In our project, there are some other DLLs created in perl5.6 and using XSLoader they loaded. When I try to move to newer version of perl, those DLLs failed to load and we cannot create them on our own.:-(

        Then you need to ask someone who *can* build them to do so.
        A reply falls below the community's threshold of quality. You may see it by logging in.
        You can "create" them on your own. PPM installs precompiled XS modules. Or use CPAN shell to install Mingw for a newer ActivePerl. Or use Strawberry Perl which includes Mingw. Or download the free Platform SDK C compiler (same thing as paid Visual Studio, just no GUI, not like Perl can make any sue of the VS GUI) from Microsoft.

        Or do you have non-public, not open source, private XS modules?
Re^3: How to access Python member functions from perl
by rovf (Priest) on Jan 30, 2013 at 09:34 UTC
Re^3: How to access Python member functions from perl
by DrHyde (Prior) on Jan 30, 2013 at 11:28 UTC
    If the current version of Inline::Python doesn't work on your ancient perl, then maybe an older version will. See cpXXXan. The very fact that Inline::Python exists in that CPAN "mirror's" index demonstrates that it has passed its tests at least once on perl 5.6.2.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1015981]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others studying the Monastery: (4)
As of 2024-03-29 04:41 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found