Beefy Boxes and Bandwidth Generously Provided by pair Networks DiBona
go ahead... be a heretic
 
PerlMonks  

Re: Problem with PAR and Tk::Dropsite

by Albannach (Monsignor)
on May 19, 2005 at 09:55 UTC ( [id://458617]=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 Problem with PAR and Tk::Dropsite

First, there is an error message, but since you must not be using a command prompt to test your EXE, the window closes before you can see the message. It reads: Cannot find Win32Site at Tk/Widget.pm line 256

As to the fix, you will find that pp often does not include non-standard modules by itself, but all it needs is a little coaxing:
pp -M Tk::DragDrop::Win32Site test_drag_and_drop.pl
produces a functioning EXE.

--
I'd like to be able to assign to an luser

Replies are listed 'Best First'.
Re^2: Problem with PAR and Tk::Dropsite
by Smeagol (Initiate) on May 19, 2005 at 12:09 UTC
    Thank you for responding, and you are of course right. I also got this respons from somewhere else:

    Apply the following patch to Module::ScanDeps 0.51 which teaches it to preload everything below Tk/DragDrop/ once it encounters Tk/DragDrop/Common.pm.

    --- Module/ScanDeps.pm.orig 2005-05-19 13:36:11.000000000 +0200 +++ Module/ScanDeps.pm 2005-05-19 13:49:59.000000000 +0200 @@ -295,6 +295,9 @@ 'Tk/Balloon.pm' => [qw( Tk/balArrow.xbm )], 'Tk/BrowseEntry.pm' => [qw( Tk/cbxarrow.xbm Tk/arrowdownwin.xbm ) +], 'Tk/ColorEditor.pm' => [qw( Tk/ColorEdit.xpm )], + 'Tk/DragDrop/Common.pm' => sub { + _glob_in_inc('Tk/DragDrop', 1); + }, 'Tk/FBox.pm' => [qw( Tk/folder.xpm Tk/file.xpm )], 'Tk/Toplevel.pm' => [qw( Tk/Wm.pm )], 'URI.pm' => sub {

    Regards
    Ronny

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://458617]
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.