Skip Menu |

This queue is for tickets about the Curses-UI-Grid CPAN distribution.

Report information
The Basics
Id: 77549
Status: new
Priority: 0/
Queue: Curses-UI-Grid

People
Owner: Nobody in particular
Requestors: wynn.taylor [...] gmail.com
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: Could not load Curses::UI::0 from Curses/UI/0.pm:
Date: Wed, 30 May 2012 22:25:27 -0400
To: bug-Curses-UI-Grid [...] rt.cpan.org
From: Wynn Taylor <wynn.taylor [...] gmail.com>
I was following along with the tutorial at: http://search.cpan.org/~adrianwit/Curses-UI-Grid-0.15/lib/Curses/UI/Grid/Cell.pm The following code gives the error below (Ubuntu 10.04 libcurses-perl, libcurses-widgets-perl, libcurses-ui-perl installed): #! /usr/bin/perl use Curses::UI; my $cui = new Curses::UI; my $win = $cui->add('Main','Window'); my $grid = $win->add( 'grid','Grid' -rows => 3, -columns => 5); Fatal program error: ------------------------------------------------------------------------------- Could not load Curses::UI::0 from Curses/UI/0.pm: Can't locate Curses/UI/0.pm in @INC (@INC contains: /etc/perl /usr/local/lib/per l/5.10.1 /usr/local/share/perl/5.10.1 /usr/lib/perl5 /usr/share/perl5 /usr/lib/p erl/5.10 /usr/share/perl/5.10 /usr/local/lib/site_perl .) at /usr/local/share/pe rl/5.10.1/Curses/UI.pm line 853. ------------------------------------------------------------------------------- Press any key to exit...
Subject: Re: [rt.cpan.org #77549] AutoReply: Could not load Curses::UI::0 from Curses/UI/0.pm:
Date: Thu, 31 May 2012 16:07:19 -0400
To: bug-Curses-UI-Grid [...] rt.cpan.org
From: Wynn Taylor <wynn.taylor [...] gmail.com>
This was an installation problem. Please close. On Wed, May 30, 2012 at 10:26 PM, Bugs in Curses-UI-Grid via RT < bug-Curses-UI-Grid@rt.cpan.org> wrote: Show quoted text
> > Greetings, > > This message has been automatically generated in response to the > creation of a trouble ticket regarding: > "Could not load Curses::UI::0 from Curses/UI/0.pm:", > a summary of which appears below. > > There is no need to reply to this message right now. Your ticket has been > assigned an ID of [rt.cpan.org #77549]. Your ticket is accessible > on the web at: > > https://rt.cpan.org/Ticket/Display.html?id=77549 > > Please include the string: > > [rt.cpan.org #77549] > > in the subject line of all future correspondence about this issue. To do > so, > you may reply to this message. > > Thank you, > bug-Curses-UI-Grid@rt.cpan.org > > ------------------------------------------------------------------------- > I was following along with the tutorial at: > > http://search.cpan.org/~adrianwit/Curses-UI-Grid-0.15/lib/Curses/UI/Grid/Cell.pm > > The following code gives the error below (Ubuntu 10.04 libcurses-perl, > libcurses-widgets-perl, libcurses-ui-perl installed): > > #! /usr/bin/perl > > use Curses::UI; > > my $cui = new Curses::UI; > my $win = $cui->add('Main','Window'); > my $grid = $win->add( > 'grid','Grid' > -rows => 3, > -columns => 5); > > Fatal program error: > > ------------------------------------------------------------------------------- > Could not load Curses::UI::0 from Curses/UI/0.pm: > Can't locate Curses/UI/0.pm in @INC (@INC contains: /etc/perl > /usr/local/lib/per > l/5.10.1 /usr/local/share/perl/5.10.1 /usr/lib/perl5 /usr/share/perl5 > /usr/lib/p > erl/5.10 /usr/share/perl/5.10 /usr/local/lib/site_perl .) at > /usr/local/share/pe > rl/5.10.1/Curses/UI.pm line 853. > > ------------------------------------------------------------------------------- > Press any key to exit... > >