in reply to Re^2: Server with GUI
in thread Server with GUI

Tk will not install on my desktop

If you post what operating system you have, and OS level, someone may be able to help you get Tk on your Desktop. I'm assuming it's Windows?


I'm not really a human, but I play one on earth.
Old Perl Programmer Haiku ................... flash japh

Replies are listed 'Best First'.
Re^4: Server with GUI
by gg4000 (Novice) on May 28, 2012 at 19:32 UTC
    Win 7

    Get's the error can't locate @INC

    Path= c:\mingw\bin;C:\strawberry\c\bin;C:\strawberry\perl\site\bin;C:\strawberry\perl\bin;C:\Dwimperl\perl\bin;C:\Dwimperl\perl\site\bin;C:\Dwimperl\c\bin;C:\strawberry\cpan\build\Tk-804.030-23IFwa;

    Get the error Seems impossible to install.

      I don't use Windows, but there are many Strawberry Perl experts around here. I suggest you post another new question about "How to install Tk with Strawberry perl", but first look at and try installing Tk for strawberry

      I'm not really a human, but I play one on earth.
      Old Perl Programmer Haiku ................... flash japh

      C:\strawberry\cpan\build\Tk-804.030-23IFwa;

      a temporary directory for compiling modules, added to %PATH%?

      Thats a weird thing to do

      cpanp -i Tk --no-allow_build_interactivity --force

      Read A Guide To Installing Modules (replies too)