Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign uperror: process didn't exit successfully #4
Comments
Hi, are you using Python 3.6? |
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