We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d5a6284 commit b1238abCopy full SHA for b1238ab
vm/src/vm/mod.rs
@@ -224,7 +224,7 @@ impl VirtualMachine {
224
fn import_encodings(&mut self) -> PyResult<()> {
225
self.import("encodings", None, 0).map_err(|import_err| {
226
let err = self.new_runtime_error(
227
- "Could not import encodings. Is your RUSTPYTHONPATH set? If you don't have \
+ "Could not import encodings. Is your RUSTPYTHONPATH set? You can also try adding your path to Setting struct's field path_list. If you don't have \
228
access to a consistent external environment (e.g. if you're embedding \
229
rustpython in another application), try enabling the freeze-stdlib feature"
230
.to_owned(),
0 commit comments