could not use python script #4911
Replies: 8 comments
-
Do you have Python installed in your system? Is it added to PATH? |
Beta Was this translation helpful? Give feedback.
-
Yeah, I'm pretty sure. I installed a clean environment with vmware and tested it many times. |
Beta Was this translation helpful? Give feedback.
-
Is it Python 3.9? |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
Pawel, did you check python 3.12?
The file is there:
|
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
The binary builds at the moment are built to support only Python 3.9. |
Beta Was this translation helpful? Give feedback.
-
Just following up on this. I am using Mac OS Sonoma 14.6.1. I have the same problem and error when trying to load the ScriptingPython plugin. The error is: [13:21:35] Cannot load plugin ScriptingPython. Error details: Cannot load library /Applications/SQLiteStudio/SQLiteStudio.app/Contents/PlugIns/libScriptingPython.dylib: (dlopen(/Applications/SQLiteStudio/SQLiteStudio.app/Contents/PlugIns/libScriptingPython.dylib, 0x000A): Library not loaded: libpython3.9.dylib Now, I have confirmed - and reinstalled - Python 3.9 on my system and also placed in my PATH. For your reference, the default install location (via Homebrew) is /usr/local/bin/python3.9 (which is just a symbolic link that directs to /Library/Frameworks/Python.framework/Versions/3.9/bin/python3.9) But I notice neither of these paths are listed in the error above exactly - the ''/usr/local/lib/libpython3.9.dylib'' is basically right, except the extension. But this is beyond my software knowledge... Any help would be appreciated! I want to use a Python script to automatically open files written as file paths in a data cell... |
Beta Was this translation helpful? Give feedback.
-
Can't use the python plugin, I've tested it many times on a pure win11 system, no matter what version of python is installed, whether it's x86, or x64, with sqlitestudio 3.44 it all tells me It can't load the ScriptingPython.dll, but the file is clearly there.
Beta Was this translation helpful? Give feedback.
All reactions