Mailing List Archive

pywin.debugger loading problem
when trying to use pywin.debugger under 5.1.2 I get the following:
win32dbg.set_trace()
File "C:\Python\Pythonwin\pywin\debugger\__init__.py", line 48, in
set_trace
d = _GetCurrentDebugger()
File "C:\Python\Pythonwin\pywin\debugger\__init__.py", line 27, in
_GetCurrent
Debugger
import debugger
File "C:\Python\Pythonwin\pywin\debugger\debugger.py", line 24, in ?
from pywin.framework import app, interact, editor
File "C:\Python\Pythonwin\pywin\framework\editor\__init__.py", line
90, in ?
LoadDefaultEditor()
File "C:\Python\Pythonwin\pywin\framework\editor\__init__.py", line
39, in LoadDefaultEditor
mod = __import__(prefModule)
File
"C:\Python\Pythonwin\pywin\framework\editor\color\coloreditor.py", line
39, in ?
dllid = win32api.LoadLibrary("Scintilla.DLL")
pywintypes.api_error: (126, 'LoadLibrary', 'The specified module could
not be found.')


--== Sent via Deja.com http://www.deja.com/ ==--
---Share what you know. Learn what you don't.---
pywin.debugger loading problem [ In reply to ]
On Wed, 26 May 1999 07:30:31 GMT, max@rightworks.com wrote:

[...]
> dllid = win32api.LoadLibrary("Scintilla.DLL")
>pywintypes.api_error: (126, 'LoadLibrary', 'The specified module could
>not be found.')

I had this problem with Pythonwin build 124. It should be gone with 125. If not,
try copying scintilla.dll into the windows or windows system directory, as Neil
Hodgson suggested then. It has been working fine for me.

Stefan