it could just be the differences between windows and linux

Yes, it could - it could also be a difference between perl-5.10 and perl-5.12.
DirSelect.pm contains some Win32-specific code, so there has at least been some attempt to deal with something that's specific to windows.
I'd try inserting some print statements in DirSelect.pm in order to try and find out what's going on. For instance, if $w->{tree} is not a blessed reference, it would be a good idea to find out just what it is, and then trace it back to try and determine why it's not a blessed refence.

Tk::DirSelect is a pure perl module, so I'd be hopeful that the problem could be fixed by hacking DirSelect.pm appropriately.

Did Tk::DirSelect pass its test suite when you installed it ?

Cheers,
Rob

In reply to Re: Tk::Error: Can't call method "selectionGet" on unblessed reference at C:/Perl64/ site/lib/Tk/DirSelect.pm line 53. using TK::DirSelect by syphilis
in thread Tk::Error: Can't call method "selectionGet" on unblessed reference at C:/Perl64/ site/lib/Tk/DirSelect.pm line 53. using TK::DirSelect by Stoney2005

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.