Menu

#6 plucker-build.exe unavailable! (W32)

open
nobody
5
2003-08-09
2003-08-09
No

At line 856 of Main.pm (as of current CVS at time of
posting), there's a reference to "plucker-build". This was
somewhat (in my 3.1.2) referenced at line 1300 (when it
reads the .CF - my .CF had the following line:
Plucker: "C:\Program Files\Plucker\plucker-build.exe"
)
At line 2184, it tries to run this command ($self->{cf}->
{plucker}).

Alas, the recently released Plucker 1.4 excludes plucker-
build.exe. See
http://lists.rubberchicken.org/pipermail/plucker-list/2003-
August/003016.html

With their substituted batch file inadequate (or my
competence was inadequate), what I ran manually was
these two commands:
set PH=C:\Program Files\Plucker
"%PH%\parser\python\vm\python.exe" "%PH%
\parser\python\PyPlucker\Spider.py" -H
file:"D:\Plucker\Scoop\%scoop%\%scoop%.html" -f %
scoop% -s scoop

I started doing some translation:
#Change $self->{cf}->{plucker} from
# from $pluckerdir."plucker-build.exe"
# to $pluckerdir."\parser\python"
# then add arguments in command
$self->{cf}->{plucker} =~ s,\\plucker-
build\.exe,\\parser\\python,;

#$cmd = $self->{cf}->{plucker}.
# " ".$self->{cf}->{converter_args}.
# " -p\"$dir\" -s scoop ";
$cmd = $self->{cf}->{plucker}."\\vm\\python.exe".
" \"".$self->{cf}->
{plucker}."\\PyPlucker\\Spider.py\".
" -H file:\"$dir\\$syncfile

but you can see I didn't finish - I really don't have
confidence in my Perl skills (I'm a relative newbie) nor
the variable meanings ($idx?) nor the full
interaction/integration (there's gotta be a better way).
Hopefully someone else knows more.

Thanks!

Discussion


Log in to post a comment.

MongoDB Logo MongoDB