Beefy Boxes and Bandwidth Generously Provided by pair Networks
Pathologically Eclectic Rubbish Lister
 
PerlMonks  

Re: Inline::Python for windows 10

by dbuckhal (Chaplain)
on Oct 16, 2018 at 03:16 UTC ( [id://1224089]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    perl Makefile.PL
    make
    make test
    make install
    
  2. or download this
    $ perl Makefile.PL 
    Found these python executables on your PATH:
    ...
    Generating a Unix-style Makefile
    Writing Makefile for Inline::Python
    Writing MYMETA.yml and MYMETA.json
    
  3. or download this
    .
    .
    ...
    Result: FAIL
    Failed 1/37 test programs. 0/838 subtests failed.
    make: *** [Makefile:1061: test_dynamic] Error 255
    
  4. or download this
    .
    .
    ...
    All tests successful.
    Files=36, Tests=838, 12 wallclock secs ( 0.09 usr  0.22 sys +  2.94 cu
    +sr  7.37 csys = 10.62 CPU)
    Result: PASS
    
  5. or download this
    $ perl -e '
    print "9 + 16 = ", add(9, 16), "\n";
    ...
    __output__
    9 + 16 = 25
    9 - 16 = -7
    

Log In?
Username:
Password:

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

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

    No recent polls found