On Mon, 27 Sep 2010 11:17:00 -0500
Offray Vladimir Luna Cárdenas <[email protected]> wrote:
> #!/usr/bin/env python
>
> """ Leo launcher script
> A minimal script to launch leo.
> """
>
> import leo.core.runLeo
> leo.core.runLeo.run()
#!/usr/bin/env python
""" Leo launcher script
A minimal script to launch leo.
"""
import sys
sys.argv.append("--gui=qttabs")
import leo.core.runLeo
leo.core.runLeo.run()
...maybe, haven't tested it.
Cheers -Terry
--
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.