File tree 1 file changed +3
-2
lines changed
addons/source-python/packages/source-python 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -472,7 +472,8 @@ def setup_sqlite():
472
472
# version installed. This fixes the issue by loading the library into the
473
473
# memory using its absolute path.
474
474
# Using RPATH might be a better solution, but I don't get it working...
475
- ctypes .cdll .LoadLibrary (BASE_PATH / 'Python3/plat-linux/libsqlite3.so.0' )
475
+ ctypes .cdll .LoadLibrary (
476
+ BASE_PATH / 'Python3/lib-dynload/_sqlite3.cpython-313-x86_64-linux-gnu.so' )
476
477
477
478
478
479
# =============================================================================
@@ -533,4 +534,4 @@ def flush(self):
533
534
'https://github.com/Source-Python-Dev-Team/Source.Python/issues/175. '
534
535
'Source.Python should continue working, but we would like to figure '
535
536
'out in which situations sys.stdout is None to be able to fix this '
536
- 'issue instead of applying a workaround.' )
537
+ 'issue instead of applying a workaround.' )
You can’t perform that action at this time.
0 commit comments