On Thu, Jul 14, 2011 at 4:53 AM, Michael D. <[email protected]> wrote:
> Hi All,
>
> I'm running on OS X 10.6.8. I've installed Qt from sources and the
> demo works. Sip is here, as is PyQt.
> When I try to launch though, I'm getting this:
>
> Mikes-2:leo miked$ python launchLeo.py --gui=qt
> Traceback (most recent call last):
> File "launchLeo.py", line 7, in <module>
> import leo.core.runLeo
> ImportError: No module named leo.core.runLeo
>
> Any help would be much appreciated, as Leo looks like an exciting app.
Hmm. The folder containing launchLeo.py should contain a leo folder,
and that should contain a core folder containing runLeo.py.
>From the line:
Mikes-2:leo miked$ python launchLeo.py --gui=qt
It looks like you ran launchLeo.py from the leo folder, rather than
the containing folder. If so, put the (short) launchLeo.py script in
the containing folder rather than the leo folder.
HTH. If it doesn't, please feel free to ask more questions.
Edward
--
You received this message because you are subscribed to the Google Groups
"leo-editor" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/leo-editor?hl=en.