Gigoteur / UnicornConsole

Unicorn Console: create quick fantasy game in Rust/Python/Lua/Rhai/Wasm !
MIT License
908 stars 47 forks source link

Missing library libypthon #71

Closed pintman closed 2 years ago

pintman commented 5 years ago

When started with a more recent python version (e.g. 3.5) it will not start complaining about a missing shared lib and will not start.

./px8: error while loading shared libraries: libpython3.4m.so.1.0: cannot open shared object file: No such file or directory

Cross-link to the older library solves the problem but needs to change the systems lib folder.

hallucino commented 2 years ago

Seems ok now