in reply to Tk executable on non-perl machine

Hi,

Have you consulted the PAR::Tutorial?
It has a section named Packing GUI Applications.
It may be of some help.

UPDATE: I just had a thought, have you used a font that is not installed on the other machines you are experiencing the problem with?

Martin

Replies are listed 'Best First'.
Re^2: Tk executable on non-perl machine
by wook (Novice) on Oct 03, 2005 at 20:42 UTC
    According to the documentation on CPAN, it says that I need to link a library path to the executable......how do I do this? It doesn't explain how. Also, to the other question, the font is standard - I haven't chnaged anything. Any suggestions?
      Hi,

      I cant test this at the moment but try:
      pp -l TK --gui -0 file.exe file.pl
      Or
      pp -M TK --gui -0 file.exe file.pl

      its getting late and I dont have access to a machine with Perl at the moment.
      Let me know how you get on with this.

      Hope this helps.

      Martin