pythonvm-rust icon indicating copy to clipboard operation
pythonvm-rust copied to clipboard

error: process didn't exit successfully

Open jithendaraa opened this issue 6 years ago • 1 comments

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

jithendaraa avatar Sep 22 '19 12:09 jithendaraa

Hi, are you using Python 3.6?

progval avatar Sep 22 '19 18:09 progval