WWS III - 2015-08-03

Notepad++ 6.7.5

File "C:\Users\xxxxxxx\AppData\Roaming\Notepad++\plugins\Config\PythonScript\scripts\obieesqlaliasfix.py", line 4, in <module>
import sqlite3 as lite
File "C:\Program Files (x86)\Notepad++\plugins\PythonScript\lib\sqlite3__init__.py", line 24, in <module>
from dbapi2 import
File "C:\Program Files (x86)\Notepad++\plugins\PythonScript\lib\sqlite3\dbapi2.py", line 27, in <module>
from _sqlite3 import

ImportError: DLL load failed: The specified module could not be found.

under 6.7.9.2 I added your fix to startup.py
newPath = []
for pth in sys.path:
if (pth.count(notepad.getNppDir()) > 0) or (pth.count(notepad.getPluginConfigDir()) > 0):
newPath.append(pth)
sys.path = newPath

and get a different message:
ImportError: DLL load failed: %1 is not a valid Win32 application.
module appears to be there?

Thanks

 

Last edit: WWS III 2015-08-03