Beefy Boxes and Bandwidth Generously Provided by pair Networks
Pathologically Eclectic Rubbish Lister
 
PerlMonks  

Re: Re: Re: Re: Re: Re: Re: perl2exe

by dree (Monsignor)
on Jan 30, 2003 at 02:17 UTC ( [id://231166]=note: print w/replies, xml ) Need Help??


in reply to Re: Re: Re: Re: Re: Re: perl2exe
in thread perl2exe -gui fails

Ok, first please use strict and warnings in your scripts. For informations, type:
perldoc strict perldoc warnings
on your shell/prompt.
Then, if you have problems with -gui option, first of all do NOT use -gui option and run the executable from the command line (not double click on it).
Doing this, the exe tells you the problems.

In your case, you're missing some "use somemodule" needed by perl2exe (see the manual shipped with perl2exe).

So add
use Tk::Menubutton; use Tk::Text;
in your script and all goes well.

Replies are listed 'Best First'.
Re: Re: Re: Re: Re: Re: Re: Re: perl2exe
by Anonymous Monk on Jan 30, 2003 at 02:24 UTC
    Thanks so much, your advice was very useful

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://231166]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others admiring the Monastery: (4)
As of 2024-04-19 16:51 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found