in reply to Re: cpanm tk and Finance::GeniusTrader
in thread cpanm tk and Finance::GeniusTrader

In which directory do i need to put it? It is in downloads and I used the tar command but it can't find the script perl Makefile.Pl, Do I need to move the .tar.gz to the directory with the makefile.pl and then rerun the tar commmand and the rest? or do I need to change the directory to the script location and just continue with all the commands?

  • Comment on Re^2: cpanm tk and Finance::GeniusTrader

Replies are listed 'Best First'.
Re^3: cpanm tk and Finance::GeniusTrader
by robertw (Sexton) on Aug 09, 2012 at 18:26 UTC

    Just did it sorry for the useless question, I make installed it and the perl -MTk -e 1 command does not give output, Are the dependencies installed too? Is this all I had to do:)?

    # perl Makefile.PL # make # make test
      Is this all I had to do:)?

      You dont show make install done as root or with sudo.


      I'm not really a human, but I play one on earth.
      Old Perl Programmer Haiku ................... flash japh
        I forgot to use Sudo unfortunately:( with both finance genius trader and Tk. I did not test Trader yet because I could not find any examples on how to use it yet, however i tried this
        #!/usr/bin/perl use lib '/opt/perl5/perlbrew/bin/perlbrew/perls/perl-5.14.0/lib/site_p +erl/5.14.0/darwin-2level'; use Tk;
        it does not work and gives a lot of errors mainly because
        package Tk::Event; use vars qw($VERSION $XS_VERSION @EXPORT_OK); END { CleanupGlue() } #it claims this is an undefined subroutine..... $VERSION = '4.024'; # was: sprintf '4.%03d', q$Revision: #15 $ =~ /\D( +\d+)\s*$/; $XS_VERSION = '804.030'; $XS_VERSION = eval $XS_VERSION; use base qw(Exporter); use XSLoader; @EXPORT_OK = qw($XS_VERSION DONT_WAIT WINDOW_EVENTS FILE_EVENTS TIMER_EVENTS IDLE_EVENTS ALL_EVENTS); XSLoader::load 'Tk::Event',$XS_VERSION; # gives an error for this one +as well... require Tk::Event::IO; 1; __END__

        When i try to cpanm it now it says it has the latest updates of both programmes, but Tk does not work, would you maybe know what to do now? It gives a lot of errors but it is because ::TK calls for Tk event calls for etc, I could supply more errors if beneficiary to understanding:) Thank you so much in advance:).

      That is unpossable :) Post all output from
      perl Makefile.PL make install