in reply to Problem running a small win32::guitest program packaged with perlapp
You can make this work by adding a require Win32::GuiTest; if that still doesn't work, you will have to manually bind the file in your perlApp command line using the --bind command line option. (If you're using the GUI, you can simply right click and add a bound file on the dependencies tab.)
And since you're testing the GUI, know that the Tk modules pretty much make you require every little bit of the modules.
|
|---|