>From a terminal/console try: pythonw .\launchLeo.py 1>stdout.txt 2>stderr.txt
This worked for me, reference < http://stackoverflow.com/questions/9705982/pythonw-exe-or-python-exe> On Friday, July 15, 2016 at 12:07:11 PM UTC-4, Terry wrote: > > *Problem: Leo does not run when launched with pythonw.exe. Appears to run > fine with python.exe but has starting messages (see output below)* > > platform : win-64 > python version : 3.5.2.final.0 > Leo is installed with: LeoSetup-5.3-final.exe > Qt5 installed: > http://sourceforge.net/projects/pyqt/files/PyQt5/PyQt-5.6/PyQt5-5.6-gpl-Py3.5-Qt5.6.0-x64-2.exe > > Launching with python.exe: > > > C:\Users\terry\AppData\Local\Continuum\Miniconda3\python.exe "C:\Program > Files (x86)\Leo-5.3-final\launchLeo.py" > > leoID=6857 (in C:\Users\terry\.leo) > reading settings in C:\Program Files > (x86)\Leo-5.3-final\leo\config\leoSettings.leo > reading settings in C:\Users\terry\.leo\myLeoSettings.leo > @openwith lines must start with a tag: > 'subprocess.Popen',['pythonw','C:/Python24/Lib/idlelib/idle.pyw'],'.py' > @openwith lines must start with a tag: 'subprocess.Popen','C:/Program > Files/Microsoft Office/Office/WINWORD.exe',None > conflicting key bindings in myLeoSettings.leo > all Ctrl+Shift+Key-0 delete-comments > all Ctrl+Shift+Key-0 delete-comments > Failed to load libEGL (The specified module could not be found.) > QWindowsEGLStaticContext::create: Failed to load and resolve libEGL > functions > Failed to load opengl32sw.dll (The specified module could not be found.) > Failed to load and resolve WGL/OpenGL functions > reading settings in C:\Users\terry\.leo\harry.leo > > ** isPython3: True > Leo 5.3-final, build 20160412153848, Tue Apr 12 15:38:48 CDT 2016 > Not running from a git repo > Python 3.5.2, PyQt version 5.6.0 > Windows 7 AMD64 (build 6.1.7601) SP1 > wrote recent file: C:\Users\terry\.leo\.leoRecentFiles.txt > > -- You received this message because you are subscribed to the Google Groups "leo-editor" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/leo-editor. For more options, visit https://groups.google.com/d/optout.
