> > > Welcome aboard. > > Could you tell us how you fixed it? It's always good to know the problems > people have installing Leo. Thanks. >
Edward Sorry for the delay. Was out of town for the last few days. I was never able to get Leo to work from the Idle console. What finally worked for me was a modification of a suggestion on the Running Leo page. I created a .bat file containing two commands: cd c://python34 python launchLeo.py I put a shortcut to this bat file on my Desktop and that works. Note that the Running Leo page says launchLeo.py on the second line should have "%*" at the end. With "%* the .bat file didn't work. On a hunch, but without really understanding what I was doing, I tried removing it, then everything worked fine. Along the way I found, as did Dave Venus, that not all versions of the various packages play well together. For example I could not get anything to work with PyQt 5, so had to uninstall it and bring up PyQt4. I don't know if this will help anyone else. I'm happy writing Python programs, but know just enough about the underlying stuff to be dangerous, so can't explain how and why I did what I did. -- 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 http://groups.google.com/group/leo-editor. For more options, visit https://groups.google.com/d/optout.
