wasm-demo/demo/ermis-f/python_m/cur/0262

40 lines
1.3 KiB
Plaintext

From: neilh at fast.fujitsu.com.au (Neil Hodgson)
Date: Thu, 15 Apr 1999 12:58:05 +1000
Subject: Can't run Win32 Debugger outside PythonWin
References: <371475d6.77664796@news.omnilink.de>
Message-ID: <371555BD.70107860@fast.fujitsu.com.au>
Content-Length: 1043
X-UID: 262
Stefan Franke wrote:
> I just upgraded my NT4 SP3 Workstation to Python 1.5.2 and
> win32all build 124. Unluckily I can't start the debugger any
> longer from outside PythonWin.
> That is, typing
>
> It seems the Scintilla.DLL can't be found (even the latest update from the
> author's hompage). However, sys.path is OK:
>
> D:\Programme\Python\Pythonwin\pywin\debugger>python
> Python 1.5.2 (#0, Apr 13 1999, 10:51:12) [MSC 32 bit (Intel)] on win32
> Copyright 1991-1995 Stichting Mathematisch Centrum, Amsterdam
> >>> import debugger
> ...
> dllid = win32api.LoadLibrary("Scintilla.DLL")
> pywintypes.api_error: (126, 'LoadLibrary', 'Das angegebene Modul wurde nicht gef
> unden.')
>
> [The German error msg says "module not found"]
Sorry, I don't see this error myself. As a temporary workaround you
could try copying Scintilla.DLL into the windows or windows system
directory (often called \winnt\system32). I hope Mark has some more
insight into this as I don't understand how Python manipulates the path.
Neil Hodgson