I ran the project according to the README.
After cargo run pythonlib/ examples/helloworld.pyc, I got the following error:
Finished dev [unoptimized + debuginfo] target(s) in 0.03s
Running target\debug\pythonvm.exe pythonlib/ examples/helloworld.pyc
thread 'main' panicked at 'Bad magic number for main file.', src/lib.rs:38:9
note: run with RUST_BACKTRACE=1 environment variable to display a backtrace.
error: process didn't exit successfully: target\debug\pythonvm.exe pythonlib/ examples/helloworld.pyc (exit code: 101)
Would be helpful if you could tell where I'm going wrong
I ran the project according to the README.
After
cargo run pythonlib/ examples/helloworld.pyc, I got the following error:Finished dev [unoptimized + debuginfo] target(s) in 0.03s
Running
target\debug\pythonvm.exe pythonlib/ examples/helloworld.pycthread 'main' panicked at 'Bad magic number for main file.', src/lib.rs:38:9
note: run with
RUST_BACKTRACE=1environment variable to display a backtrace.error: process didn't exit successfully:
target\debug\pythonvm.exe pythonlib/ examples/helloworld.pyc(exit code: 101)Would be helpful if you could tell where I'm going wrong