We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f960ce commit 8d536baCopy full SHA for 8d536ba
pysrc/juliacall/__init__.py
@@ -197,7 +197,7 @@ def jlstr(x):
197
global __PythonCall_libptr = Ptr{{Cvoid}}(UInt({}))
198
ENV["JULIA_PYTHONCALL_EXE"] = {}
199
Pkg.activate({}, io=devnull)
200
- import PythonCall
+ using PythonCall
201
catch err
202
print(stderr, "ERROR: ")
203
showerror(stderr, err, catch_backtrace())
0 commit comments