Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

animation_example.rs don't work #57

Open
captain-yossarian opened this issue Dec 7, 2019 · 2 comments
Open

animation_example.rs don't work #57

captain-yossarian opened this issue Dec 7, 2019 · 2 comments

Comments

@captain-yossarian
Copy link

rustup 1.19.0 (2af131cf9 2019-09-08)
rustc 1.38.0 (625451e37 2019-09-23)

This is a silly example of doing an animation... Ctrl-C to quit.
thread 'main' panicked at 'called `Result::unwrap()` on an `Err` value: GnuplotInitError { inner: Os { code: 2, kind: NotFound, message: "The system cannot find the file specified." } }', src\libcore\result.rs:1084:5
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace.
error: process didn't exit successfully: `D:\rust\RustGnuplot\target\debug\examples\animation_example.exe` (exit code: 101)
@SiegeLord
Copy link
Owner

The error message is garbage, but what it means is that it tried to spawn the gnuplot process, and failed. Do you have it installed, and is it in PATH?

@captain-yossarian
Copy link
Author

@SiegeLord Than you for the fast response. No it is not in PATH

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants