Re: [python-win32] playing with scintillacon

2017-12-15 Thread eryk sun
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

Re: [python-win32] playing with scintillacon

2017-12-15 Thread Kurt Eilander
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

Re: [python-win32] playing with scintillacon

2017-12-15 Thread Jim Bell
"... 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