Beefy Boxes and Bandwidth Generously Provided by pair Networks Frank
There's more than one way to do things
 
PerlMonks  

Re: pp/prima problem

by the_slycer (Chaplain)
on May 30, 2005 at 15:22 UTC ( [id://461845]=note: print w/replies, xml ) Need Help??

This is an archived low-energy page for bots and other anonmyous visitors. Please sign up if you are a human and want to interact.


in reply to pp/prima problem

Don't know if it's related or not but..

Back when I used to use perl2exe, I'd get similar errors with Tk:: components. The key was to explicitly use the components. If you're not explicitly useing the module, maybe try that.

Replies are listed 'Best First'.
Re^2: pp/prima problem
by tchatzi (Acolyte) on May 30, 2005 at 15:40 UTC
    I don't know if you know this link, PP Man Pages, Take a look at it.
    When you include modules with pp like Foo::Boo, be sure you include the Foo module too, sometimes it causes problems cause the Boo module might uses Foo module, or it's functions

    ``The wise man doesn't give the right answers, he poses the right questions.'' TIMTOWTDI
      The Prima GUI standalone exe is now working ok...

      Seems like the dependency detection within PP prefers this:

      use Prima; use Prima::Buttons; use Prima::Application; use Prima::MsgBox; use Prima::StdBitMap;

      to this...

      use Prima qw(StdBitmap Buttons Application MsgBox);
      Many Thanks :) Steve

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://461845]
help
Sections?
Information?
Find Nodes?
Leftovers?
    Notices?
    hippoepoptai's answer Re: how do I set a cookie and redirect was blessed by hippo!
    erzuuliAnonymous Monks are no longer allowed to use Super Search, due to an excessive use of this resource by robots.