# New Ticket Created by Canol Gökel
# Please include the string: [perl #60098]
# in the subject line of all future correspondence about this issue.
# <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=60098 >
After doing the Windows installation via setup-parrot-0.8.0.exe I cannot run
the perl 6 compiler. When I do for example:
> perl6 example.pl
It gives this error:
"load_bytecode" couldn't find file 'P6object.pbc'
current instr.: 'onload' pc 0 (src/gen_builtins.pir:28)
called from Sub 'parrot;Perl6;Compiler;main' pc -1 ((unknown file):-1)
Canol Gokel