...and a bundle has been uploaded to pypi, which can be installed with `pip install leo`
C:\Python33\pythonw.exe "C:\Program Files (x86)\Leo-4.11-b1\launchLeo.py"
Using the LeoSetup-4.11-b1.exe installer with Python27 works fine.However using Python33 it's not so happy. Selecting Start Menu>Leo does not launch Leo, I just see a flash of the splashscreen and it dies.Same result using the desktop shortcut icon.
Using the LeoSetup-4.11-b1.exe installer with Python27 works fine.However using Python33 it's not so happy. Selecting Start Menu>Leo does not launch Leo, I just see a flash of the splashscreen and it dies.Same result using the desktop shortcut icon.
Confirmed that changing target properties from pythonw.exe to python.exe is required to get Leo running.
As a variation I tried only adding the -i option:
C:\Python33\pythonw.exe -i "C:\Program Files (x86)\Leo-4.11-b1\launchLeo.py"
This launches a leo window with no menus , 1 tab named leo, and below the tab, a 1 in the top left hand corner :)
Selecting X to close the tab does not work.
The Leo splash screen displays permanently and doesn't disappear. Closing Leo via X works but the splashscreen lion remains! Only way to kill it is to end the pythonw.exe process.