pywin.debugger loading problem
max at rightworks.com
max at rightworks.com
Wed May 26 03:30:31 EDT 1999
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.---
More information about the Python-list
mailing list