in reply to Re^2: Conversion from Web script to stand-alone
in thread Conversion from Web script to stand-alone

No not at all, you have the right train of thought going.
I just was not sure if a module was capable of converting the script to a standalone package.

I think the locally run server approach would be the best bet for this problem, though it means more fiddling with the host system. Not what i wanted but may have to suffice.

I will look into the TK::HTML pages also to see what theyhave to offer.

thanks guys and gals.

  • Comment on Re: Conversion from Web script to stand-alone

Replies are listed 'Best First'.
Re^2: Conversion from Web script to stand-alone
by Joost (Canon) on Aug 13, 2005 at 18:39 UTC
    Well, if you want your system to run locally, you're going to have to "mess" with the system: you need to install *some* software, after all..

    I also recommend you check out PAR. By the way, if at all possible, you should probably use a standard browser instead of Tk::HTML; it'll save you a lot of extra hassle, and users don't have to learn yet another browser.