Can't locate loadable object for module Win32::GUI in @INC (@INC contains: C:/strawberry/perl/lib C:/strawberry/perl/site/lib C:\strawberry\perl\vendor\lib .)

That just means it can't find the GUI.dll. It's looking for GUI.dll in the following locations (and in this order):
1) C:/strawberry/perl/lib/auto/Win32/GUI/GUI.dll;
2) C:/strawberry/perl/site/lib/auto/Win32/GUI/GUI.dll;
3) C:\strawberry\perl\vendor\lib/auto/Win32/GUI/GUI.dll;
4) ./auto/Win32/GUI/GUI.dll;

By my reckoning, the file specified in 2) should now exist ... and that would be fine.

I can see in the trouchelle zip, the following file:
blib/arch/auto/Win32/GUI/GUI.dll

So ... when you merge blib/arch/auto with C:/strawberry/perl/site/lib/auto, then C:/strawberry/perl/site/lib/auto/Win32/GUI/GUI.dll should definitely exist.

Either my instructions were faulty, or they weren't carried out correctly.

Cheers,
Rob

Update: If my instructions were faulty, I still can't spot the error :-)

In reply to Re^9: Win32::GUI Installation Errors by syphilis
in thread Win32::GUI Installation Errors by Anonymous Monk

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.