Ticket #79 (closed bug: invalid)

Opened 13 years ago

Last modified 10 years ago

Parrot::Interpreter - run Pynie code

Reported by: szabgab Owned by: whiteknight
Priority: normal Milestone:
Component: hll_interop Version: trunk
Severity: medium Keywords: python pynie
Cc: Language: python
Patch status: Platform: linux

Description

with the attached test script I managed to load pynie.pbc but then the call

$pynie->invoke( 'PS', '2+3' );

generates the following error:

"load_bytecode" couldn't find file 'PGE/Dumper.pbc'
current instr.: 'main' pc 66 (pynie.pir:45)
called from Sub 'main' pc -1 ((unknown file):-1)

Attachments

pynie.t Download (1.0 KB) - added by szabgab 13 years ago.
ext/Parrot-Embed/t/pynie.t

Change History

Changed 13 years ago by szabgab

ext/Parrot-Embed/t/pynie.t

Changed 13 years ago by allison

Same comment as TT #77.

Changed 13 years ago by jkeenan

  • component changed from none to hll_interop

Changed 11 years ago by whiteknight

  • owner set to whiteknight

Changed 11 years ago by jkeenan

  • keywords python pynie added

Changed 10 years ago by benabik

  • status changed from new to closed
  • resolution set to invalid

Parrot::Embed and Parrot::Interpreter have been removed from parrot. This ticket has been replaced with  https://github.com/parrot/parrot-embed/issues/1

Note: See TracTickets for help on using tickets.