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

Thank you for the quick reply.

I do have a script the same as this using Tk. It has been doing the same thing as Wx. I will do what you suggested and use Tk.

Tk will not install on my desktop, but will on my laptop. I'd love to see the fireworks on the desktop! So I've been doing the work on the desktop, then email it to the laptop to test.

Replies are listed 'Best First'.
Re^3: Server with GUI
by zentara (Cardinal) on May 28, 2012 at 19:09 UTC
    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
      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)