Beefy Boxes and Bandwidth Generously Provided by pair Networks
laziness, impatience, and hubris
 
PerlMonks  

Re^3: POE & Tk totally confound perlapp (or am I missing something?)

by rcaputo (Chaplain)
on Apr 18, 2009 at 00:07 UTC ( [id://758380]=note: print w/replies, xml ) Need Help??


in reply to Re^2: POE & Tk totally confound perlapp (or am I missing something?)
in thread POE & Tk totally confound perlapp (or am I missing something?)

That seems helpful.

You should definitely not include POE::Loop::Select, since it's mutually exclusive of POE::Loop::TkActiveState.

Can you force PerlApp to exclude modules? It may be that perlapp is too aggressive about including modules it finds in the source code, including POE::Loop::Select when it shouldn't be used.

perlapp's output includes a number of errors, many of them within Tk. For example:

+++ C:\Perl\lib\auto\Tk\tabFocus.al auto\tk\tk.dll: error: Case mismatch between module and file name refby: C:\Perl\lib\Tk.pm file: C:\Perl\lib\auto\Tk\Tk.dll

That shouldn't be an issue on Windows, which uses a case-insensitive filesystem. I don't know whether it's significant for PerlApp, though.

Maybe we can narrow this down to a POE issue vs. a Tk issue? Have you tried bundling up a program that uses POE by itself? Have you tried bundling up a Tk program that doesn't use POE? Do they work separately?

  • Comment on Re^3: POE & Tk totally confound perlapp (or am I missing something?)
  • Download Code

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others studying the Monastery: (5)
As of 2024-04-26 09:30 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found