On Fri, Dec 15, 2017 at 9:10 PM, Kurt Eilander wrote:
> Ok, I found scintilla.dll in the directory above scintillacon.py, but it
> came with pywin32, so it *should* be the correct one.
> DLL inspector says it's a 64-bit, which is correct for my os.
>
> I copy that dll, and indeed, all binaries in
Ok, I found scintilla.dll in the directory above scintillacon.py, but it
came with pywin32, so it *should* be the correct one.
DLL inspector says it's a 64-bit, which is correct for my os.
I copy that dll, and indeed, all binaries in that directory (just to be
sure) into my program directory an
"... not a valid Win32 application" sounds like a 32/64-bit issue to me.
The 32/64-bit version of python you're running: does it match the DLLs?
On 2017-12-14 6:10 PM, Kurt Eilander wrote:
Hey all,
I recently noticed that pythonwin comes with a scintilla wrapper.
Seems USEFUL! so I decided