Re: Installing Curses Module?
- From: jl_morel@xxxxxxxxxx (Jean-Louis MOREL)
- Date: 25 Feb 2008 11:08:21 GMT
Dans l'article <47c19e8e$0$6132$4c368faf@xxxxxxxxxxxxxx>,
jlowder@xxxxxxxxxxxxxxxxxxxxxx a dit...
So far so good. The context checker seems to now like both the main and
widgets modules. I then execute my script and receive the following:
Can't locate object method "ComboBox" via package "Curses::Widgets" at
C:\OpenPerlIDE\PerlScripts\Repository.pl line 37.
$cb = $frame1->Curses::Widgets::ComboBox->new({
The line of failure is above ^. This is the same error as before.
Bad constructor call. Try:
$cb = Curses::Widgets::ComboBox->new({
I then downloaded the demo script you provided a link to. On two
different machines it fails. Depending on the editor I run from, I
either receive a crash in the Perl Command Line Interpreter, or when
using Komodo Edit, I receive a return error code of -1073741819.
Running directly from the command line just returns immediately.
I am running this on Windows.
Windows 95? 98? NT? 2000? XP? Vista?
What version of Perl? (type perl -v in a console)
I tested the module with Perl 5.6, 5.8 and 5.10 on XP and Vista.
It runs fine. Here is a screenshot:
http://www.bribes.org/perl/CursesWidgetsDemo.png
(The combobox is on the right, in red)
HTH
--
J-L.M.
http://www.bribes.org/perl
.
- Follow-Ups:
- Re: Installing Curses Module?
- From: Jason Lowder
- Re: Installing Curses Module?
- References:
- Installing Curses Module?
- From: Jason Lowder
- Re: Installing Curses Module?
- From: sisyphus
- Re: Installing Curses Module?
- From: Jason Lowder
- Re: Installing Curses Module?
- From: Jean-Louis MOREL
- Re: Installing Curses Module?
- From: Jason Lowder
- Installing Curses Module?
- Prev by Date: Re: Installing Curses Module?
- Next by Date: Re: Installing Curses Module?
- Previous by thread: Re: Installing Curses Module?
- Next by thread: Re: Installing Curses Module?
- Index(es):
Relevant Pages
|
|