Closed adamryczkowski closed 7 years ago
It cannot find the serialbox c-library. You will have to set PYTHONPATH
to your python subfolder in your serialbox installation directory.
Example:
export PYTHONPATH=your_serialbox_install_path/python
ipython
....
We are also discussing this in the README.
Problem solved.
I have an error with the current (just cloned) Serialbox and Python 3.5. I have a serialized fields in the
tmp-adam-dwarf0b/build
folder with filenames:dwarfs.json
,dwarfs_u3.dat
anddwarfs_x.dat
. Now I want to inspect the fields with the following Python code:Why it throws the error? What can I do?