From: Justin C. S. <ju...@sh...> - 2007-04-13 03:02:48
|
Hello, Wiki::Gateway mailing list. I tried installing Wiki::Gateway on my DragonFlyBSD 1.8.1 system, and had the results below. From my limited knowledge of python, it looks like the Inline::Python moduule isn't locating the Wiki::Gateway module correctly when asked to test functions from it. A pointer in the right direction would be most appreciated. cpan> install Wiki::Gateway Running install for module Wiki::Gateway Running make for B/BS/BSHANKS/Wiki-Gateway-0.001991.tar.gz Is already unwrapped into directory /root/.cpan/build/Wiki-Gateway-0.001991 Has already been processed within this session Running make test /usr/pkg/bin/perl -Iinc Makefile.PL --config= --installdeps=Inline::Python,0 PERL_DL_NONLAZY=1 /usr/pkg/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'inc', 'blib/lib', 'blib/arch')" t/main.t t/main....Traceback (most recent call last): File "<string>", line 2, in ? ImportError: No module named WikiGateway Error -- py_eval raised an exception at /usr/pkg/lib/perl5/site_perl/5.8.0/i386-dragonfly-thread-multi/Inline/Python.pm line 176. BEGIN failed--compilation aborted at /root/.cpan/build/Wiki-Gateway-0.001991/blib/lib/Wiki/Gateway.pm line 278. Compilation failed in require at t/testWikiGatewayDuringInstall.pm line 11. BEGIN failed--compilation aborted at t/testWikiGatewayDuringInstall.pm line 11. Compilation failed in require at (eval 14) line 1. t/main....dubious Test returned status 2 (wstat 512, 0x200) FAILED--1 test script could be run, alas--no output ever seen *** Error code 2 Stop in /root/.cpan/build/Wiki-Gateway-0.001991. /usr/bin/make test -- NOT OK Running make install make test had returned bad status, won't install without force cpan> |