Appearantly it relies on the module Proc::ProccessTable which from what I have heard does not work on windows
The README that ships with Proc-ProcessTable-0.55 confirms that the module doesn't work on native windows (though it does say it will work under Cygwin on Windows).
When I try to build it on Strawberry Perl I get the following errors:
ProcessTable.o:ProcessTable.c:(.text+0x49): undefined reference to `OS
+_initialize'
ProcessTable.o:ProcessTable.c:(.text+0x412): undefined reference to `O
+S_get_table'
collect2.exe: error: ld returned 1 exit status
I'm not at all confident that the workaround for windows would be trivial, though I don't really know.
However, according to the Inline::Python-0.56 Makefile.PL, Proc::ProcessTable is needed only for running the test suite.
I would therefore just go ahead and install Inline::Python without bothering about the test suite, and see whether it is functional.
What is the
perl -V output for your ActiveState Perl ?
Cheers,
Rob