I am trying to install GUI Loft in my Win2K machine but it keeps telling me that it cannot find the Win32 module I have just recently installed ActivePerl 5.8.0.806.

When I look at the perldocs for Win32 it tells me that "The Win32 module is not part of the Perl source distribution; it is distributed in the libwin32 bundle of Win32::* modules on CPAN. The module is already preinstalled in binary distributions like ActivePerl."

According to the perldocs WIN32 should be a part of the libwin32 bundle that is included in the binary from ActiveState. PPM recognizes that libwin32 is there.

When I query the module in PPM I get :

ppm> query libwin Querying target 1 (ActivePerl 5.8.0.806) 1. libwin32 [0.20] A collection of extensions that aims to provide com +prehensive access to the Windows API.
When I do a tree on Win32-GUI-Loft in PPM I get :
ppm> tree Win32-GUI-Loft ==================== Win32-GUI-Loft 0.17 |__Win32 0.171 -- package not found; skipping tree |__Win32-GUI 0.0.558 \__Win32-GUI-AdHoc 0.01 |__Win32 0.171 -- package not found; skipping tree \__Win32-GUI 0.0.558 ====================
I noticed that Win32-GUI-Loft seems to be looking for Win32 0.171 yet if I try :
C:\>perl -e "use Win32; print $Win32::VERSION"
it returns :
0.20
Anybody have any ideas? I'm so confused....................

Edit by tye, CODE tags only around non-prose


In reply to Error: Package 'win32' not found by kpd01

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.