Tk Library Source Code

View Ticket
Login
Ticket UUID: d74509223b0a703d8800065c2367d661ec5d6091
Title: widget::listentry and widget::listsimple package require 'img::png' but should require png
Type: Bug Version: 0.6
Submitter: anonymous Created on: 2018-01-23 04:49:10
Subsystem: tklib :: widget Assigned To: nobody
Priority: 5 Medium Severity: Minor
Status: Open Last Modified: 2018-01-23 04:49:10
Resolution: None Closed By: nobody
    Closed on:
Description:
> wish8.6
% package require widget::listentry
can't find package img::png
% package require widget::listsimple
can't find package img::png

change the package require in each of the respective files to 'package require png'
results in successful load.