From: Bayle S. <bs...@uc...> - 2007-04-13 04:43:30
|
Hi Justin, thanks for your interest. I'm the author of Wiki::Gateway. Wiki::Gateway, the Perl module, is basically a wrapper around the Python module WikiGateway. Is that Python module installed on your system? (If you want to use Wiki::Gateway without installing a Python module at all, there is an older version that was not a wrapper but rather a full module in Perl. But I'd recommend using the newest module, which does require the Python module, because it is newer.) regards, -- bayle On Thu, Apr 12, 2007 at 11:05:49PM -0400, Justin C. Sherrill wrote: > > 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> > > > > ------------------------------------------------------------------------- > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get the chance to share your > opinions on IT & business topics through brief surveys-and earn cash > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > _______________________________________________ > WikiGateway users' mailing list > Int...@li... > https://lists.sourceforge.net/lists/listinfo/interwiki-wgateway-usr > |