Hi, im again.
I can use guido because it can generated a new project
the error encounter is in tk::image module but i think
that error is in other place.
Well, i a error when initialize this line on aplication.pm
@CONF_PATH = ($ENV{HOME} . '/.guido',$FindBin::Bin,
@INC);
because $env{home} doesn't exists.
and another error is in the module pluginloader in
sub getPackInfo {
my($string) = @_;
my %atts;
map {
my($key,$value) = split(/=/);
$atts{"-$key"} = $value;
} split(/;/,$string);
return \%atts;
}
because $string is empty.
If i dont include the modules in guido_config
<plugin class_name="FormBuilder"
plugin_name="FormBuilder" pack="" no_display="1" />
<plugin class_name="Executor"
plugin_name="Executor" no_display="1">
This error disappear.
Well for now i saw that i tried to seek the solution but if
you can explain me something.
Well thx all
Logged In: YES
user_id=1008000
Sorry, i tried to say:
I can't use guido because it can't generated a new project ...
and
Well, i have a error when initialize guido in this line on
aplication.pm ....
and
Well for now i tried to seek the solution but if anybody can to
explain me how to work something about this proccess i have
very grateful.
And sorry my english is very bad.
Logged In: NO
I'm glad to see someone else is having this same problem. I
hope there is a fix for it soon, because I was really looking
forward to trying it out for the first time.